@charset "utf-8";
/* CSS Document */

body
{
	background-color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	margin:0 auto 0 auto;
	behavior:url(/csshover.htc);
}

div#page
{
	width:900px;
	margin:0 auto 0 auto;
}
	
div#header
{
	width:900px;
	float:left;
	height:89px;
	background-color:white;
}
div#logo
{
	width:285px;
	height:88px;
	float:left;
}
div#headerLinks
{
	width:585px;
	float:left;
	height:58px;
	text-align:right;
	padding-top:10px;
	color:#467297;
	font-size:13px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
div#navContainer
{
	width:615px;
	height:20px;
	float:left;
	background-color:#467297;
}

div#headerLinks a, div#headerLinks a:visited
{
	color:#467297;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

div#headerLinks a:hover, div#headerLinks a:active
{
	text-decoration:underline;
}

div#contentContainer
{
	width:900px;
	float:left;
	background-image:url(../images/contentRepeater.jpg);
	background-repeat:repeat-y;
}
div#left
{
	background-color:#24567e;
	float:left;
	width:153px;
	color:white;
	padding-bottom:25px;
}

div#leftLinks
{
	width:153px;
	background-image:url(../images/left_16.jpg);
	height:205px;
	float:left;
	background-repeat:no-repeat;
}
div#leftLinks ul
{
	margin:0px;
	padding:0px;
	padding-left:28px;
	padding-top:6px;
	line-height:19px;
}

div#leftLinks ul li a, div#leftLinks ul li a:visited
{
	color:white;
	text-decoration:none;
	font-weight:bold;
}

div#leftLinks ul li a:active, div#leftLinks ul li a:hover
{
	color:#005696;
	text-decoration:none;
}

div#leftSpace
{
	width:153px;
	background-image:url(../images/left_18.jpg);
	height:109px;
	float:left;
	background-repeat:no-repeat;
}

div#leftLoc
{
	width:153px;
	float:left;
}
div#right
{
	width:747px;
	float:left;
	background-image:url(../images/layout_14.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:white;
}
div#center
{
	width:596px;
	float:left;
}
div#graphic
{
	width:575px;
	float:left;
	height:190px;
	padding-left:19px;
	margin-top:25px;
}

div#text
{
	width:556px;
	padding-left:20px;
	padding-right:20px;
	float:left;
	padding-top:25px;
	padding-bottom:25px;
	line-height:18px;
}

div#rightBlue
{
	width:151px;
	float:left;
	margin:0px;
	padding:0px;
}
div#footer
{
	width:900px;
	float:left;
	color:#666666;
	color:white;
	text-align:center;
	padding-top:15px;
	padding-bottom:10px;
}

div#footer a, div#footer a:visited
{
	color:white;
	text-decoration:underline;
	font-weight:normal;
}

div#footer a:hover, div#footer a:active
{
	text-decoration:none;
}

h1
{
	font-size:18px;
	color:#467297;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

h2
{
	font-size:16px;
	color:#1D4261;
	font-weight:normal;
}

.picture
{
	border:1px solid #666666;
}

a, a:visited
{
	color:#1D4261;
	text-decoration:none;
	font-weight:bold;
}

a:hover, a:active
{
	color:#D50302;
}

/*--- CSS Document --------------------------------------------------------------------------
	File Name: holyhack.css
	Date: 6-22-06
	Description: Holy Hack for keeping divs from collapsing when they hold no content (floated divs) 
	Note: This is a hack for Internet Explorer 6 (This may not work for Internet Explorer 7)
-------------------------------------------------------------------------------------------*/

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* for ie on a mac */
.clearfix
{
	display: inline-table;
}

/* Hides from IE-mac \*/
*html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}
/* End hide from IE-mac */