html {
	font-family: Verdana,Arial,Geneva,Helvetica;
	font-size: 11px;
	height: 100%;
}

body {
	background: #b2e2fb url(../img/bg.jpg) bottom fixed repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#wrapper {
	position: relative;
	left: 50%;
	width: 900px;
	float: left;
	margin: 20px 0px 20px -450px;
	background: #fff;
	border: #064F66 2px solid;
}

#header {
	position: relative;
	width: 900px;
	height: 150px;
	float: left;
	background: #fff url(../img/header.jpg) bottom left no-repeat;
}

#contentwrapper {
	position: relative;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#menu {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	margin: 0px;
	padding: 20px 0px 4px 0px;	
	width: 200px;
	height: 100%;
}

#content {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 660px;
	height: auto;
	background: #fff;
	padding: 10px 20px 20px 20px;
	color: #666;
	line-height: 1.5;
}

#footer {
	position: relative;
	float: left;
	width: 100%;
	height: 10px;
	clear: both;
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #eee;
	background: #064F66;
}

#footer a {
	color: #eee;
}

#footer a:hover {
	display: marker;
	background: #eee;
	color: #064F66;
	text-decoration: none;
}

a {
	text-decoration: underline;
	color: #064F66;
}

a.menu {
	display: block;
	color: #064F66;
	text-decoration: none;
	text-align: left;
	width: 180px;
	padding: 4px 4px 2px 4px;
	margin: 0px 0px 4px 4px;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #8f8f8f;
}

a.menu:hover {
	text-decoration: none;
	color: #ffa800;
	/*background: url(../img/bg_menu_selected) top left repeat-x;*/
}

input.text {
	width: 400px;
}

input.submit {
	display: block;
	padding: 3px 3px 3px 3px;
	border: solid 1px #444;
	font-weight: bold;
	color: #666;
	font: normal 1em Verdana,Arial,Geneva,Helvetica;
}

input.submit:hover {
	cursor: pointer;
	background: #dcdcdc;
}

textarea {
	font: normal 1em Verdana,Arial,Geneva,Helvetica;
	color: #666;
	padding: 2px;
	width: 600px;
	height: 250px;
}

h1 {
	color: #064F66;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
}

h2 {
	color: #444;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h3 {
	color: #444;
	font-size: 11px;
	font-weight: bold;
}

h4 {
	color: #6b6b6b;
	font-size: 9px;
	font-weight: normal;
	padding: 0px 8px 0px 8px;
}

img {
	border: none;
}

img.references {
	border: 2px #ccc solid;
}

img.references:hover {
	border: 2px #555 solid;
}

ul {
	margin: 0;
	padding-left: 15px;
}

td.content {
	background-color: #fff;
}

td.menu {
	background-color: #dcdcdc;
}

table.home {
	border: 1px #000 solid;
}

table.homeinfo {
	background-color: #064F66;
	color: #fff;
	font-weight: bold;
	border: 1px #000 solid;
}
