body 
	{
	align: center; 
	padding:20px 0px; 
	margin:0; 
	font-family:Arial, Helvetica, sans-serif; 
	background-image:url(images/body.png);
	background-color: #336666;
	}

h1 
	{
	font-size:1.5em; 
	margin:20px 0 10px 0; 
	color:#337777;
	font-weight: bold;
	}

h2 	{
	font-size:1.2em; 
	margin:20px 0 10px 0; 
	color:#337777;
	font-weight: bold;
	}

h3	{
	font-size:1.2em; 
	margin:10px 20px 10px 15px;
	color:#226666;
	font-weight: bold;
	}
h4 
	{
	font-size:2.2em; 
	margin:5px 0 25px 0; 
	color:#337777;
	font-weight: normal;
	}

ol, ul 
	{
	padding:0; 
	margin:8px 30px;
	}

li 	{
	margin-left:0px;
	}


#wrapper 
	{
	width:944px; 
	background-color:#fafafa;  
	padding:1px; 
	margin:0 auto;
	}

#header 
	{
	height:78px; 
	background:url(images/header.png) no-repeat; 
	background-color:#fafafa;
	}

#menu 
	{
	height:36px; 
	background-image:url(images/menu1.png); 
	margin-top:1px;
	}

#menu ul 
	{
	margin:0; 
	padding:0;
	}

#menu li 
	{
	list-style:none; 
	float:left; 
	background:url(images/menu2.png) right no-repeat;
	}

#menu a 
	{
	float:left; 
	height:18px; 
	padding:9px 20px; 
	color:#f9fbfe; 
	font-size:.8em; 
	font-weight:bold; 
	font-family:Arial, Helvetica, sans-serif;
	 text-decoration:none;
	}

#menu a:hover 
	{background:url(images/menu2.png);
	color:#fbfbfe; 

	}

#menu_text
	{	
	float: right; 
	padding:11px 20px 0 20px; 
	color:#f9fbfe; 
	font-size:.75em; 
	}

#menu_text a
	{	
	float: none; 	
	padding: 0px 0px; 
	color:#f9fbfe; 
	font-size:1em; 
	font-weight: bold; 

	}

#menu_text a:hover
	{background:url(images/mens2.png);
	color:#fcfcfc; 
	font-size:1em; 
	text-decoration: underline; 
}

#content 
	{
	float:left; 
	width:100%; 
	margin:1px 0;  
	background-color:#eaf3f3;
	color:#333333; 
	font-size:0.75em;}

#content a 
	{
	color:#204269;
	}

#content a:hover 
	{
	color:#881199;
	}

#content li 	
	{
	margin-left:0px;
	padding-bottom:8px;
	}

#content br 
	{
	line-height:8px;
	}

#main
	{
	line-height:145%; 
	margin-right:270px; 
	padding:10px 30px 30px 30px;
	background-color:#fafafa;
	}


#sidebar
	{
	float:right; 
	line-height:145%;  
	width:270px; 
	padding:30px 0px 20px 0px; 
	margin-top:0px; margin-left:20px; 
	color:#222222; 
	font-size:1.0em;
	}

#sidebar_section
	{
	background-color:#f3f8f8;
	margin: 0px 10px 20px 10px;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:#fcfcfc;
	}

#sidebar_section h3
	{
	margin: 1px 1px 15px 10px;
	}


#sidebar ul 
	{
	line-height:115%; 
	margin:0px 20px 0px 20px; 
	padding:0;
	}

#sidebar li 
	{ 
	margin-left:10px;
	}


#footer 
	{height:36px; 
	color:#ffffff; 
	font-size:.75em;
	font-weight: bold;
	background-image:url(images/menu1.png); clear:both;}

#footer a 
	{
	color:#ffffff;
	text-decoration: none;
	}

#footer a:hover 
	{
	color:#ffffff;
	text-decoration: underline;
	}

#footer_text 
	{
	float:left; 
	padding:11px 0 0 30px;
	}

#footer_nav 
	{
	font-size:.9em;
	float:right; 
	padding:11px 30px 0 0;
	font-weight: normal;
	}