body
{
margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100.01%; 
	text-align: center;
	min-width:790px;
	background-color: #ffffff;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;


}
#wrapper {
	background-color: #ffffff; /* sets the wrapper's background color to white */
	text-align: left; /* set text to the left of the wrapper */
	width: 790px;
	margin: 10px auto;
	border: 2px solid #005c7c;
	padding: 0px;
}
#banner
 			{
			margin: 0px;
			padding: 0px;
			}

		#navcontainer { 
		float: left;
		margin-left: 0px; }
		
		#navcontainer ul
		{
			margin: 0;
			padding: 0;
			list-style-type: none;
			font-family: verdana, arial, Helvetica, sans-serif;
		}
		
		#navcontainer li { margin: 0 0 1px 0; }
		
		#navcontainer a
		{
			display: block;
			padding: 5px 10px;
			width: 155px;
			color: #fff;
			background-color: #036;
			text-decoration: none;
		}
		
		#navcontainer a:hover
		{
			color: #fff;
			background-color: #69C;
			text-decoration: none;
		}
		
		#navcontainer ul ul li { margin: 0 0 1px 0; }
		
		#navcontainer ul ul a
		{
			display: block;
			padding: 5px 5px 5px 30px;
			width: 140px;
			color: #fff;
			background-color: #369;
			text-decoration: none;
		}
		
		#navcontainer ul ul a:hover
		{
			color: #fff;
			background-color: #69C;
			text-decoration: none;
		}
		#navleft
		{
			width:173px;
			background-color: #69c;
			color: #FFE66D;
			text-align: center;
			font-size: 60%;
			padding: 0px;
			
		}
	.boldtext
	{
		font-weight: bold;
	}
	#contactus
	{
		background-color: #369;
		width:155
	}

#content
{
	padding-top: 15px;
	margin-top: 15px;
	float: right;
	width: 600px;
	color: #666;
	font-size: 97%;
	background-color: #fff;
	text-align: left;
	line-height:20px;
}
#content h1
{
font-weight:bolder;
color:#036;
font-size:16px;
margin-bottom:-1px;
}
#content h2
{
font-weight:lighter;
color:#036;
font-size:22px;
margin-top:15px;
}
	
	.rightimage
	{
		float: right;
		margin-left: 15px;
		clear:both;}
	
	.indent
	{
		padding-left: 10px;
		float: left; 
	}
	#footer{
		clear: both;
		background-color: #036;
		color: white;
		height: 18px;
		text-align: right;
		padding: 5px;
		font-size: 10px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	#footer a
	{color:#FFFFCC;}