<!--

body
	{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: small;
	}

#wrapper
	{
	width: 910px;
	margin: auto;
	}
	
/*************************************************************************/	
/*************************************************************************/	
				/******* Header *******/ 
/*************************************************************************/	
/*************************************************************************/	
	
#header{
	width: 909px;
	border: none;
	}
	
/*************************************************************************/	
/*************************************************************************/	
				/******* Main Content *******/ 
/*************************************************************************/	
/*************************************************************************/	

#mainContentWrapper
	{
	width: 896px;
	border: none;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	background-image: url(../images/bgGraphic.jpg);
	background-repeat: repeat-x;
	margin-left: 5px;
	padding-top: 15px;
	}
	
/*************************************************************************/	
/*************************************************************************/	
				/******* Content Left - Navigation *******/ 
/*************************************************************************/	
/*************************************************************************/	

#contentLeft
	{
	width: 170px;
	float: left;
	}

#contentLeft ul
	{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	margin-left: 10px;
	}

#contentLeft li
	{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/navBG.jpg);
	background-position: 0 -1px;
	background-repeat: no-repeat;
	height:43px;
	width: 157px;
	}

#contentLeft li a, #contentLeft li a:visited, #contentLeft li a:hover
	{
	display:block;	
	width: 157px;
	height: 43px;
	text-align: center;
	padding-top: 10px;
	color: #464646;
	text-decoration: none;
	}

#contentLeft li:hover
	{
	background-position: 0 -45px;
	}

#contentLeft .activeLink
	{
	display:block;
	background-image: url(../images/navBG.jpg);
	background-repeat: no-repeat;
	background-position: 0px -45px;
	margin: 0px;
	}

/*************************************************************************/	
/*************************************************************************/	
				/******* Content Middle *******/ 
/*************************************************************************/	
/*************************************************************************/	
	
#contentMiddle
	{
	width: 400px;
	float: left;
	margin-left: 20px;
	margin-right: 30px;
	margin-bottom: 45px;
	}

#contentMiddle h1
	{
	margin: 0px;
	font-size: 130%;
	color: #1f4a81;
	font-weight: normal;
	}

#contentMiddle h2
	{
	font-size: 100%;
	color: #1f4a81;
	font-weight: normal;
	margin: 0px;
	margin-top: 10px;
	paddin: 0px;
	}

#contentMiddle ul
	{
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding: 0px;
	list-style-position: inside;
	}



#contentMiddle a, #contentMiddle a:visited, #contentMiddle a:hover
{
color: #1f4a81;
text-decoration: none;
font-weight: bold;}

#contentMiddle a:hover
 {
 color: #666;
 }

/*************************************************************************/	
/*************************************************************************/	
				/******* Content Right - Images*******/ 
/*************************************************************************/	
/*************************************************************************/	

#contentRight
	{
	width: 260px;
	float: left;
	}

#contentRight img
	{
	border: 1px solid #c3c3c3;
	margin-bottom: 10px;
	}

/*************************************************************************/	
/*************************************************************************/	
				/******* Footer *******/ 
/*************************************************************************/	
/*************************************************************************/	

#footer
	{
	clear: both;
	width:811px;
	margin-left: 45px;
	margin-top: 300px;
	}

#footer p
	{
	font-size: 80%;
	margin-top:5px;
	color: #5e81a9;
	}	

.textRight
	{
	float: right;
	}

.textRight a, .textRight a:visited, .textRight a:hover
	{
	color: #f18d04;
	text-decoration: none;
	}

#footerCorners
	{margin-left: -1px;
	border: none;
	margin-top: 3px;}

-->
