	body{
		margin: 0px;
		font-family : Verdana, Geneva, sans-serif;
	}
	
	form{
		padding: 0px;
		margin: 0px;
	}
		#container {
			width: 750px;
			margin: 0px;
			margin-left: 0px;
			margin-right: 0px;
			padding: 0px;
			float: left;
		}

		#banner {
			padding: 0px;
			margin-bottom: 0px;
			background-color: darkred;
			background-image : url(../_images/mgbg.jpg);
			background-repeat : no-repeat;
		}
		
		#logo{
			float: left;
			width: 160px;
			padding-top: 15px;
			text-align: center;
		}
		#nav, #logotext, #content{
			margin-left: 160px;
		}
		#logotext
		{
			padding-top: 40px;
			padding-bottom: 10px;
		}
		#logotext h1
		{
			color: white;
			font-weight: bold;
			font-size: small;	
			padding: 0px;
			margin: 0px;	
		}		
		#nav{
			color: silver;
			background-color: black;
			padding-left: 10px;
			padding-top: 3px;
			padding-bottom: 3px;
			font-size : xx-small;
			font-style : normal;
			font-weight : bold;
		}
		
		#nav a{
			color: white;
			text-decoration : none;
		}
		#nav a:HOVER{
			color: orange;
		}

		#sidebar-a {
			float: left;
			width: 160px;
			padding-right: 0px;
			padding-left: 0px;
			padding-bottom: 30px;
			margin: 0px 0px 0px 0px;
			
		}
		#nav2{
			background-color: black;			
			padding-top: 3px;
			padding-left: 10px;
			padding-bottom: 3px;
			font-variant : normal;
			font-size : xx-small;
			font-style : normal;
			font-weight : bold;			
			color: white;
		}
		#login{
			background-color: #F5F5F5;
			padding-left: 10px;
			padding-bottom: 10px;
			padding-top: 10px;
		}
		#login input, #login div{
			font-size: xx-small;
		}
		#login input{
			width: 95%;
		}
		
		.loginitem{
			line-height: 20px;
			font-weight: bold;
		}
		div.sidenav, div.sidenavtitle{
			padding-left: 10px;
			padding-top: 5px;
			padding-bottom: 5px;
			font-size: xx-small;
		}
		div.sidenavtitle
		{
			border-top: 1px solid silver;
			
		}
		div.sidenav a{
			color: gray;
		}
		div.sidenav a:HOVER{
			color: darkred;
		}
		div.sidenavtitle H5
		{
			margin-top: 0px;
			padding-top: 0px;
			margin-bottom: 0px;
			padding-bottom: 0px;
			font-size: xx-small;
		}		
		.button	{
			background-color: darkred;
			font-size: xx-small;
			font-weight: bold;
			color: White;
		
		}
		.help{
			font-size: xx-small;
			color: darkred;
		}
		
		#content a{
			color: blue;
		}

	
		#footer 
		{
			clear: both;
			padding: 3px;		
			background-color: #990033;
			text-align: center;
			font-size: xx-small;
			color: white;
			font-weight: bold;
		}
		
		.results
		{
		font-size: xx-small;
		padding-bottom: 10px;	
		}
		
		#main{
			padding-left: 15px;
			padding-bottom: 20px;
		}
		
		#main p
		{
			font-size: xx-small;
			line-height: 1.5;	
		}
		
		#main h5
		{
			color: #990033;	
		}
		.spacer{
		border: solid 1px silver;
		background-color: #eeeeee;
}

.form{
	font-size: xx-small;
	font-family : Verdana, Geneva, sans-serif;
	font-weight: bold;
}
.input{
	background-color: white;
	border: solid 1px silver;
	font-family : Verdana, Geneva, sans-serif;
	font-weight: normal;
}

#contact
{
font-size: xx-small;	

}