/* CSS Document */
html {height:97%; margin:0px; padding:0px;
}

body {
; background-color:#dcdcdc; color:#CCCCCC; font-family:Arial, Helvetica, sans-serif; min-height:100%; position:relative;
}

h1 {
 text-align:center; 
 margin-bottom: 7%; 
}

h2 {
color:#0000CC; text-align:center;
}


a.nav {
	font-weight:bold; color:#33FF00; text-shadow:White; 
}
a.nav:link {
	text-decoration:underline; color:#FFFFFF;
}

a.nav:visited {
	color:#FFFFFF;
}

a.nav:hover {
	text-decoration:underline; color:#00CCCC; 
}

a.nav:active {
	text-decoration: none;	
	}

#maincontainer {
	width:95%; height:94%;  overflow:auto;  position:absolute; left:5%; border-radius:12px; top:.3em;
}

 

#content  {
	width:90%;  color:#000033; background-color:#FFFFFF; height:98%; overflow:auto; padding-left:1%; padding-right:1%; -moz-border-radius:12px; border-radius:12px; border:solid; border-width:medium;
}



