/* CSS Document */
/* Globals */
body { background-color:#FFFFFF; color:#333333; /*font-size:62.5%;*/ font-family:Arial, Helvetica, sans-serif; margin:0px; padding:0px;  }
html { font-size: 62.5%;}
/* A HOLDER FOR ALL CONTENT */
#allcontent {	width: 800px;	margin: auto;	border-left: 1px solid #078091;	border-right: 1px solid #078091;	border-bottom: 1px solid #078091;	 background: #FFFFFF;}
/* Header */
div#header { width:800px; height:125px; background-color:#FFFFFF; background: url('img/bgtop.jpg') top left no-repeat; margin:0px; padding:0px; }
div#menumain { float:left; width:112px; height:420px; background-color:#FFFFFF; background: url('img/2bgleft.jpg') top left no-repeat; margin:0px; padding:0px;}
div#menumain p{margin:5px 0px 0px 5px; padding-right:10px;}
div#menumain a{color: #FFFFFF; font-weight:bold; text-align: right; text-decoration:none; font-size:14px;     margin-left: auto; margin-right: auto;}
div#menumain p.selected a {color:#333300;} 
div#content {	float:left;}
div#content p{	margin:5px 0px 0px 5px; padding:0px;}
/* position: relative added to fix IE bug overflow:auto bug. Described here http://rowanw.com/bugs/overflow_relative.htm. */
div#contentwrapper {position:relative;	width: 655px; height:390px;	padding: 0px 20px 0px 10px;	display: block; overflow : auto;}
table#fees td a{color:#993399; text-decoration:none;}
div#footer { clear:both; width:800px; height:58px; background-color:#FFFFFF; background: url('img/2bgbottom.jpg') top left no-repeat; margin:0px; padding:0px; /*position:relative; top:-58px;*/}
p#footerstrap1 {padding:0px;position:relative; top:7px; border:0px;}
p#footerstrap2 {padding:0px;position:relative; top:-5px; font-size:16px;}
p#footerstrap2 a {color:#FFFFFF; text-decoration:none;}
ul.sitemap { font-size:1.5em; font-style: normal; text-decoration: none;}
.padding10{
	padding-bottom:10px;
}
.style9 {font-size: 14px}
.style19 {
	color: #FFFFFF;
}
.size16 {font-size:16px;}
.style20 {font-size: larger}

