html {
}

body { 
	background: #D0D0D0;
	background-image: url('images/background.gif');
	background-repeat: repeat-y;
	background-position: center center;
	text-align:center;
	margin:0px;
	font-family: Tahoma;
	font-size:12px;
	font-color: #000000;
}

input, textarea, select, radio {
	font-family: Tahoma;
	font-size: 11px;
	border: solid 1px #d0d0d0;
	background-color: #efefef;
	padding:1px;
}
input:hover, input:focus,
textarea:hover, textarea:focus,
select:hover, select:focus,
radio:hover, radio:active {
	background-color: #E0E0E0;
}

a, a:visited {
	color: #000000;
	font-weight: bold;
}

a:hover, a:active {
	color: #666666;
}

h1 {
	font-size: 11px;
	margin: 0px;
	padding:0px;
}

h2 {
	font-size: 11px;
	margin: 0px;
	padding:0px;
}
#container {
	float: left;
	width:810px;
	position: absolute;
	left: 50%;
	margin-left: -428px;
	padding: 10px 20px 5px 20px;

}

#header {
	float: left;
	width: 810px;
	height: 150px;
	background-image: url('rotation/rotator.php');
	border:0px solid #000000;
}

#navigation { float: left; height:18px; width: 810px; margin-top:5px; border-color: #005aa3; border-style: solid; border-width: 2px 1px 2px 0px; }

#navigation ul { color: #fff; height:18px; width: 810px; background-color: #005aa3; margin: 0; padding: 0; list-style: none; }

#navigation ul li { background-color: #005aa3; float: left; height:18px; padding: 1px 0 0; border-right: 1px solid #fff; }

#navigation ul li.active { color: #ccdded; background-color: #005aa3; }

#navigation ul li a, #navigation ul li a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #fff;
	padding: 1px 3px 4px;
}

#navigation ul li a.active, #navigation ul li a:hover { color: #ccdded; text-decoration: none; background-color: #005aa3; }

#subnavigation,#content_news {
	float: left;
	width: 180px;
	text-align:left;
	font-size: 11px;
	padding: 0px 15px 0px 0px;
}

#subnavigation ul, #content_news ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#subnavigation ul li, #content_news ul li {
	border-bottom: 1px dotted #CCCCCC;
}

#subnavigation ul li a, #subnavigation ul li a:visited,
#content_news ul li a, #content_news ul li a:visited {
	display:block;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	padding: 3px 0px 3px 0px;
}

#subnavigation ul li a.active, #subnavigation ul li a:hover,
#content_news ul li a.active, #content_news ul li a:hover  {
	display:block;
	background-color: #ccdded;
	padding: 3px 0;
}


#content {
	float: left;
	width: 819px;
	background-image: url('images/background_content.gif');
	background-repeat: repeat-y;
	background-position: center center;
	border-bottom: 1px solid #000000;
	margin-top:5px;
	padding: 15px 0px 5px 0px;
}

#content_main,
#content_home {
	float: left;
	width: 616px;
	padding: 0px 5px 0px 0px;
}

#content_main_title, 
#subnavigation_title { color: #fff; background-color: #005aa3; text-align:left; font-size: 11px; font-weight: bold; padding: 2px; margin-bottom: 3px; border-color: #005aa3; border-style: solid; border-width: 1px 1px 1px 5px; }

#content_main_text {
	width: 100%;
	min-height: 450px;
 	height:auto !important;
 	height:450px;
	text-align: justify;
	font-size: 11px;
	padding-left: 3px;
	padding-top: 20px;
	padding-bottom:20px;
	font-weight:normal;
}

#content_main_footer, #content_main_footer_woline {
	width: 100%;
	text-align:right;
	font-size: 9px;
	margin-top: 3px;
	padding:0px;
}

#content_main_footer_woline {
	text-align:left;
	border: 0px;
}

#content_main_footer a, #content_main_footer a:visited,
#content_main_footer_woline a, #content_main_footer_woline a:visited {
	color: #D0D0D0;
	text-decoration: none;
}

#content_main_footer a:hover, #content_main_footer a:active,
#content_main_footer_woline a:hover, #content_main_footer_woline a:active {
	color: #000000;
}

#footer {
	float: left;
	width: 100%;
	text-align:left;
	font-size: 9px;
	font-weight: normal;
	margin-top: 5px;
}

#footer a, #footer a:visited {
	text-decoration: none;
}

.row1 { background-color: #ffffff; border-style: none; border-width: 0; outline-style: none; outline-width: 0; }
.row2 { background-color: #fff; border-style: none; outline-style: none; }
element { }
