/* formatting */

body {
	background-color: #000000;
	}

h1 	{
	color: #FF9900;
	font-family: arial, sans-serif;
	font-size: x-large;
	}

h2 	{
	color: #CC3300;
	font-family: arial, sans-serif;
	font-size: large;
	}

p 	{
	color: #FFCC00;
	font-family: arial, sans-serif;
	font-size: small;
	text-align: justify;
	}

a:link {
	color: #FFCC00;
	text-decoration: underline;
	font-family: arial, sans-serif;
	font-size: small
	}

a:visited {
	color: #CC6600;
	text-decoration: underline;
	font-family: arial, sans-serif;
	font-size: small;
	}

a:hover {
	color: #FF9900;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: small;
	}

a:active {
	color: #FF9900;
	text-decoration: blink;
	font-family: arial, sans-serif;
	font-size: small;
	}

/* layout */

#banner {
	position:absolute;
	width: 100%;
	top: 5px;
	left: 5px;
	text-align: center;
	}

#navmenu {
	position: absolute;
	width: 150px;
	top: 150px;
	left: 5px;
	text-align: left;
	font-size: medium;
	font-weight: bold;
	}
	
	#navmenu a {
		background-color: #660000;
		padding: 3px;
		width: 140px;
		margin-bottom: 5px;
		border-top: 1px solid #CC0000;
		border-left: 1px solid #CC0000;
		border-right: 1px solid #CC0000;
		border-bottom: 1px solid #CC0000;
		color: #CCCCCC;
		display: block;
		}
		
	#navmenu a:hover {
		text-decoration: none;
		background-color: #000000;
		color: #CC0000;
		border-top: 1px solid #660000;
		border-left: 1px solid #660000;
		border-right: 1px solid #660000;
		border-bottom: 1px solid #660000;
		}
		
#content {
	position: absolute;
	width: 74%;
	top: 150px;
	left: 180px;
	border-top: 1px solid #CC0000;
	border-left: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	padding: 10px;
	}
	
#footer {
 	position: absolute;
	width: 98%;
	left: 10px;
	bottom: 60px;
	right: 10px;	
	background : #FFCC33;
 	color : #660000;
 	font-size: 15px; 
 	font-family: arial, sans-serif;
 	border-bottom: 5px solid #660000; 
 	border-top: 5px solid #660000;
 	padding-top: 4px; 
 	padding-bottom: 4px; 
 	text-align : right;
  	}
	
#validationxhtml {
	position: absolute;
	bottom: 5px;
	right: 120px;
	}
	
#validationcss {
	position: absolute;
	bottom: 5px;
	right: 20px;
	}