html, body {
	padding: 0;
	margin: 0;
	font: normal 10pt Arial;
}

body {
	background-color: #FFFFFF;
}

#header {
	height: 160px;
	background: #FFFFFF url('../image/h_bg.gif') 0 0 repeat-x;	
}

#container {
	top: 0;
	position: absolute;
	width: 100%;
	height: auto;
	background: transparent url('../image/main_bg.jpg') 0 0 no-repeat;
}


#in_header {
	height: 160px;
	width: 100%;
}

#in_header a {
	color: #FFFFFF;
	text-decoration: none;
	font: bold 8pt Arial;
}

#in_header a:hover {
	text-decoration: underline;
}

#sidebar {
	background: transparent url('../image/bg_submenu.gif') 0 0 no-repeat;
	display:inline;
	margin: 0px;
	width: 200px;
	height: auto;
	float: left;
}

#rightbar {
	position:relative;
	display:inline;
	top:0px;
	margin: 0px;
	width: 215px;
	height: auto;
	float: right;
	padding: 10px;
	color:#214964;
}

#rightbar h2{
	background-color:#66869C;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BF12AC;
	font: bold 10pt Arial;
	color:#FFFFFF;
	text-align:center;
}

#latest_news_title {
	background-color:#eef;
}

#rightbar #head a {
	color: #FFFFFF;
	text-decoration: none;
}

#latest_news_title a {
	font: bold 8pt Arial;
}

#latest_news_body {
	font: 8pt Arial;
	padding: 5px;
	text-align: justify;
}

#main_content {
	margin-left:205px; 
	margin-right:220px;
	height: auto;
	color: #333;
	line-height: 1.7em;
	background: transparent url('../image/tmp.jpg') 0 0 no-repeat;
}

h1 {
	color: #4C6069;
	font-weight: bold;
	font-size: 16pt;
}

h2 {
	color: #214964;
	font-weight: normal;
	font-size: 14pt;
}

table {
	border: 0;
	font-size: 10pt;
	empty-cells: show;
}

table th {
	background-color:#66869C;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BF12AC;
	font: bold 10pt Arial;
	color:#FFFFFF;
	text-align:center;
	padding:2px;
}

table th * {
	color: white;
}

table td {
	border: 0;	
	padding: 2px;
}

.back_link{
	text-align:right;
	position:relative;
	float:right;
}

.connected{
	width: 300px;
	margin: 0px;
	margin-top: 10px;
	padding-top: 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-right-color: #7B580D;
	border-bottom-color: #7B580D;
	border-left-color: #7B580D;
	border-top-color: #D1C9A2;
	border-top-width: 2px;
	background-color: #FFF8CC;
}

.left_menu_container_table {
	position: relative;
	top: 70px;
	width: 200px;
	float: left;
	padding: 0px;
	margin: 0px;
	left: 10px;
}

.left_menu_container_table a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #214964;
	font-weight:bold;
	font-size: 8pt;
}

.left_menu_container_table  a.selected {
	color: #BE06B8;
}


.left_menu_container {
	position: relative;
	top: 70px;
	width: 200px;
	float: left;
	padding: 0px;
	margin: 0px;
	left: -25px;
}

.left_menu_container li {
	padding-top: 3px;
	padding-bottom: 3px;
	width: 98%;
	height: auto;
	list-style-type: none;
	list-style-position: outside;
}

.left_menu_container li<ul {
	left: -30px;

}

.left_menu_container a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #214964;
	font-weight:bold;
	font-size: 8pt;
}

.left_menu_container  a.selected {
	color: #BE06B8;
}

.faq_title {
	margin-top: 10px;
	font-size: 11pt;
	text-decoration: none;
	margin-left: 10px;
}

.link_title {
	margin-top: 10px;
	font-size: 11pt;
	text-decoration: none;
	margin-left: 10px;
}

