
body {
	font-family: helvetica, arial;
	background-color: white;
	color: black;
	font-size: 13px;
	line-height: 16px;
	margin: 10px;
}


		
		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;
			z-index: -2359827
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}
		
#top {

}

#topnav {
	width: 700px;
	margin: 10px auto;
}

.header { 	font-family: helvetica, arial;
	font-size: 14pt;
}
#bodytext {
	width: 500px;
	margin: 20px auto;
}
#bodytextwider {
	width: 700px;
	margin: 20px auto;
}

a:link.nav {
	font-family: helvetica, arial;
	font-size: 11pt;
	letter-spacing: normal;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px;
	line-height: normal;
}
a:visited.nav { 	
	font-family: helvetica, arial;
	font-size: 11pt;
	letter-spacing: normal;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px;
	line-height: normal;
}
a:active.nav  { 	
	font-family: helvetica, arial;
	font-size: 11pt;
	letter-spacing: normal;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px;
	line-height: normal;
	background-color: white; 
}
a:hover.nav  { 
	font-family: helvetica, arial;
	font-size: 11pt;
	letter-spacing: normal;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px;
	line-height: normal;
	background-color: white; 
	
}

.active {
	border-bottom: dashed black 1px;
}
a:link.norm {
	color: #4999eb;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	line-height: normal;
}
a:visited.norm { 	
	color: #4999eb;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	line-height: normal;
}
a:active.norm  { 	
	color: black;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	line-height: normal;
	background-color: #4999eb; 
}
a:hover.norm  { 
	color: black;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	line-height: normal;
	background-color: #4999eb; 
	
}

#clear {
 	clear: both;
 }
 
#sidebarspace {
	 height: 200px;
	 width: 150px;
}
 


#center {
 left: 0px;
 top: 0px;
}

#nav {
	float: right;
	width: 250px;
	margin-top: 100px;
	margin-right: 20px;
	text-align: right;
}
#main {
	float: left;
	width: 700px;
	margin-left: 20px;
	opacity: .8;
}
#main_big {
	float:left;
	margin-left: 20px;
	width:500px;
	opacity: .8;
	background-color: white;
	padding: 10px;
}
