body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#fff;
	background-color:#000;
}
img {
	border:0;
}
a:link {
	color: blue;
}
a:visited {
	color: purple;
}
a:hover, a:focus {
	color: blue;
	background-color: yellow;
}
a:active {
	color: red;
	background-color: yellow;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
}
legend, input.submit {
	background-color: #000080;
	color: #ffffff;
	text-transform: capitalize;
	font-variant: small-caps;
	font-weight: bold;
	padding:.25em;
}
fieldset {
	margin:1em 0 1em 0;
	border:1px solid #ff0000;
	padding:1em;
}
label {
	display:block;
	float:left;
	width:7em;
	text-align: right;
	margin:.5em .25em 0 0;
}
label.completed {
	background-image: url(complete.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}
label.problem {
	background-image: url(caution.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
}
.missing {
	color: #ffc0cb;
}

label.required {
	background-image: none; /* url(required.gif)*/
	background-repeat: no-repeat;
	background-position: 3px 0px;
}
input, select, textarea {
	margin:.5em 0 0 0;
}
input.across, select.across {
	float:none;
	width:8em;
}
input:focus {
	border:1px solid #000; 
}
form {
	font-size:90%;
}
form br {
	clear: left;
}
.required {
	color: #ff0000;
}
.message {
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}
label.across { 
width : 4.5em;
float : none;
margin-left : 1em;
text-align : inherit;
display:inline;
}
textarea, select, input {
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Andale Mono",
    "Monaco", "Lucida Console", monospace;
}
input.submit {
	margin:1em auto 1em auto;
	background-color: #000080;
	color: #fff;
	border:2px ridge blue;
	display:block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#container
{
/*width: 90%;*/
margin: 10px auto;
background-color: #b22222;
color: #fdf5e6;
border: 1px solid gray;
line-height: 130%;
max-width:950px;
}

#top
{
background-color: #ddd;
border-bottom: 1px solid gray;
background-image: url(bigheader.jpg);
background-repeat: no-repeat;
height:144px;
text-align:right;
}

#top h1
{
padding: 0;
margin: 0;
}

#nav
{
float: left;
width: 10em;
margin: 0 1em 0 0;
padding: 0em;
background-color:#cccccc;
color: #343434;
height:600px;
font-size:90%;

}

#nav h2 {
	font-size:100%;
	text-align:center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}
#nav address {
	font-size:90%;
	border-top:1px solid red;
	border-bottom:1px solid red;
	padding:0 0 0 .25em;
	margin:0 0 1em 0;
}
#nav ul {
 	
	list-style-type: none;
	line-height: 2.5em;
	margin:0em;
	padding:0;
}
#nav ul li {
	margin:0;
	font-family: Tahoma;
	font-weight: bold;
}
#nav ul li.thispage a {
	background-image: url(bullet.gif);
}
#nav ul li a {
	display: block;
	border-bottom: 1px solid #000;
	background-image: url(bullet2.gif);
	background-repeat: no-repeat;
	padding:0 0 0 45px;
	text-decoration: none;
	color:#000;
}
#content
{
margin-left: 1em;
border-left: 1px solid #b22222;
padding: 1em;
/*max-width: 36em;*/
background-color:#fff;
color:#000;	
width:35em;
float:left;
}
#advert {
	width:7em;
	float:left;
	background-color:#fff;
	color:#000;
	border:1px solid red;
	margin-left:2em;
	text-align:center;
	height:600px;
}
#advert ul {
	list-style: none;
	margin:0;
	padding:0;
}
#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #ddd;
border-top: 1px solid gray;
font-size:80%;
text-align:center;
}
#footer ul {
	list-style: none;
}
#footer li {
	display: inline;
	padding-right:1em;
	
}
.skipnav, #top h1, #top address {
	position:absolute;
	left:-100em;
}