/* CSS Document */
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:0px;
}
div#page
{
	margin:0 auto 0 auto;
	width:780px;
	
}
div#header
{	width:780px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	float:left;
	height:79px;
}
div#navBar
{
	width:780px;
	height:21px;
	float:left;
	background-image:url(images/navbar.jpg);
	background-repeat:no-repeat;
	border-bottom:1px solid #85baff;
	
}
div#navBarLinks
{
	width:90px;
	font-size:10px;
	color:#85baff;
	font-weight:bold;
	float:left;
	padding-top:2px;
}
div#navBarLinks a, a:visited
{
	font-size:10px;
	font-weight:bold;
	color:#85baff;
	text-decoration:none;
}
div#navBarLinks a:hover, a:active
{
	font-size:10px;
	font-weight:bold;
	color:yellow;
	text-decoration:none;
}
div#contentContainer
{
	width:780px;
	background-image:url(images/contentrepeater.jpg);
	background-repeat:repeat-y;
	float:left;
}
div#leftNav
{
	width:140px;
	float:left;	
}
div#leftNavHeader
{	
	float:left;
	width:134px;
	padding:6px 5px;
	background-image:url(images/graynav.jpg);
	height:18px;
	font-size:14px;
	font-weight:bold;
	color:#2c5098;
}
div#leftNavHeader a, a:visited
{
	font-size:14px;
	font-weight:bold;
	color:#2c5098;
	text-decoration:none;
}
div#leftNavHeader a:hover, a:active
{
	font-size:14px;
	font-weight:bold;
	color:#2c5098;
	text-decoration:underline;
}
div#leftNavBlue
{
	float:left;
	width:134px;
	padding:6px 5px;
	background-color:#2c5098;
	font-size:14px;
	color:#85baff;
	font-weight:bold;
}

div#leftNavText
{
	float:left;
	width:125px;
	padding:15px 10px;
}
div#leftNavText	a, a:visited
{
	font-size:11px;
	font-weight:normal;
	color:black;
	text-decoration:underline;
}
div#leftNavText a:hover, a:active
{
	font-size:11px;
	font-weight:normal;
	color:#2c5098;
	text-decoration:underline;
}


div#middleContent
{
	width:460px;
	float:left;
	margin-left:15px;
	line-height:14px;
	padding-bottom:20px;
}
div#breadCrumbs
{	
	width:460px;
	float:left;
	padding-left:7px;
	padding-top:2px;
	color:silver;
	font-size:10px;
	padding-bottom:20px;
}
div#breadCrumbs a, a:visited
{
	color:silver;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
}
div#breadCrumbs a:hover, a:active
{
	color:#85baff;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
}
div#google
{
	width:130px;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
}

div#rightAdBAr
{
	width:130px;
	padding-top:5px;
	pading-bottom:5px;
	float:right;
	line-height:14px;
	padding-left:10px;

}
div#bottomTable
{
	width:440px;
	float:left;
	margin-top:25px;
}
div#bottomTableHeader
{
	width:420px;
	padding:10px;
	float:left;
	background-color:#2c5098;
	font-size:14px;
	color:#85baff;
	font-weight:bold;
}

div#bottomTableHeader a, a:visited
{
	font-size:14px;
	font-weight:bold;
	color:#85baff;
	text-decoration:none;
}
div#bottomTableHeader a:hover, a:active
{
	font-size:14px;
	font-weight:bold;
	color:#85baff;
	text-decoration:underline;
}
div#bottomTableText
{
	width:418px;
	padding:10px;
	float:left;
	border-right:1px solid #2c5098;
	border-left:1px solid #2c5098;
}
div#bottomTableText a, a:visited
{
	font-size:12px;
	font-weight:bold;
	color:#2c5098;
	text-decoration:none;
}
div#bottomTableText a:hover, a:active
{
	font-size:12px;
	font-weight:bold;
	color:#2c5098;
	text-decoration:underline;
}

div#footer
{
	width:780px;
	float:left;
	height:33px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-size:11px;
	color:#85baff;
	font-weight:normal;
	padding-top:10px;
}
/*formatting style for templates*/

h1
{
	font-size:16px;
	color:#2c5098;
	font-weight:bold;
}
h2
{
	font-size:11px;
	color:#2c5098;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
a, a:visited
{
	font-size:11px;
	font-weight:bold;
	color:#2c5098;
	text-decoration:underline;
}
a:hover, a:active
{
	font-size:11px;
	font-weight:bold;
	color:#85baff;
	text-decoration:underline;
}
hr
{
	background-color:#2c5098;
}

