@charset "UTF-8";
/* CSS Document */

body {
background-color:#faed38;
font-size:100%;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.footer {
background-color:#2b4c8e; 
padding:5px; 
font-family: Georgia, 'Times New Roman', Times, serif; 
font-size:.7em; 
color:#FFFFFF;
}
.footer a:link { color: #FFFFFF; text-decoration: underline;  }
.footer a:visited { color: #FFFFFF; text-decoration: underline;  }
.footer a:hover { color: #faed38; text-decoration: underline;  }
.footer a:active { color: #FFFFFF; text-decoration: underline;  }

.maintext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
	text-align:left
	}
.maintext a:link { color: #333333; text-decoration: underline;  }
.maintext a:visited { color: #333333; text-decoration: underline;  }
.maintext a:hover { color: #2b4c8e; text-decoration: underline;  }
.maintext a:active { color: #333333; text-decoration: underline;  }
/* BEGIN MAIN STRUCTURE */
div#mainheader {width:800px;}
div#maincontent {width:800px; background-color:#faed38;  }
.main1 {width:301px; background-color:#faed38; float:left; }
.main2 {width:198px; background-color:#faed38; float:left;}
.main3 {width:301px; background-color:#faed38; float:left;}

div#leftcolint {width:200px; float:left; background-image:url(/images/yellowgrad.gif); background-repeat:repeat-x; }
div#rightcolint {width:579px; background-color:#FFFFFF; float:left; }

div#mainfooter {
	width:800px;
	background-image:url(/images/footerbg.gif);
	background-repeat:repeat-y;
	padding: 5px 0;
	height:50px;
}

div.clearfloats {clear:both;}

.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display: inline-block;}

/* backslash hack hides from IE mac \*/
*html .clearfix {height:1%;}
.clearfix {display:block;}
/* end backslash hack */

/* END MAIN STRUCTURE */
