body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-size: .8em;	
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	background-color: #0c2045;
	background-image: url(images/background.jpg);
	background-position: 600px bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#container {
	width: 600px;
	\width: 620px;
	w\idth: 600px;
	margin: 0px;
	margin-left: 0px;
	margin-right: auto;
	padding: 0px;
	height: 100%;
}

#banner {
	padding: 0px;
	height:170px;
	background-image: url(images/header.jpg);
	margin-bottom: 0px;
	border-bottom: 2px solid #000;
}

#menu {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #c01e12;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;

}

#submenu {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #0c2045;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}

#content {
	padding: 10px;
	background-color: #fff;
	text-align: left;
	border-right: 2px solid #000;
}

#footer {
	clear: both;
	padding: 0px;
	margin-top: 0px;
	background-color: #c01e12;
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	font-size: .7em;
	color: #fff;
}

h3 {
	margin-bottom: 0px;
	font-size: 1.0em;
	font-weight: bold;
	color: #c01e12;
	border-bottom: 1px solid #000;
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 1px;
	}

#navlist {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#navlist ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a { 
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 5px;
	}

#navlist a:link, #navlist a:visited {
	color: #fff;
	background-color: #c01e12;
	text-decoration: none;
	font-weight: bold;
}

#navlist a:hover{
	color: #fff;
	background-color: #0c2045;
	text-decoration: none;
	font-weight: bold;
}

#navlist2 {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#navlist2 ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist2 li {
	display: inline;
	list-style-type: none;
}

#navlist2 a { 
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 5px;
	}

#navlist2 a:link, #navlist2 a:visited {
	color: #fff;
	background-color: #0c2045;
	text-decoration: none;
	font-weight: bold;
}

#navlist2 a:hover{
	color: #fff;
	background-color: #c01e12;
	text-decoration: none;
	font-weight: bold;
}

 a:link, a:visited {
	color: #0c2045;
	text-decoration: none;
	font-weight: bold;
}

 a:hover{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

 input.form {background-color: #0c2045; color: white; font-size: 10px;}


.tableborder{
border: 1px solid #000;
}