.faq_body {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 3px;
	background-color: white;
	font-size: 10pt;
	padding: 5px;
	color: #666;
}

.link_body {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 3px;
	font-size: 10pt;
	padding: 5px;
	color: #666;
}

a {
	text-decoration: none;
	color: #BE06B8;
}

a:hover {
	color: #F94DEB;
}


label {
	font-size: 10pt;
	color: #6B8A98;

}

.test label {
	font-size: 11pt;
	color: #6B8A98;
	font-weight: bold;
	font-style: italic;
}

input, textarea, select {
	border: 1px solid #4C6069;
	margin: 3px;
}

.contact_comment {
	text-decoration: italic;
	color: #666;
}

.comment {
	font-size: 10pt;
	font-style: italic;
	color: #666;
}

#index_page {
	font-weight: normal;
	font-size: 9pt;
}

#footer {
	margin-left:0px; 
	margin-right:0px;
	padding-top: 40px;
	padding-bottom: 10px;
	clear: both;
	font-size: 8pt;
	text-align: center;
}

#search_form hr{
	display:none;
}

.sitemap_menu {
	padding: 0px;
	margin: 0px;
	margin-top: 8px;
	list-style: none;
	display: block;
}


.sitemap_menu li {
	padding-top: 3px;
	padding-bottom: 3px;
	width: 98%;
}

.sitemap_menu li.left2 {
	margin-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 98%;
}

.sitemap_menu a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #214964;
	padding-left: 20px;
	background: transparent url('../image/bullet_side.gif') 3px 0 no-repeat;
	font-weight:bold;
	font-size: 8pt;
}

.sitemap_menu a:hover {
	color: #F94DEB;
}

.row0 td {
	padding: 4px;
	background-color: #eef;
}

.row1 td {
	padding: 4px;
	background-color: #fff;
}

.rowSelected0 td {
	padding: 4px;
	background-color: #FFBDFC;
}

.rowSelected1 td {
	padding: 4px;
	background-color: #FFBDFC;
}

.rowOver td {
	padding: 4px;
	background-color: #e4e4e4;
}

.rowOut td {
	padding: 4px;
	background-color: #fff;
}

#news_header h1 {
	color: #4C6069;
	font-weight: bold;
	font-size: 14pt;
}

#news_header h2 {
	height: 20px;
	font-size: 12pt;
	font-style: italic;
	padding-left: 22px;
	color: #4C6069;
}

#news
{
	padding-left: 22px;
	width: 95%;
}

#news li
{
	color: #BF12AC;
	font-size: 11pt;
	list-style-image: url('../image/bullet_side.gif');
	list-style-position: outside;
	padding-left: 22px;
	padding-top: 7px;
}
#news h3 {
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	color: #4C6069;
	padding-left: 22px;
	text-align: justify;

}

#news h4 {
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	color: #4C6069;
	padding-left: 60px;
}

#path
{
	background-color: #eef;
	padding-right: 0px;
	padding-left: 5px;
	height: 20px;
	color: #BE06B8;
	width: 95%;
}

.search_input {
	padding-left: 25px;
	background: #eef url('../image/search_small.png') 2px 50% no-repeat;
}

.photo_container{
	position:relative;
	width:200px;
	height:200px;
}
/*
.photo_container a{
	font-size:7pt;
	color:#fff;
	position:absolute;
	bottom: 0px;
	text-decoration:none;
}
.photo_container a:hover{
	font-size:7pt;
	color:#fff;
	position:absolute;
	bottom: 0px;
	background-color:red;
}
*/
.copyright_notice {
	position: absolute; 
	bottom: 1px;
	left:1px;
	font-size:7pt;
	filter: Alpha(Opacity=20);
}

.copyright_notice a {
	-moz-opacity: 0.2;
	opacity: 20%;
	background-color: white;
	color:#333;
}

.copyright_notice a:hover {
	-moz-opacity: 0.6;
	opacity: 60%;
	color:#333;
}