/* CSS Document */
body {
	color:#333;
	text-align: center;
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #FFF;
	background-image: url(images/backgrd.gif);
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
a:link {
	color:#379094;
}
a:visited{
	 color:#379094;
}
a:active {
	color:#379094;
}
a:hover {
	color:#DEB229;
	text-decoration:none;
}	
#wrapper {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	background-color: #FFF;
	background-repeat: repeat;
	border-left: 1px solid  #E4C156;
	border-right: 1px solid  #E4C156;
	border-bottom: 1px solid  #E4C156;
	border-top: 1px solid  #E4C156;
}
#topheader{
	height: 20px;
	background-color: #379094;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 30px;
}
#masthead{
	height: 150px;
}
#topmenu{
	height: 20px;
	background-color: #E4C156;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 75%;
}
#leftcolumn{
	float:left; 
	width: 150px;
}
#rightcontent {
	float:right;
	width: 700px;
	color: #333333;
	padding-right: 30px;
	text-align: justify;
	padding-top: 20px;
}
#footer{
	clear:both;
	height:60px;
	text-align: center;
	border-top: 1px solid  #E4C156;
	background-color: #F2E2B3;
}
#footer p {
	margin-top: 10px;
	font-size: 10px;
	color:#DEB229;
}
p {
	font-size: 11px; 
	color: #333;
}
#leftcolumn p{
	font-size: 11px; 
	color: #333;
	line-height: 1.2em;
}
#rightcontent p {
	font-size: 11px; 
	color: #333;
	line-height:1.2em;
}
h1 {
	color: #DEB229;
	font-size: 12px; 
	border-bottom: 1px dashed #CCC;
}
h2 {
	font-size: 12px;
	color: #4D9B9B;
}
hr {
	color: #DEB229;
	height: 1px;
	width: 500px;
	text-align: center;
}
.border {
	border: 1px solid #DEB229;
}
img {
border: none;
}
/* Menu */
#menu {
	width: 150px;
	text-align: left;
}
.menu {
	vertical-align: top;
	width: 145px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EAEAEA;
}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul {
	border-bottom: 0px;
}
.menu ul ul {
	padding-left: 10px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 2px 10px 2px 10px;
	color: #FFF;
	display: block;
	background-color: #7CBEBE;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}
.menu a:hover {
	background-color: #F3E3B4;
	color: #379094;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}
.menu_current {
	font-weight: bold;
}
	 /*- Images */
.fpimage {
	border: 1px solid #CCCCCC;
}
.login_table {
	border: 1px solid #D0D0D0;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	color: #DEB229;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 3px 0px 3px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}
.search_box {
	float: right;
	clear: right;
	width: 150px;
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
	border: solid 1px #DEB229;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.topmenu {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight:normal;
	color: #379094;
}
a.topmenu:link {
    font-size: 11px;
	color: #379094;
	text-decoration: none;
	font-style: normal;
}
a.topmenu:visited {
	font-size: 11px;
	color: #379094;
	text-decoration: none;
	font-style: normal	;
}
a.topmenu:hover {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	font-style: normal;
}
a.topmenu:active {
	font-size: 11px;
	color: #379094;
	text-decoration: none;
	font-style: normal;
}
