@charset "utf-8";
/* CSS Document */

body
{
	margin:0 auto 0 auto;
	background-image:url(../images/contentRepeater.jpg);
	background-repeat:repeat-x;
	background-color:#5294d0;
	font-family:Arial, Helvetica, sans-serif;
	color:#254c71;
	font-size:13px;
	behavior:url(/csshover.htc);
}

div#page
{
	width:1000px;
	margin:0 auto 0 auto;
}

div#nav
{
	width:1000px;
	float:left;
}
div#header
{
	width:1000px;
	float:left;
	height:94px;
	margin:0px;
	padding:0px;
}
div#content
{
	width:1200px;
	float:left;
	background-image:url(../images/gradientRepeater.jpg);
	background-repeat:repeat-y;
}

div#textContainer
{
	width:835px;
	padding-left:83px;
	padding-right:75px;
	float:left;
}

div#left
{
	width:386px;
	float:left;
	padding-left:17px;
	padding-top:12px;
}

div#right
{
	width:421px;
	float:left;
	margin:0px;
	padding:0px;
	padding-top:12px;

}

div#footer
{
	width:835px;
	height:115px;
	background:none;
	background-image:none;
	border-top:4px solid #5094cf;
	background-color:#254c71;
	color:#ffffff;
	font-size:13px;
	text-align:center;
	float:left;
	padding-top:15px;
}

div#leftNav
{
	width:150px;
	float:left;
	padding-top:20px;
	padding-left:15px;
	padding-right:10px;
	padding-bottom:15px;
	font-size:15px;
}

div#leftNav ul
{
	margin:0px;
	padding:0px;
	padding-left:18px;
	padding-top:10px;
}
div#leftNav ul li 
{
	padding-bottom:5px;
	font-size:15px;
}

div#leftNav a, div#leftNav a:visited
{
	color:#254c71;
	font-weight:normal;
	font-size:15px;
	text-decoration:none;
}

div#leftNav a:hover, div#leftNav a:active
{
	color:#5aa6e9;
}


#leftNav ul li .current{
	color:#5aa6e9;
	font-weight:bold;
	font-size:15px;
	}


div#text
{
	width:659px;
	float:left;
	border-left:1px solid silver;
	padding-bottom:30px;
}
div#textSpace
{
	width:619px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	float:left;
}

h1
{
	color:#254c71;
	margin:0px;
	padding:0px;
	font-size:26px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 a, h1 a:visited
{
	color:#5294D0;
	margin:0px;
	padding:0px;
	font-size:26px;
	font-weight:normal;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 a:hover, h1 a:active
{
	color:#5294D0;
	margin:0px;
	padding:0px;
	font-size:26px;
	font-weight:normal;
	text-decoration:underline;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2
{
	color:#56612a;
	margin:0px;
	padding:0px;
	font-size:18px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div#text h2
{
	color:#56612a;
	font-size:14px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a, a:visited
{
	color:#56612a;
	font-weight:normal;
	text-decoration:underline;
}

a:hover, a:active
{
	text-decoration:none;
}

a.blue, a:visited.blue
{
	color:#254c71;
	font-weight:normal;
	text-decoration:underline;
}

a:hover.blue, a:active.blue
{
	text-decoration:none;
}

a.white, a:visited.white
{
	color:#ffffff;
	font-weight:normal;
	text-decoration:underline;
}

a:hover.white, a:active.white
{
	text-decoration:none;
}

.medItalic
{
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}


h1.home
{
	color:#254c71;
	margin:0px;
	padding:0px;
	font-size:21px;
	padding-bottom:5px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1.home a.home, h1.home a:visited.home
{
	color:#5294D0;
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	font-size:21px;
	font-weight:normal;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1.home a:hover.home, h1.home a:active.home
{
	text-decoration:underline;
}

.green
{
	color:#56612a;
}
/*--- 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 */
	