@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#headerImg {
	width: 1000px;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
}
.menu{
	border:solid;
	border:2px;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:8e8e8e;
	background-image: url(../images/menubg.jpg);
	background-repeat: repeat-x;
	}
.menu ul{
	height:34px;
	list-style:none;
	margin:0;
	padding:0;
	background-image: url(../images/menubg.jpg);
	background-repeat: repeat-x;
	}
	.menu li{
		float:left;
		}
	.menu li a{
		color:#666666;
		display:block;
		font-weight:bold;
		line-height:34px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover{
			color:#000000;
			text-decoration:none;
			}
	.menu li ul{
	background:#e0e0e0;
	display:none;
	height:auto;
	filter:alpha(opacity=95);
	opacity:0.95;
	position:absolute;
	width:200px;
	z-index:200;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #5a5a5a;
	border-bottom-color: #5a5a5a;
	border-left-color: #5a5a5a;		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		}
	.menu li li {
	display:block;
	float:none;
	width:200px;
		}
	.menu li ul a{
		display:block;
		font-size:12px;
		font-style:normal;
		padding:0px 10px 0px 15px;
		text-align:left;
		}

		.menu li ul a:hover{
			background:#949494;
			color:#000000;
			opacity:1.0;
			filter:alpha(opacity=100);
			}
	.menu p{
		clear:left;
		}	

	.menu #current{
	color:#ffffff;
	background-image: url(../images/currentbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
		}
.menu ul .partners ul {
	width: 130px;
}
.menu ul .partners ul li {
	width: 130px;
}
.menu ul li ul li .submenu1 {
	display: none;
	height: auto;
	width: 100px;
	position: absolute;
	z-index: 200;
	left: 100%;
	top: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5a5a5a;
	border-right-color: #5a5a5a;
	border-bottom-color: #5a5a5a;
	border-left-color: #5a5a5a;
}
.menu ul li ul li:hover .submenu1 {
	display: block;
	width: 100px;
}
.menu ul li ul li:hover .submenu1 li {
	width:100px;
}
.menu ul li ul li .submenu2 {
	display: none;
	height: auto;
	width: 100px;
	border: 2px solid #5a5a5a;
	position: absolute;
	z-index: 200;
	left: 100%;
	top: 33px;
}
.menu ul li ul li .submenu3 {
	display: none;
	width: 100px;
	border: 2px solid #5a5a5a;
	position: absolute;
	z-index: 200;
	top: 203px;
	left: 100%;
}

.menu ul li ul li:hover .submenu2 {
	display: block;
	width: 100px;
}
.menu ul li ul li:hover .submenu3 {
	display: block;
	width: 100px;
}

.menu ul li ul li:hover .submenu2 li {
	width:100px;
}
.menu ul li ul li:hover .submenu3 li {
	width: 100px;
}
#contentWrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: 2px solid #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#contentWrap #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	width: 780px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	clear: both;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contentWrap #content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	height: auto;
}
#contentWrap #content table tr td {
	margin-right: auto;
	margin-left: auto;
}
#contentWrap #content table {
	margin-right: auto;
	margin-left: auto;
}


#contentWrap #content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
#contentWrap #content table tr td img {
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#contentWrap #content table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003;
	padding-top: 7px;
	padding-bottom: 7px;
}
#contentWrap #content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 50px;
}
#contentWrap #content table tr td p b a {
	color: #F00;
}
