@charset "utf-8";
/* CSS Document */

body
{
	margin:0 auto 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	behavior:url(/csshover.htc);
	background-color:#666666;
	font-size:13px;
}

div#page
{
	width:1000px;
	margin:0 auto 0 auto;
	background-color:white;
	background-image:url(images/contentRepeater.jpg);
	background-repeat:repeat-y;
}

div#header
{
	width:1000px;
	height:102px;
	margin:0px;
	padding:0px;
}
div#navContainer
{
	width:1000px;
	float:left;
	height:27px;
}
div#leftSide
{
	width:164px;
	height:27px;
	float:left;
}

div#center
{
	height:27px;
	float:left;
	width:726px;
	background-color:#798F83;
}

div#rightSide
{
	height:27px;
	float:left;
	weight:110px;
}

div#contentContainer
{
	width:1000px;
	float:left;
	margin:0px;
	padding:0px;
}
div#flash
{
	width:1000px;
	float:left;
	height:184px;
	margin:0px;
	padding:0px;
}
div#left
{
	width:117px;
	margin-top:-3px;
	float:left;
}

div#textContent
{
	float:left;
	margin-top:-3px;
	width:831px;
	background-color:white;
}
div#content
{
	float:left;
	width:566px;
	padding:15px;
	padding-bottom:45px;
}

div#leftbuttons
{
	float:left;
	width:235px;
	margin-top:25px;
}

div#right
{
	margin-top:-3px;
	width:52px;
	float:left;
}

div#footer
{
	margin:0 auto 0 auto;
	width:970px;
	padding:15px;
	color:white;
	text-align:center;
	font-size:10px;
}

h1
{
	color:#23495e;
	font-size:24px;
	font-weight:bold;
}
h2
{
	font-size:16px;
	color:#666666;
	font-weight:bold;
}

a, a:visited
{
	font-weight:bold;
	color:#778FB7;
	text-decoration:none;
}

a:hover, a:active
{
	color:#666666;
	text-decoration:underline;
	
}

a.small, a.small:visited
{
	font-weight:bold;
	color:#2F5136;
	font-size:11px;
	text-decoration:none;
}

a.small:hover, a.small:active
{
	color:#666666;
}

.red
{
	color:#A13229;
}

.white
{
	color:#ffffff
}

a.white, a.white:visited
{
	font-weight:bold;
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
}

a.white:hover, a.white:active
{
	color:silver;
	text-decoration:none;
}
/*--- 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 */