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: Arial;
	font-size:12px;
	font-color: #000000;
}

input, textarea, select, radio {
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #009999;
	background-color: #FFFFFF;
	
}


a, a:visited {
	font-weight: bold;
         color: #000000;
         text-decoration:none;
}

a:hover, a:active {
	color: #009999;
         text-decoration:none;
}

img {
         border-width: 0;
}

h1 {
	font-size: 16px;
         color: #FFFFFF;
         background-color: #009999;
         float: center;
	margin: 0px;
	padding:0px;
}

h2 {
         font-size: 11px;
	margin: 0px;
	padding:0px;
}

h3 {
        line-height; 5px;
        font-size: 12px;
        float: left;
        color: #009999;
}

h4 {
       color: #000000;
       font-size: 12px;
       font-family: verdana;
}

h5 {
        font-size: 10px;
        color: #000000;
}

#container {
	float: left;
	width:814px;
	position: absolute;
	left: 50%;
	margin-left: -428px;
	padding: 10px 20px 5px 20px;

}


#navigation {
	float: center;
	height:20px;
	width: 590px;
	border: 0px solid #FFFFFF;
	
}

#navigation ul {
	height:18px;
	background-color: #009999;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation ul li{
color: #000000;
	float: left;
	height:18px;
	padding: 0px;
	padding-top:1px;
	border-right: 1px solid #000000;
}

#navigation ul li.active {
	background-color: #009999;
}

#navigation ul li a, #navigation ul li a:visited {
	text-decoration: none;
         float: left;
	font-weight:bold;
	color: #FFFFFF;
	padding: 1px 3px 4px 3px;
}

#navigation ul li a.active, #navigation ul li a:hover {
	text-decoration: none;
	background-color: #006699;
}


#content {
	float: left;
	width: 819px;
	background-image: url('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: #009999;
	text-align:left;
	font-size: 11px;
	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: 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;
}
.row2 {
	background-color: #009999;
}


