/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #4066b0;
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
}

body div {
	margin: auto;
}

#container {
	width: 800px;
	position: relative;
	top: 5px;
	bottom: 10px;
	background: url(../images/container_bg.gif);
}

#container2 {
	width: 100%;
	text-align:left;
	position:relative;
}

#containertop {
	height: 13px;
	width: 800px;
	background: url();
}

#containerbottom {
	height: 18px;
	width: 800px;
	background: url();
	clear: both;
}

#header{
	margin-top: 6px;
	width: 761px;
	height: 94px;
	background: url(../images/main.jpg);

}

#mainbody {
	margin: 20px;
}

#left {
	width: 160px;
	float: left;
}

#right {
	width: 580px;
	float: right;
	text-align: justify;
	border-bottom: 1px solid #4066b0;
	vertical-align: top;
}

#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	color: #ffffff;
	background-color: #4066b0;
}

#menu a:hover {
	background: #e0eaec;
	color: #3266cc;
}

#menu .active a {
	background: #666666;
	color: #000000;
}

#dropmenudiv{
	position:absolute;
	border:1px solid white;
	border-bottom-width: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3B3B3B;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3B3B3B;
	padding: 1px 0;
	text-decoration: none;
}

#dropmenudiv a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3B3B3B;
	background-color: #4066b0;
}

.title {
	font-family: Arial;
	font-size:14px;
	font-weight:bold;
	color:#4066b0;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #666666;
}

.text a {
	text-decoration: underline;
	font-weight: bold;
	color: #3266cc;
}

.text a:hover {
	text-decoration: none;
	color: #3B3B3B;
}

.time_date {
	font-family: Arial;
	font-size: 10px;
	color: #c18732;
	text-align: right;
	padding: 0;
	padding-right: 18px;
	padding-bottom: 5px;
	border-bottom: 1px solid #4066b0;
}

#header_news {
	text-align: left;
	color: #c18732;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}

#credit {
	top: 10px;
	position: relative;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	clear: both;
}

#credit a{
	color: #4066b0;
	text-decoration: none;
}

#credit a:hover {
	color: #666666;
	text-decoration:underline;
}