body {
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}

/*
body, td, a, ol, ul, li, p, input, textarea, select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
}	
td {
	text-align: left;
	vertical-align: top;
}
ul {
	margin: 0px;
	padding: 0px 8px;
}
*/

.under_constr {
	display: block;
	margin-left: 10%; 
	width: 75%;
	padding: 10px;
	color: #999;
	border: 1px dashed #ccc;
	background-color:#FCFCFC;
}
#path_text {
	margin: 10px 10px 0px 15px; 
	padding: 0px; 
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #999999;
	text-align: left;
	vertical-align:middle;
}

#path_text a, a:visited {
	font-family: Arial, Helvetica, Sans Serif;
	color: #CC6600; text-decoration: none;
	font-weight: 100;
}
#path_text a:hover {
	color: #993300;	text-decoration: none;
	font-weight: 100;
}


h1 {
	font-family: Garamond, Times New Roman, Times, serif;
	color: #017DA6;
	font-weight: bold ;
	letter-spacing: 1px;
	font-size: x-large;
	margin: 4px 12px 4px 0px; 
	border-bottom: 1px dotted #ccc;
}

h2 {
	font-family: Garamond, Times New Roman, Times, serif;
	color: #660000;
	font-weight: bold ;
	letter-spacing: 1px;
	font-size: large;
	margin: 4px 12px 0px 0px; 
	padding: 0px;
	border-bottom: 1px none #ccc;
}

h3 {
	font-family: Garamond, Times New Roman, Times, serif;
	color: #848400;
	font-weight: bold ;
	letter-spacing: 1px;
	font-size: medium ;
	margin: 4px 12px 0px 0px; 
	padding: 0px;
	border-bottom: 1px none #ccc;
}

a:link {
	color: #CC6600; text-decoration: none;
	font-weight: bold;
}

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

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

#logo_outer {
	margin-top: 5px;
	width: 160px;
}

#logo_inner {
  border: 1px solid #fff;
  padding: 2px;
  float: none !important;
}

/* Navmenus */
#mainmenu_outer {
	margin-top: 2px;
	width: 160px;
}

#mainmenu_inner {
  border: 1px solid #fff;
  padding: 20px 0px 0px 10px;
  float: none !important;
}

a.navmenu:link, a.navmenu:visited {
	font-family: Georgia, Times New Roman, Times, serif;
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 20px;
	width: 95%;
	text-decoration: none;
}

a.navmenu:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #CC6600;
}
#active_menu {
	background-position: 0px -25px;
	color:#333333;
	font-weight: normal;
}

a#active_menu:hover {
	color: #E15704;
}

/* Submenus */

ul.submenu{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color:#333333;
	line-height: 1em;
}

li.submenu {
	margin: 2px 0px 0px 10px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside
}


a.submenu:link, a.submenu:visited {
	display: block;
	width:80%;
	background: url(../images/submenu_bg.png) no-repeat;
	margin: 0px;
	padding: 2px 0px 2px 15px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: 200 !important;
	color: #996;
	text-align: left;
}

a.submenu:hover {
	background-position: 0px -40px;
	color: #C43C03;
	text-decoration: underline;
}

#active_submenu {
	background-position: 0px -40px;
	color:#990000;
	font-weight: normal;
}

a#active_submenu:hover {
	color: #E15704;
}

/* ************** */


.header_image {
	background-image: url(../images/header_image.jpg);
	background-repeat: no-repeat;
	background-position: center right ;
}

#content_outer {
	padding: 10px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 10px;
}

#content_inner {
	padding: 0px;
	margin: 0px;
}

#content_inner p{
	color:#333333;
	text-indent: 1em;
	line-height: 1.5em;
}

#content_inner ul{
	color:#333333;
	line-height: 1.5em;
}

#content_inner li {
	list-style-image: url(../images/li_content_dot.gif);
	list-style-type: none;
	list-style-position: outside
}

.bg_main_content {
	background-image: url(../images/bg_main_contents.gif);
	background-repeat: no-repeat;
	background-position: bottom right ;
}

.top_line {
	background: url(../images/line_top.gif) repeat-x;
	height: 20px !important;
}

#page_lastupdate {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
	vertical-align:bottom;
	border: 1px none black;
	height: 50px !important;
}

#bottom_left {
	padding: 5px;
	margin: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #999999;
	vertical-align:middle;
	text-align:left;
}

#bottom_right {
	padding: 5px;
	margin: 0px;
	vertical-align:middle;
	text-align:right;
}

#testfff {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #999999;
}

.bottom_logo {
  margin: 0px 2px 0px 0px;
  padding: 2px 0px 25px 0px;
  float: left;
}


ul#bottom_nav_links
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#bottom_nav_links li
{
	display: block;
	float: right;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	width: auto !important;
	white-space: nowrap;
}

ul#bottom_nav_links li a
{
	width: 100%;
	padding-left: 10px;
	padding-right: 15px;
	text-decoration: none;
	color: #990000;
	background: url(../images/menu_bg.png) no-repeat;
	font-weight: normal;
}


ul#bottom_nav_links li a:hover
{
	background-position: -5px -30px;
	text-decoration: none;
	color: #CC6600;
	font-weight: normal;
}


#bottom_left a {
	color: #5C6940;	text-decoration: none;
	font-weight: normal;
}


#bottom_left a:hover
{
	color: #CC6600;	text-decoration: none;
	font-weight: normal;
}




