/* CSS Document */

body {
	background: #000 url(/images/right_bg.gif) repeat-x;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
a:link, a:visited { color: #468baa; text-decoration: none; }
a:hover { color: #b3ddf4; }
h1, h2, h3, h4, h5, h6 {
	color: #99CC33;
	display: inline;
	font-family:"Lucida Grande", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h2 {
	font-size: 2.3em;
	margin: 0;
}
h4 {
	color: #0099CC;
}
input, textarea {
	background: #004050;
	border: 1px solid #005865;
	color: #b3ddf4;
}
#hdr_nav {
	background: #003756 url(/images/hdr_nav_bg.gif) repeat-x;
	color: #468baa;
	font-size: 14px;
	height: 33px;
	padding: 10px 0px 0px 97px;
}
#hdr_nav a:link, #hdr_nav a:visited {
	background: #003756;
	border-right: 1px solid #005381;
	line-height: 32px;
	padding: 9px 12px 8px 12px;
}
#hdr_nav a:hover { background: #001f30; }
#hdr_img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#hdr {
	background: #002237 url(/images/hdr_bg.gif);
	height: 105px;
	overflow: hidden;
	margin: 0px;
}
#left_menu {
	background: #002441;
	display: inline;
	float: left;
	font-family: "Century Gothic", "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	overflow: visible;
	position: absolute;
	width: 242px;
}
#content {
	background: #002835 url(/images/content_bg.gif) repeat-y;
	border-right: 1px dotted #006666;
	color: #bcced9;
	padding: 20px 20px 20px 262px;
	text-align: left;
	width: 600px;
}
#content a:link, #content a:visited { border-bottom: 1px dotted #416718; }
#content a:hover { border-bottom: 1px solid #86be40; }
.menu_root {
	background: #003756 url(/images/menu_root.gif);
	color: #b3ddf4;
	font-size: 28px;
	height: 51px;
	padding: 25px 18px 0px 0px;
	text-align: center;
	letter-spacing: 0.1ex;
}
.menu_up {
	background: #002441 url(/images/menu_up.gif);
	color: #003756;
	font-size: 18px;
	height: 58px;
	line-height: 58px;
	padding: 0px 18px 0px 18px;
}
.menu_up:hover {
	color: #b3ddf4;
}
#footer {
	background: transparent;
	border-top: 1px dotted #006666;
	clear: both;
	color: #666;
	padding: 30px;
	text-align: center;
}
#footer a:link, #footer a:visited { border-bottom: 1px dotted #416718; }
#footer a:hover { border-bottom: 1px solid #86be40; }

.clear { clear: both; }
.fleft { float: left; }
.fright { float: right; }
.uppercase {
	text-transform:uppercase;
}
.p_img {
	border: 1px solid #405e68;
	padding: 2px;
	margin: 5px;
}