
.skipnavigation 

{display:none;}

.list
{margin-left:50px;
font-size:small;
}

html, body, ul, img
	{
	margin: 0;
	padding: 0; 
	border: 0;
	}
	
body 
	{
	min-width: 760px;
	text-align: center;
	font:100% /140% Arial, Helvetica, sans-serif;
	color: #1A2B45;
	background:  url(img/body_background.jpg) repeat-x fixed;
	}	
	
#wrapper 
	{
	
	margin: 0 auto;
	text-align: left;
	width: 760px;
	background:#FFF url(img/wrapper_background.jpg) repeat-y; position: relative;
	}
	
#top 
	{	
	height: 138px;
	background: url(img/title2.png) no-repeat;
	}
	
#topnav li 
	{
	padding: 0;
	float: right;	
	list-style-type: none;	
	}
	
#topnav ul li a  
	{
	display: block;
	text-decoration: none;
	width: 100px;
	text-align: center; 
	font-weight: bold;
	font-size: 80%;
	}
	
#header 
	{
	height: 234px;
	background: url(img/header-pic1.jpg);
	}
	
#navigation 
	{
	position: absolute;
	top: 104px;
	left: 14px;
	}
	
#navigation li 
	{
	padding: 0;
	list-style-type: none;
	float: left;
	}
	
#navigation ul a  
	{
	background: #FFF;
	display: block; 
	text-decoration: none;
	width: 104px;
	height: 24px;
	text-align: center;
	font-weight: bold;
	font-size: 80%;
	color: #1C1D3B;
	border-bottom: 1px solid #cecece;	
	border-right: 1px solid #cecece;	
	padding-top: 4px;
	background: url(img/topnav.jpg);
	}
	
#navigation ul li a:hover
	{
	color: #525D7B;
	border-top: 1px solid #cecece;
	border-left: 1px solid #cecece;
	background:#F4F3F0 url(img/topnav_hover.jpg);
	}
	
#content 
	{	
	width: 742px;
	min-height:250px;
	}
	
#contentright 
	{	
	float: right; 	
	padding: 0 10px 10px 10px;	
	width: 500px;
	}
	
#contentright li
{list-style-type: circle;
margin-left:15px
}

	
#contentright a 
	{	
	color: #3E4766; 
	}	

#contentright a:hover 
	{
	color:#00CCFF; 
	}	
	


#contentright p 
	{	
	font-size: 80%;	
	padding-left: 5px
	}
	
#sidenav 
	{
	position: absolute;
	left: 17px;
	}
	
#sidenav ul 
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
#sidenav a, #sidenav a:visited, #sidenav a:active
	{
	display: block;
	height: 21px;
	font-size: 70%;
	font-weight: bold;
	background: #F9F8F6 url(img/nav.jpg);
	color: #626576;
	text-decoration: none;
	margin: 0;
	padding: 4px 0 4px 7px;
	width: 171px;
	}
	
#sidenav a:hover 
	{
	color: #0E0F2B;
	background:#F4F3F0 url(img/nav_hover.jpg);
	}
	
#footer 
	{
	font-size: 75%;
	text-align: center;
	width: 490px;
	padding: 6px;
	border: solid black 1px;
	clear: both;
	margin-left: 230px;
	color: #000099;
	background: #5F6C8E;
	}
	
.headings 
	{
	border-bottom: solid #516C8A 1px;
	}
	
	
h1 
	{
	font-size: 105%;
	}
	
h2 
	{
	font-size: 102%;
	}

h3,h4,h5,h6 
	{
	font-size: 100%;
	}
	
h1,h2,h3,h4,h5,h6
	{
	margin-bottom: 3px;
	color: #3DC24E;
	}
	
a:link
	{
	color: #003399;
	text-decoration:none;
	}
	
a:visited
	{
	color: #003399;
	text-decoration: underline;
	}
	
a:hover
	{
	color: #006699;
	text-decoration: overline underline;
	}
	
a:active
	{
	color: #000;
	}	
	
.pictright
	{
	float: right;
	}
	
	
	
