/* CSS Document */
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	}
	
#header {
	top: 0;
	width: 700px;
	margin: 0;
	padding: 0;
	}
	
#container {
	padding: 0;
	margin-top: 10px;
	margin: 20px;
	background-color: #003466;
	color: #FFFFFF;
	width: 700px;
	height: 100%;
	text-align: center;
	line-spacing: 0.4em;
	padding-top: 4px;
	padding-bottom: 4px;
	}
	
#footer {
	padding-top: 5px;
	top-margin: 1em;
	margin: 0;
	bottom: 0;
	height: 35px;
	width: 100%;
	border-top: 1px solid #FFFFFF;
	background-color: #000000;
	color: #FFFFFF;
	}

#navigation {
	position: absolute;
	top: 82px;
	left: 20px;
	font-family: Arial, Helvetica, Times New Romans;
	font-size: 12px;
	width:55em;
	margin-top: 0;
	margin-left: 3.5em;	
	}
	
#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;	
	}
	
#navigation li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
#navigation li a {
	background:  url(images/navbg.jpg) bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 8em;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	border-left: 1px;
	border-right: 1px;
	} 
	
#navigation a:hover {
	background:  url(images/navbghover.jpg) bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 8em;
	display: block;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	}
	
form h4 {
	width: 450px;
	font: .9em;
	}
	
form h4 label {
	float: left;
	margin-left: 15px;
	margin-bottom: 20px;
	color: #FFF;
	font: .9em;
	}
	
form h4 input, form h4 textarea, form h4 select {
	float: right;
	margin-right: 10px;
	background-color: #5B7FA3;
	color: #FFFFFF;
	font: .9em;
	}
	
html>body form h4 textarea {
	float: right;
	margin: 10px;
	margin-top: 30px;
	background-color: #5B7FA3;
	color: #FFFFFF;
	font: .9em;
	}
	
h5 {
	width: 450px;
	color: #FFF;
	font: .8em;
	border-bottom: 1px dotted #26a;
	}
	
.hilite {
	background: #003399;
	}
	
fieldset {
	border: #26a solid 1px;
	width: 24em;
	}

legend {
	margin-top: 35px;
	color: #FFF;
	background: #26a;
	border: #fff solid 1px;
	padding: 1px 10px
	}
	
.akey {
	text-decoration: underline;
	}
	
#footer p {
	text-align: left;
	font-family: sans-serif;
	font-size: 0.7em;
	margin: 0.5em 0 .5em .5em;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 4px;
	padding-right: 0;
	line-height: .5em;
	text-indent: 0;
	background: none;
	border: none;
	}
	
h6 {
	text-align: left;
	font-family: verdana, arial, sans-serif;
	font: 0.7em;
	padding-left: 4em;				
	padding-right: 4em;
	padding-top: .5em;
	padding-bottom: .5em;
	line-height: 1.5em;
	text-indent: -1.5em;
	margin: 3px;
	color: #FFFFFF;
	}
	
#container h4 a {
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.1em;
	text-indent: 0;
	}
	
#container h4 a:hover {
	color: #666666;
	border-bottom: 1px solid #666666;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
