
body {
	margin-top: 5px;
	overflow:scroll;
}

div, td {
	font-family: Verdana, Arial;
	font-size: 12px;
}

a {
	color: #008AC8;
	text-decoration: none;
}

a.link {
	color: #008AC8;
}

.a_header {
	background-color: #FFFFFF;
	cursor: pointer;
	filter: alpha(opacity=0) -moz-opacity: 0.0; opacity: 0.0;
	height: 200px;
	margin-left: 42px;
	position: absolute;
	width: 245px;
	z-index: 10;
}

a:hover {
	text-decoration: underline;
}

a.a_menu {
	color: #004869;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.a_menu:hover {
	text-decoration: underline;
}

a.a_submenu {
	color: #F9CF03;
	font-weight: bold;
}

a.a_submenu:hover {
	text-decoration: underline;
}

a.footer_mail {
	color: #888888;
}

.website {
	/*text-align: center;*/
}

.header {
	background-image: url(../images/header_top.png);
	background-repeat: no-repeat;
	height: 281px;
	margin: 0px;
	margin-bottom: 1px;
	padding-top: 12px;
	text-align: center;
	width: 980px;
}

.menu {
	background-image: url(../images/bg_menu.png);
	background-repeat: repeat-x;
	border-top: 1px solid #008AC8;
	border-bottom: 1px solid #008AC8;
	height: 42px;
	padding-left: 12px;
	text-align: left;
	width: 968px;
}

.menuitem {
	height: 30px;
	margin-top: 12px;
}

.submenu { 
	background-color: #008AC8;
	background-image: url(../images/submenu_arrow.png);
	background-position: 25px 0px;
	background-repeat: no-repeat;
	color: #F9CF03;
	font-weight: bold;
	margin-top: 42px;
	margin-left: -4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	position: absolute;
	width: 180px;
}

.main {
	background-color: #FAFAFA;
	margin-bottom: 1px;
	/*min-height: 400px;*/
	width: 980px;
}

.main-left {
	background-color: #FAFAFA;
	float: left;
	min-height: 370px;
	/*height: 370px;*/
	padding-left: 15px;
	padding-right: 15px;
	width: 268px;
}

.main-right {
	background-color: #FAFAFA;
	clear: right;
	float: left;
	min-height: 370px;
	/*height: 370px;*/
	/*overflow: auto;*/
	padding-left: 15px;
	padding-right: 15px;
	width: 652px;
}

td.header_text {
	border-bottom: 1px solid #008AC8;
	color: #008AC8;
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	height: 16px;
	padding-top: 12px;
	text-align: left;
}

td.submenuwithborder {
	border-bottom: 1px solid #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}

td.submenuwithoutborder {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}

td.default {
	line-height: 20px;
	text-align: left;
}

.footer {
	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	height: 90px;
	width: 980px;
}

.footer-left {
	color: #888888;
	float: left;
	font-size: 11px;
	height: 64px;
	line-height: 19px;
	margin-top: 0px;
	padding-top: 6px;
	padding-right: 15px;
	text-align: right;
	width: 280px; /* 283 */
}

.footer-middle {
	border-left: 1px solid #CCCCCC;
	color: #888888;
	float: left;
	font-size: 11px;
	height: 64px;
	line-height: 19px;
	margin-top: 0px;
	padding-top: 6px;
	padding-left: 15px;
	text-align: left;
	width: 585px; /* 665 */
}

.footer-right {
	float: left;
	height: 64px;
	margin-top: 5px;
	width: 70px;
}

.frm {
	display : inline;
}

.frm_text {
	font : 12px Century Gothic, Verdana, Arial #000000;
	width : 250px;
	
	border : 1px solid #EFEFEF;	 	
	/*background-color : #EFEFEF;
	background-image : url(images/frm_fld_background.gif);*/
}

.frm_radio {
	font : 12px Century Gothic, Verdana, Arial #000000;
	border : 0px;
}

.frm_checkbox {
	font : 12px Century Gothic, Verdana, Arial #000000;
	border : 0px;
}

.frm_button {
	font : 12px Century Gothic, Verdana, Arial #000000;
	border : 1px solid #EFEFEF;	 	
	background-color : #EFEFEF;
	/*background-image : url(images/frm_fld_background.gif);*/
}

.table_frm td {
	vertical-align : top;
}

