html, body {
margin:0;
padding:0;
}

body {
margin:18px 0 18px 18px;
background:#204080 url("../img/bg.jpg");
font:12px Verdana, sans-serif;
}

table {
font:12px Verdana, sans-serif;
}

img {
border:0;
}


#container {
width:750px;
border:1px solid white;
}


#header {
height:200px;
background:dodgerblue url("../img/masthead.jpg");
}
	#header a {
	width:230px;
	height:199px;
	display:block;
	}

#menu ul {
margin:0;
padding:0 0 0 .25em;
list-style:none;
height:37px;
background:#204080;
font-weight:bold;
}
	#menu ul li {
	margin:12px 0;
	height:13px;
	float:left;
	border-right:2px solid #fdf400;
	}
		
		#menu ul li a {
		padding:0 .65em;
		height:9px;
		color:#fdf400;
		text-decoration:none;
		}

		#menu ul li.current a {
		color:white;
		text-decoration:underline;
		}

			#menu ul li a:hover {
			text-decoration:underline;
			}

		#menu ul li.lastchild {
		border:none;
		}


#content {
min-height:350px;
height:auto !important; /* Fix min-height for IE */
height:350px;
background:white;
padding:1em;
text-align:justify;
}


	#content h1{
	font-size:18px;
	color:#204080;
	}

	#content h2{
	margin-top:1.5em;
	font-size:16px;
	color:#2a4a8a;
	}

	#content h3{
	font-size:14px;
	margin-bottom:2px;
	}

	#content p{
	margin-top:0;
	}

	#content table#equipment{
	border:1px solid black;
	border-collapse:collapse;
	}

		#content table#equipment tr.even{
		background:#67a9d6;
		}

			#content table#equipment thead th{
			padding:2px 15px 2px 5px;
			background:#204080;
			color:white;
			}

			#content table#equipment tbody th,
			#content table#equipment tbody td{
			padding:2px 15px 2px 5px;
			}

	#content img{
	padding:2px;
	margin:8px;
	border:1px solid black;
	float:right;
	}

	#content a{
	color:blue;
	}

		#content a:hover{
		color:red;
		}

		#content a:visited{
		color:#204080;
		}

	#content address{
	font-style:normal;
	margin-bottom:10px;
	}

	#content table.entries {
	width:400px;
	border:1px solid black;
	border-collapse:collapse;
	}

		#content table.entries thead{
		background:#204080;
		text-align:center;
		}

			#content table.entries th,
			#content table.entries th a{
			color:white;
			}

			#content table.entries th a:hover{
			color:#fdf400;
			}




	form#sign table {
	width:400px;
	}

	form#sign textarea {
	width:100%;
	height:10em;
	}

	form#sign {
	width:400px;
	margin-top:2em;
	}

	form#sign th {
	font-weight:normal;
	text-align:left;
	}
	form#sign td {
	text-align:right;

	}

	form#sign input {
	width:100% !important;
	width:250px;
	}

	form#sign #private {
	width:auto !important;
	}

#footer {
position:relative;
background: url("../img/footer.png");
height:117px;
color:white;
}

	#footer address{
	padding:93px 0 0 10px;
	font-weight:bold;
	font-style:normal;
	}

		#footer address a{
		color:white;
		}

	#footer #copyright{
	position:absolute;
	bottom:2px;
	right:5px;
	font-size:8pt;
	font-style:italic;
	}