@charset "utf-8";
body {
	background-color: #000000;
	margin: 0px;
	background-position: center;
}
.main_bg {
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	height: 500px;
}
.main_bg_ {
	background-image: url(images/main_bg_.jpg);
	background-repeat: repeat-y;
	height: 620px;
}
#main_div {
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 20px;
}
.top_grad {
	background-image: url(images/top_grad.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#left_margin{
	float: left;
}
.menu_top_logo {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav{
	width:240PX;
	text-align: left;
}
#nav li {
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #005cac;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:15px;
	margin-right:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#nav a {
	color: #005cac;
	text-decoration:none;
	padding-left:20px;
}
#nav a:hover {
	color: #FF0000 ;
	text-decoration:none;
}
#nav li.current a{
	color: #FF0000;
	padding-left:35px;
	background-image: url(images/active_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 20px;
}
.blue_text , a{
	font-family: Tahoma;
	font-size: 11px;
	color: #005cac;
}
a {
padding-top:10px;
	padding-bottom:10px;
	font-family: tahoma;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}
#footer {
	padding-top:10px;
		padding-bottom:10px;
	font-family: tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}
.blue_link{
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #005cac;
	text-decoration:underline;
}
.tittle{
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
#text{
	padding:15px;
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
}
#content_text{
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
}
.black_link{
	color:#000000;
	font-weight:normal;
}
.black_link:hover{
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}.hr {
	color: #000000;
	background-color: #000000;
	height: 1px;
}
.submenu a{
	color: #000000;
}
.vert_line {
	background-color: #000000;
	height: 100%;
	width: 2px;
}
.red_margin {
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.img {
	border: 3px solid #FEE298;
	padding: 5px;
	margin-right: 15px;
}
.embed {
	border: 3px solid #FEE298;
	padding: 5px;
	margin-right: 15px;
}
