@charset "utf-8";
/* First reset all important tags to left alignement and no margin padding or borders */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, em, font, img, small, strong, sub, sup, dd, dl, dt, li, ol, ul, hr, table, caption, tbody, tfoot, thead, tr, th, td, form {
margin: 0;
padding: 0;
border: 0;

}
body{
	color: #323335; 
	background:#000000;
	font-weight:normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 1.5;
}
/* header guide */
h1{ /* heading used for news & events title */
	color:#323335;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
}
h2{ /* heading used for news & events dates */
	color:#960b02;
	font-size:11px;
	font-weight:bold;
}
h3{ /* heading used for news & events headings */
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-transform:capitalize;
}
h4{ /* heading used for main body content headings */
	color:#202a6e;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;

}
h5{ /* heading used for footer headings */
}
div#bodyContainer{ /* This container defines the entire body of the document */ 
	background:#ffffff;	
	position: relative;
}
div#pageContainer{ /* This container defines the container that holds the contents of the site */
	margin:0 auto;
	width:924px;
	height:auto;
	background:#e2e5e1 url(images/bg.jpg) repeat-y;
	border-style:solid;
	border-color:#000000;
	border-width:1px;

	position:relative;
}
div#leftContainer{ /* This container holds the main logo*/
	float:left;
	width:267px; 
}
div#addressBox{
	color:#53abe7;
	background:#363739;
	height:60px;
	padding:25px 0 0 25px;
	font-size:11px;
	border-bottom:#000000 solid 4px;
}
div#logoBox{
	background:url(images/logo.jpg);
	width:267px;
	height:233px;
}
div.colPad{
	color:#000000;
	padding:20px 20px 0 20px;
}
div.newsTxt{
	color:#000000;
	margin-bottom:20px;
}
div.bodyTxt{
	color:#323335;
	margin-bottom:20px;
	line-height:22px;
	font-size:12px;
}
div#rightContainer{ /* This container holds the main logo*/
	float:right;
	width:657px; 
}
div#navBox{
	color:#ffffff;
	background:#363739;
	height:45px;
	padding:40px 5px 0 25px;
	font-size:12px;
	border-bottom:#000000 solid 4px;
}
div#headerBox{
	width:657px;
	height:300px;
}
div#headerBoxAlt{
	border:1px solid black;
	width:655px;
	height:460px;
}
div#footer{
	clear:both;
	color: #606060;
	text-align: center;
	text-decoration: none;
}

div#sponsors{
	float:left;
	width:267px;
	height:137px;
	background:#c1c9cb;
	border-bottom:8px solid #1e38ed;
}
div#ads{
	float:right;
	width:657px;
	height:137px;
	color:#ffffff;
	border-bottom:8px solid #000000;
	background:#2c2d2e url(images/adbgr.jpg) repeat-x;
}
a{
	color:#1e39ed;
	font-size:12px;
	text-decoration:none;
}
a:hover{
	color:#1e39ed;
	font-size:12px;
	text-decoration:underline;
}
a.navLinks{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	margin-right:10px;
	margin-left:10px;
}
a.navLinks:hover{
	color:#53abe7;
}
/*clearfix solution to disappearing backgrounds in float containers*/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.unnamed1 {
	padding-right: 20px;
}
div.colPadWHITE {

	color:#FFFFFF;
	padding:20px 20px 0 20px;
}
.blue {
	font-size: 12px;
	color: #000033;
	text-decoration: none;
}
.box {
	border: medium solid #333333;
	padding: 6px;
	text-align: left;
	margin: 6px;
}
