	body,
	html {
		margin:0;
		padding:0;
		color:#000000;
		background:#002e58;
		font-size: 10pt;
		font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	}
	#wrap {
		width:960px;
		margin:0 auto;
		background:white;
	}
	#header {
		background:#bfc3c6;
	}
	#nav {
		padding:5px 10px;
		background:#002e58;
	}
	#onecolumn {
		float:left;
		width:920px;
		padding:20px;
		background:white;
	}
	#main {
		float:left;
		width:640px;
		padding:10px 20px;
		background:white;
	}
	#sidebar {
		float:right;
		width:250px;
		padding:10px 20px 10px 10px;
		background:white;
	}
	#whitefooter {
		clear:both;
		background:white;
	}
	#footer {
		clear:both;
		color:#002E58;
		background:#bfc3c6;
	}
	#footer p {
		margin:0;
    }
	* html #footer {
		height:1px;
	}
	UL {
		margin-top: 3px;
		list-style-type: square;
		margin-bottom: 6px;
	}
	H1 {
	    margin:0;
    }
	H2 {
		font-size: 12pt;
		color: #002e58;
	}
	A:link 
	{
		color: #002e58;
		font-size:10pt;
		font-weight: bold;
		text-decoration:none;
	}
	A:visited 
	{
		color: #002e58;
		font-size:10pt;
		font-weight: bold;
		text-decoration:none;
	}
	A:active 
	{
		color: #002e58;
		font-size:10pt;
		font-weight: bold;
		text-decoration:none;
	}
	A:hover 
	{
		color: black;
		background-color:#bfcec6;
	}
	A.TopMenuLink:link 
	{
		color: white;
		font-size:11pt;
		font-weight: bold;
		text-decoration:none;
	}
	A img {
		border: none;
	}
	A.TopMenuLink:visited 
	{
		color: white;
		font-size:11pt;
		font-weight: bold;
		text-decoration:none;
	}
	A.TopMenuLink:active 
	{
		color: white;
		font-size:11pt;
		font-weight: bold;
		text-decoration:none;
	}
	A.TopMenuLink:hover 
	{
		color: #bfc3c6;
		background-color:#002e58;

	}
	.section_head{
		padding-top:2px;
		padding-bottom:2px; 
		font-size: 11pt;
		font-weight: bold;
		color:#002E58;
		background-color:#bfcec6;
	}




