/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-image:url(../images/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}
body, p, div, span, tr, td, th, blockquote {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4C4C4C;
}
a {				color:#0A236E;	font-weight:bold; text-decoration:none}
a:visited {		color:#0A236E;	font-weight:bold; text-decoration:none}
a:hover {		color:#0A236E;	font-weight:bold; text-decoration:underline}
a:active {		color:#0A236E;	font-weight:bold; text-decoration:none}
h1 {
	margin:0px;
	padding:0px;
	border-bottom:1px solid #0A236E;
	color:#0A236E;
}
h3 {
	margin:0px;
	padding:0px;
	border-bottom:1px solid #0A236E;
	color:#0A236E;
	font-size:14px;
}
input, select, textarea {
	border:1px solid #0A236E;
}



#footer {
	padding:20px 0px 10px 0px;
	text-align:center;
	font-size:9px;
	color:#999999;
}
#footer a {				color:#666666;	font-weight:bold; text-decoration:none}
#footer a:visited {		color:#666666;	font-weight:bold; text-decoration:none}
#footer a:hover {		color:#666666;	font-weight:bold; text-decoration:underline}
#footer a:active {		color:#666666;	font-weight:bold; text-decoration:none}

#horizon {
	position:absolute;
	left:50%;
	width:684px;
	margin: 0px 0px 0px -342px;
	padding: 0px;
	background-color:#FFF;
	border:0px;
}

#news {
	margin:0px 0px 0px 4px;
	padding:0px;
}
#news_main {
	margin:0px;
	padding:0px 0px 14px 0px;
	background-color:#EAEAEA;
}
#news_main h2 {
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4C4C4C;
}





/*

DROPDOWN MENU START

*/
#dropmenudiv{
position:absolute;
top:0px;
left:10px;
border:1px solid #143393;
line-height:18px;
z-index:100;
background-color:#D7D7D7;
}

#dropmenudiv a{
width: 88%;
display: block;
text-indent: 3px;
padding: 2px 2% 2px 10%;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#999999;
}
/*

DROPDOWN MENU END

*/


.error {
	color:#CC0000;
	font-weight:bold;
}
.homepage {
	font-size:12px;
}
