body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-image:  url(images/background3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 12px;
	color: #006174;
	background-color: #B3A189;	
}

#wrapper {
 	position:relative;
	width: 744px;
	font:Verdana, Arial, Helvetica, sans-serif;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
}

#logo {
	text-align:center;
	padding-bottom:30px;
}

#footer {
	position:relative;
	clear:both;
}
#maintext {
	padding: 20px;
}

hr {
	color: #0099CC;
	background-color:#0099CC;
	height: 1px;
}

#navigation {
	vertical-align: middle;
	width: 150px;
	display: block;
}
#navigation ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left:0px;
}
#navigation li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00acbf;
	margin-top:0px;
	margin-bottom:0px;
}
#navigation a:link {
	color: #006373;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 150px;
	height:25px;
	padding-left:3px;
	padding-top:10px;
	
}
#navigation a:visited {
	color: #006373;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 150px;
	height:25px;
	padding-left:3px;
	padding-top:10px;
}
#navigation a:hover {
	background:#FFFFFF;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #00ACBF;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #00637B;
}
a:link {
	color: #006373;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #006373;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #00ACBF;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 30px;
	width: 200px;
}


