#header{
    background:url(header2.png) no-repeat;
    width:550px;
    height:400px;
	margin-bottom: 0px;
	text-align: center;
	margin: 0px auto;
}

body {
font-family: 'Arial';
color: #ffffff;
font-size: 11pt;
margin: 0px;
background: #8C0101;
}

#container {
width: 550px;
margin: 0px auto;
padding: 0px;
}

#content {
width: 535px;
padding: 8px;
background: #000000;
text-align: justify;
}

#nav {
 	text-align: center;
	list-style-type: none;
	display: block;
	margin-top: 0px;
}  

#nav li {
    display: inline;
}

a.navlink:link, a.navlink:visited, a.navlink:active{
	font-family: 'Arial';
	font-weight: normal;
	font-size: 13pt;
	text-transform: lowercase;
	color: #ffffff;
	margin: 0px;
	padding: 3px;
	background-color: #8C0101;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
}

a.navlink:hover {
	font-family: 'Arial';
	font-weight: normal;
	font-size: 13pt;
	text-transform: lowercase;
	color: #000000;
	margin: 0px;
	text-decoration: none; 
	background-color: #FFDE1E;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
}

a:link, a:visited  {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: line-through;
}

h1 {
	font-size: 18pt; 
	font-family: 'Arial'; 
	text-transform: uppercase; 
	color: #FFDE1E;
	text-align: center;
}

h2 {
	font-size: 17pt; 
	font-family: 'Arial';
	color: #FFDE1E;
}

input, select, textarea { 
    color: #000000;
    letter-spacing: .25pt;
    background: #F3F6D1;
    font-size: 12pt;
    text-decoration: none;
    font-family: 'Arial';
    border-width: 1px;
    border-style: solid;
    border-color: #09203f; }
	
#footer {
	background: transparent;
	font-family: 'Arial';
	font-size: 9pt;
	text-align: center;
	color: #ffffff;
} 

.codesort li {
	display: inline;
	padding-right: 0.5em;
	}