/* CSS Document */
body {
	background-image: url(img_nav/gradient.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}




#wrapper {
	width:900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#header {
	height:auto;
	background-color:#FFFFFF;
	padding: 2px;
	border: 1px solid #000000;
	margin-bottom: 5px;
}
#headernav {
	margin-bottom: 5px;
	height: auto;
}

#innerpage {
	overflow:auto;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #000000;
	margin-bottom: 5px;
}

#contentleft {
	float:left;
	width:210px;
	text-align:center;
	background-color: #FFFFFF;
}

#contentright {
	float:left;
	width:672px;
	margin-left:5px;
	text-align:center;
	background-color: #FFFFFF;
}

#footer {
	clear:both;
	height:auto;
	background-color:#FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	border: 1px solid #000000;
}
.menu-not-selected {
	background-image: url(img_nav/menu-normal.jpg);
	text-align: center;
	font-weight: bold;
}
.menu-hover {
	background-image: url(img_nav/menu-hover.jpg);
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}
.menu-selected {
	background-image: url(img_nav/menu-selected.jpg);
	text-align: center;
	font-weight: bold;
}
.box-header {
	font-size: 12px;
	background-color: #EFEFEF;
	border: 1px solid #666666;
	text-align: left;
	font-weight: bold;
}
.box-header2 {
	font-size: 12px;
	background-color: #999999;
	border: 1px solid #666666;
	text-align: left;
	font-weight: bold;
}
.box-body {
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.box-body2 {
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.standout-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
.form-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #666666;
}
.messageform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #666666;
	color: #000000;
}
