
		
		img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}
		
div#content {
			/* This is the only important rule */
			/* We need our content to show up on top of the background */
			position: relative; 
			
			
			/* These have no effect on the functionality */
			width: 800px;
			margin: 0 auto;
		
			padding: 20px;
			font-family: Verdana;
			font-size: 10pt;
			line-height: 16pt;

			
		
		}
		
		body {
			/* These rules have no effect on the functionality */
			/* They are for styling only */
			margin: 0;

		}
		
div#banner {
position:relative;
padding-top:50px;
margin-bottom:10px;
 
}	

div#main {
position:relative;
background-color:#070787; 
top:-16px;
height:480px;
	-moz-box-shadow: #000 4px 4px 10px;
			-webkit-box-shadow: #000 4px 4px 10px
}		

div#maintext {
position:relative;
background: url('textbk.png') bottom;
background-color: white;
background-repeat: repeat-x;
margin-left:10px;
margin-bottom:10px;
margin-right:10px;
padding:10px;
max-height:450px;
min-height:450px;



}		

		

#maincontent {
position:relative;
max-height:420px;
min-height:420px;
}	

#scrollmaincontent {
position:relative;
max-height:420px;
min-height:420px;
overflow:auto;
}	

#menu{
position:relative;
text-align: center;
color:white;
width: 760px;
background-color:#070787;
  margin-left: auto ;
  margin-right: auto ;

}

#mml {
	float: left;
	padding: 10px;
	padding-left: 20px;
	margin: 20px;
	margin-top:10px;

	}

#contact {
	float: left;
	padding-left: 20px;
	margin-top: 10px;
	margin-left: 20px;
	}
	
#announcement {
	float: left;
	padding-left: 20px;
	margin-top: 10px;
	margin-left: 20px;
	}

h1 {
	font-family:"Verdana";
	font-weight:lighter;
	font-size: 1.5em;
	}

a.visited{
text-decoration:none;
color:black;
}

a{
text-decoration:none;
color:black;
}


a:hover{
text-decoration:underline;
color:#070787;
}

	
#mmllink{
	position:relative;
	top: -100px;
	left: 55px;
	text-decoration:none;
	font-family:"Verdana";
	font-weight:lighter;
	font-size: 1.2em;
}

#ie6 {
background-color:#070787; 
text-align: center;
color:white;
}