/* CSS Style Sheet */
/* Each line/section explained above line/section */

/*  */

/* Sets page to start in top right corner */
body{margin-top:0; margin-left:0;}

/* Ensures that images have no border */
img{border:none;}

/* Sets formatting for First Heading */
p.mainhead{font-size: 26px; text-align: left; font-weight: bold; font-family: arial; color: #ffffff;}

/* Sets formatting for Second Heading */
p.secondhead{font-size: 26px; text-align: left; font-weight: bold; font-family: arial; color: #000000;}

/* Sets formatting for top menu links */
a.topmenu {color:#005FA9; font-size:12px; font-family:arial; text-decoration:none;}
a.topmenu:visited {color:#135587;}
a.topmenu:hover {color:#0685E6;}

/* Sets formatting for bottom menu links */
a.bottommenu {color:#005FA9; font-size:10px; font-family:arial; text-decoration:none;}
a.bottommenu:visited {color:#135587;}
a.bottommenu:hover {color:#0685E6;}
p.bottom{color:#000000; font-size:10px; font-family:arial;}

/* Sets formatting for scroller text */
p.scroller{font-size: 12px; text-align: center; font-weight: bold; font-family: arial; color: #000000;}

/* Sets formatting for page headings */
p.pagehead{font-size: 20px; text-align: left; font-weight: bold; font-family: arial; color: #000000;}


/* Sets foormatting for normal text */
p{font-size: 12px; text-align: justify; font-family: arial; color: #000000;}


/* Side Menu Formatting */
#sectionLinks{margin: 0px; padding: 0px;}

#sectionLinks a:link, #sectionLinks a:visited {display: block; border-top: 1px solid #ffffff; border-bottom: 1px solid #cccccc; font-family: arial; font-size: 11px; font-weight: bold; padding: 3px 0px 3px 10px; color: #21536A;  text-decoration:none;}

#sectionLinks a:hover{border-top: 1px solid #cccccc; background-color: #DDEEFF;	background-image: none;	font-weight: bold; text-decoration: none;}

p.cen{text-align: center;}
p.cenw{text-align:center; color:#FFFFFF}

table.main{border:0px; cellpadding:0; border-collapse: collapse; padding-top:3px; padding-bottom:3px;}

table.fees{border:1px; border-color:#000000 cellpadding:0; border-collapse: collapse;}
a{text-decoration:none;}