html {
}

body { 
	background: #D0D0D0;
	background-image: url('images/bg.gif');
	background-repeat: no-repeat;
	background-position: top;
	text-align:center;
	margin:0px;
	font-family: Tahoma;
	font-size:12px;
	font-color: #000000;
        background-color: #D7E0E7;
}

input, textarea, select, radio {
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #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:814px;
	position: absolute;
	left: 50%;
	margin-left: -428px;
	padding: 10px 20px 5px 20px;

}

#navigation {
	float: left;
	height:18px;
	width: 813px;
	border: 1px solid #000000;
	margin-top:5px;
}

#navigation ul {
	height:18px;
	background-color: #EFEFEF;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation ul li {
	float: left;
	height:18px;
	padding: 0px;
	padding-top:1px;
	border-right: 1px solid #000000;
}

#navigation ul li.active {
	background-color: #EFEFEF;
}

#navigation ul li a, #navigation ul li a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #000000;
	padding: 1px 3px 4px 3px;
}

#navigation ul li a.active, #navigation ul li a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
}

#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: #EFEFEF;
	padding: 3px 0px 3px 0px;
}


#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 {
	border: 1px solid #D0D0D0;
	background-color: #EFEFEF;
	text-align:left;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 3px;
}

#content_main_text {
	width: 100%;
	min-height: 450px;
 	height:auto !important;
 	height:450px;
	text-align: justify;
	font-size: 12px;
	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: black;
	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: #D0D0D0;
}

#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;
}
.row2 {
	background-color: #EFEFEF;
}


