@charset "UTF-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/bg.JPG);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #ddd;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size: 24px;
	margin: 0px;
	padding-bottom: 4px;
}
h2 {
	font-size: 16px;
	margin: 0px;
	padding-bottom: 4px;
}
h3 {
	font-size: 14px;
	margin: 0px;
	padding-bottom: 4px;
}
p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#logoMenus {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/logo1.png);
	height: 100px;
	background-repeat: no-repeat;
	background-position: 0px 25px;
}
#logoMenus #topMenus {
	float: right;
	background-image: url(images/topMenusBG1.png);
	height: 20px;
	width: 325px;
	padding-top: 2px;
	padding-left: 17px;
	color: #999999;
	text-align: right;
	padding-right: 3px;
	padding-bottom: 2px;
}
#logoMenus #topMenus a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
#logoMenus #topMenus .topflags {
	height: 17px;
	top: 4px;
	position: fixed;
	left: 900px;
}
#mainMenus {
	width: 900px;
	height: 40px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/mainMenusBG1.png);
	background-repeat: repeat-x;
}
#mainMenus ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#mainMenus       li {
	float: left;
}
#mainMenus     li a {
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
}
#mainMenus li a:hover {
	background-image: url(images/mainMenusBG1a.png);
	background-repeat: repeat-x;
	color: #CCCCCC;
}
#topBanner {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	background-color: #FFFFFF;
	overflow: hidden;
}
#container #left {
	float: left;
	width: 240px;
	padding-right: 4px;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
	overflow: hidden;
	padding-bottom: 5px;
}
#container #right {
	width: 642px;
	padding-left: 5px;
	background-color: #FFFFFF;
	padding-top: 5px;
	float: right;
	overflow: hidden;
	padding-right: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#footer    {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	text-align: center;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4f4f4f;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer2 {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	text-align: center;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
}
