body 
	{
    font-family: Verdana, Geneva, Sans-Serif;
    text-align: center; 
    background-color: #33609B;
	}

	a:link 
	{
	color: Black;
	font-size: 11pt;
	text-decoration: underline;
	}
	
	a:visited, a:hover  
	{
	color: Gray;
	font-size: 11pt;
	text-decoration: underline;
	}
	

	img 
	{
		border: none;
	}
	
	.outtercontainer 
	{
	background-color: #FAF5D3;
	width: 800px;
	margin-left:auto; 
	margin-right:auto;
	position: relative;
	}
	
		.topbar 
		{
		top: 0px;
		left: 0px;
		width: 800px;
		height:155px;
		text-align: left;
		position: relative;  
		background: white url(Images/topbar.png) no-repeat right; 
		}
		
			.logo
			{
			position: absolute;
			top:0;
			left: 0;
			height: 155px;
			width: 260px;
			}
			
			
			
			.toptext 
			{
			top: 100px;
			left: 260px;
			height: 40px;
			width: 520px;
			padding-left: 10px;
			padding-right: 10px;
			text-align: right;
			position: absolute;
			}
				.toptext h1
				{
				color: Black;
				font-size: 10pt;
				line-height: 15pt;
				text-align: center;
				}
		
		.content 
		{
		top: 0px;
		left: 0px;
		width: 800px;
		height: 100%;
		background-color: White;
		margin-top: 0px;
		clear: both;
		overflow: auto;
		position: relative;
		}
		
			.content p 
			{
			color: Black;
			font-size: 11pt;
			text-align: left;
			}
		
			.sidenavbg 
			{
			background-color: White;
			width: 260px;
			text-align: left;
			margin-top: 0px;
			float: left;
			position: relative;
			}
			
				.sidenavbg p 
				{
				color: Black;
				font-size: 11pt;
				text-align: left;
				padding-left: 10px;
				}
				
				ul.leftNavigation 
				{
				list-style: none;
				padding: 0px;
				margin-left: 0;
				}
			
				ul.leftNavigation a
				{
				display: block;
				color: White;
				background: url(Images/bluebutton.png) no-repeat center center;
				font-size: 13pt;
				font-weight: bold;
				text-align: center;
				text-decoration: none;
				line-height: 40px; 
				}
				
				ul.leftNavigation a:hover
				{
				background: url(Images/bluebutton2.png) no-repeat center center;
				color: White;
				font-size: 13pt;
				font-weight: bold;
				text-decoration: none;
				line-height: 40px; 
				}
				
				
				
			.body 
			{
			width: 490px;
			background-color: White;
			text-align: left;
			margin-top: 0px;
			padding-top: 5px;
			padding-left: 25px;
			padding-right: 25px;
			padding-bottom: 50px;
			float: left;
			position: relative;
			}
			
				.body h2
				{
				color: #33609B;
				border-bottom: solid #33609B 2px;
				font-size: 12pt;
				line-height: 20pt;
				font-weight: bold;
				text-align: left;
				}
			
				.body h3
				{
			   color: Black;
			   font-size: 12pt;
			   text-align: left;
				}
				
				.body img
				{
				    border: solid #33609B 2px;
				}
			
				
			
		.footer 
		{
		width: 800px;
		text-align: center;
		margin-left:auto; 
		margin-right:auto;
		}
		
			.footer p
			{
			color: White;
			font-size: 10pt;
			text-align: center;
			}
			
			.footer a a:visited
			{
			color: White;
			font-size: 10pt;
			text-align: center;
			}
	
		
		
		
		
		
	
	
	
	
	
	
	
	