@charset "utf-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#back {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image:url(/custom/themes/default/images/background-tile.gif);
	background-repeat: repeat;
	height: 100px;
	z-index: -5;
	text-align: center;
	width: 100%;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	font-weight: normal;
	color: #175b90;
}

#grey {
	border-bottom: 1px solid #cccccc;
}
	
	
	
#container { 
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	position: relative;
	width: 955px;
	height: 66px;
	background-image:url(/custom/themes/default/images/top.gif);
}


#header  #toplinks {
	position: absolute;
	top: 50px;
	left: 270px;
}


#toplinks a{
	color: #FFFF00;
}

#sidebar1 {
	width: 227px;
	background: #021034; 
}

#sidebar1 #sidenav {
	width: 219px;
	margin-top: 5px;
}

#sidebar1 #emailbox {
	width: 185px;
	height: 210px;
	background-image:url(/custom/themes/default/images/email_box_bg.png);
	margin: 5px 0 0 5px;
	padding: 10px;
	color: #FFFFFF;
	font-size: 13px;
}

#sidebar1 #emailbox h3 {
	font-size: 20px;
	font-weight:bold;
	color: #FFFFFF;
	margin: 0 0 12px 0;
	text-align: center;
}

#sidebar1 #emailbox #ea {
	-moz-border-radius: 5px 5px 5px 5px;
	border: 1px solid #333333;
	padding: 4px;
}

#sidebar1 #sociallink {
	text-align: center;
	margin: 3px 0 0 5px;
	padding: 0 0 0 12px;
	width: 185px;
}

#sidenav-top {
	float: left;
	width: 219px;
	background-image:url(/custom/themes/default/images/sidenav1.gif);
	height: 12px;
}

#sidenav-middle {
	float: left;
	width: 194px;
	padding: 0 5px 0 15px;
	background-image:url(/custom/themes/default/images/sidenav2.gif);
	background-repeat:repeat;
}

#sidenav-foot {
	float: left;
	width: 219px;
	background-image:url(/custom/themes/default/images/sidenav3.gif);
	height: 12px;
}

#mainContent { 
	position: relative;
	float: left;
	width: 728px;
}

#mainContent #top {
	float: left;
	background-image: url(/custom/themes/default/images/top2.gif);
	width: 728px;
	height: 19px;	

} 

#mainContent #middle{
	float: left;
	width: 675px;
	background-image:url(/custom/themes/default/images/middle.gif);
	background-repeat:repeat;
	padding: 0 25px 0 25px;

} 

#mainContent #foot{
	position: relative;
	float: left;
	width: 728px;
	height: 112px;
	background-image:url(/custom/themes/default/images/foot.gif);
} 

#foot #badge{
	position: absolute;
	top: 110px;
	left: 30px;
	padding:10px;
}

#foottxt {
	position: absolute;
	top: 30px;
	left: 30px;
}

#foottxt h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	font-weight: normal[
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
