body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/back.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	font-size: 11px;
	font-family: Verdana, arial, times;
	color: #fff;

}

input, textarea {
	font-size: 11px;
	font-family: Verdana;
}

#wrap {
	width: 950px;
	margin: 0 auto;
	padding: 0px;
	margin-top: 0px;

}

#top {
	height: 150px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
}

#middle {
	height: 117px;
	background-image: url(images/middle.jpg);
	background-repeat: no-repeat;
	z-index: 90;
}

#content {
	background-image: url(images/main_back.png);
	background-repeat: repeat-x;
	background-color: #000;
	width: 950px;
	
}

#text {
	padding: 20px;
	width: 580px;
	/*text-align: justify;*/
	border-right: 1px solid #818181;
	
	
}

#right_menu {
	position: absolute;
	min-height: 297px;
	background-image: url(images/nohy.jpg);
	background-repeat: no-repeat;
	width: 296px;
	margin-left: 654px;
	top: 267px;
}

#footer {
	height: 30px;
	padding-top: 14px;
	background-image: url(images/footer_back.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: #000;
	text-align: center;
}

a, a:visited {
	color: #aaa;
}

a:hover {
	color: #fff;
}

.hid {
	display: none;
}

#main {
	margin: 0px;
	padding: 18px 0px 0px 20px;
}

#main li {
	list-style: none;
	display: inline;
	width: 114px;
}

#main li a {
	/*width: 114px;*/
	height: 18px;
	float: left;
	display: block;
	text-align: center;
	margin-right: 20px;
	padding-top: 3px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
}

#main li a:hover {
	/*background-image: url(images/link_highlite.png);
	background-repeat: no-repeat;
	color: #000;*/
	border-bottom: 4px solid #F69322;
}

#right_links {
	margin: 0px;
	margin-top: 120px;
}

#right_links li{
	list-style: none;
	width: 211px;
	height: 29px;
	margin-bottom: 10px;
}

#right_links li a {
	background-image: url(images/right_menu_button.png);
	background-repeat: no-repeat;
	width: 211px;
	height: 23px;
	text-align: center;
	display: block;
	text-decoration: none;
	padding: 6px 4px 4px 4px;
	font-weight: bold;
	font-size: 0.9em;
}

#right_links li a:hover {
	background-image: url(images/right_menu_button_hover.png);
	padding-top: 6px;
}

.clear {
	clear: both;
	visibility: hidden;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

h2.hdef {
	padding: 0px;
	/*margin: -73px 0px 30px 0px;*/
	margin-top: -20px;
	font-size: 2.0em;
	z-index: 100;
}

h3 {
	font-size: 1.8em;
}

#marq {
	position: absolute;
	margin-left: 330px;
	margin-top: 26px;
}

#sub_10 {
	display: none;
}

dl dt {
	/*font-weight: bold;*/
	margin-top: 10px;
	font-size: 13px;
}

dl dd {
	margin: 3px 0px 5px 5px;
}

.submit {
	font-size: 1.6em;
	
}

.error {
	border: 1px solid #F8AE59;
	background-color: #C87D2A;
}

._left {
	float: left;
	width: 40%;
}

._right {
	float: right;
	width: 40%;
}