* {margin: 0; padding: 0;}

body {
	color: #000;
	background-color: #00394a;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11pt;
}
h1{
	color: #CBE3EB;
	font-size: 13pt;
	letter-spacing: .1em;
}
h2{
	color: #ffffff;
	font-size: 30pt;
	font-family: Calibri, Century Gothic, Constantia, Arial, Verdana, Tahoma, Helvetica, sans-serif;
}
h3{
	color: #00394a;
	font-size: 14pt;
}
h4{
	color: #cc6633;
	font-size: 90%;
}
.details{
	color: #66CC00;
	font-size: 11px;
}
.details a {
	color: #66CC00;
	text-decoration: none;
}
.details a:hover {
	color: #66CC00;
	text-decoration: underline;
}
.top{
	color: #CBE3EB;
	font-size: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.leftimage {
	float: left;
	margin: 0 15px 0 0;
}
a {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #00394a;
	text-decoration: underline;
}
ul {
	list-style-position: inside;
	list-style-type: circle;
}
p {
}
#header {
	width: 760px;
	background-color: #00394a;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: 180px;
}
#content {
	width: 760px;
	background-color: #ffffff;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
.titleleft {
	width: 40%;
	float: left;
}
.titleright {
	width: 60%;
	float: right;
}

.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}

.left {
	float: left;
	width: 20%;
	margin-right: 8px;
	margin-left: 5px;
	background-image: url(images/blue.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 5px;
	padding-right: 8px;
	font-size: 9pt;
	color: #00394a;
}
.right {
	width: 74%;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-right: 5px;
	float: right;
}
.blue {
	background-color: #CBE3EB;
	padding-right: 5px;
	padding-left: 5px;
}
#menu {
	float: left;
	font-size: 11pt;
	width:145px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	text-decoration: none;
	color: #00394a;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 2px solid #CBE3EB;
}

#menu a:hover {
	color: #fff;
	background-color: #00394a;
	border: 2px solid #CBE3EB;
}
#menu a#active {
	color: #fff;
	background-color: #00394a;
	border: 2px solid #CBE3EB;
}
.bottom{
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	color: #5a4435;
	font-size: 80%;
	padding-top: 3px;
}
#rightpicture {
	float: right;
	margin-top: 8px;
}
.bottom{
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
.textbottom{
	color: #cccccc;
	font-size: 9px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.textbottom a {
	color: #cccccc;
	text-decoration: none;
}
.textbottom a:hover {
	color: #f3f3f3;
	text-decoration: underline;
}