﻿body {
    background-image: url(../images/bg.jpg);
    background-repeat:repeat-x;
    background-attachment:fixed;
    background-position: left bottom;
    margin: 0px;
    padding: 0px;
    font-family: Verdana;
    font-size: 11px;
    text-align: center;
    color: #6D6D6D;
}
h1 {
    font-size: 14px;
    font-weight: bold;
    color: #076297;
    margin-bottom: 20px;
}
.clear {	
	clear: both;
}
.fleft {
	float:left;
}
.fright {
	float:right;	
}
.strong {
	font-weight:bold;
}
.header, .content, .footer {
	width: 841px;	
	margin-left: auto;
	margin-right: auto;
}
.content {
	border: 1px solid #D3D3D3;
	background: white;
}
.header {
	height: 110px;
}
.header .logo img {
	margin-top: 12px;
	border: 0px;
}
.header .navi {
	margin-top: 30px;
}
.header .navi img {
	border:0px;
}
.header .navi a {
	margin-left: 8px;
}
.header .slogan {
	margin-top: 20px;
	clear: right;	
}
.content a {
	color: #6d6d6d;
}
.content a img {
	border: none;
}
.content .menu {
	border: 1px solid #D3D3D3;
	margin: 5px;
}
.content .menu .bottom {
	height: 5px;
	width: 829px;
}
.content .menu .visual {
}
.content .menu table {
	font-size: 11px;
	width: 829px;
	border-collapse: collapse;
table-layout:fixed;
}
.content .menu table td.menuItem {
	background-image: url(../images/menu_item_bg.jpg);
	height:34px;
	border-left: 1px solid white;
}
.content .menu table td.menuItem .placeholder {
	text-align:center;
}
.content .menu table td.menuItem a {
	color: #575757;
	text-decoration:none;
}
.content .menu table td.menuItem a:hover {
	text-decoration:underline;
}
.content .menu table td.menuItem.first {
	border-left: 0px;
}
.content .menu table td.menuItem.selected {
	background-image: url(../images/menu_item_bg_sel.jpg);
	font-weight: bold;	
	color: white;
}
.content .menu table td.menuItem.selected a {
	color: white;
}
.content .menu .bottom {
	background-color: #046095;
	height:5px;
}
.content .main {
	margin-left: 25px;
	margin-bottom: 25px;
	margin-top: 20px;
	margin-right: 0px;
	text-align:left;
	width: 580px;
	vertical-align:top;
	line-height: 14px;
}
.content .side {
	width: 192px;
	vertical-align:top;
	margin-top: 50px;
	margin-right: 25px;
	text-align:left;
}
.content .side img {
	border: 0px;
	margin-bottom: 15px;
}
.footer {
	margin-top: 20px;
	margin-bottom: 50px;
}
.footer a {
	text-decoration: none;
	color: #777;
}
.footer a:hover {
	text-decoration:underline;
}
.footer .footerMenu .menuItem  {
	display:inline;
	margin-left: 20px;
}
.footer .footerMenu .menuItem.selected {
	font-weight: bold;
}
.submenu {
	position: absolute;
	display:none;
	background-color:#CDCECD;
	margin-top:29px;
	opacity:0.83;
	filter: alpha(opacity = 83);
	width:180px;
}
.submenu .submenu_item {
	text-align:left;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom:10px;
	border-bottom: 1px solid #e6e6e6;
	font-weight: normal !important;
}
.submenu .submenu_item.selected {
	font-weight: bold !important;
}
.submenu .submenu_item a {
	color: #464646 !important;
	text-decoration: none;
}
.submenu .submenu_item a:hover {
	text-decoration: underline;
}
