/**************** PSS styles ******************/

body {
	margin: 0px auto;
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	line-height: 1.25;	
	color: #000;
	background-color:#369;
	text-align: center;
}

/**************** container ******************/ 

.outerContainer {
	width: 840px;
	margin: 0 auto;
	text-align:left;
}

.container {
	width:840px;
	margin: 0px 2px 0px 2px;
}

/**************** header ******************/ 

.header {
	margin: 10px 0px 2px 0px;
	color: #000;
	background-color: #CCC;
}

.header .tdLeftCol{
	width:200px;
	height:100px;
}

.header .tdRightCol{
	width:620px;
	text-align:center;
}

.header .imgLogo{
	margin: 15px 25px 15px 25px;
	border: 1px solid #204060;
}

.header .caption {
	margin: 0px 60px 0px 60px;
	padding: 10px 20px 10px 20px;
	font-size:12px;
	font-weight:bold;
	font-family: Tahoma, Arial, sans-serif;
	color: #204060;
	background-color:#FFF;
	border: 1px solid #204060;
}


.header .ah:link, .ah:visited{
	text-decoration: none;
}

.header .ah:hover, .ah:active{
	text-decoration: none;
}

/*************** main menu ***************/

.mainMenu {
	width: 840px;
	height: 44px;
	margin: 10px 0px 10px 0px;
	color: #000;
	background-color: #CCC;
}

.mainMenu .ul01 {
	margin-top: 0px;
	list-style-type: none;
	float: right;
}

.mainMenu .li01 {
	display: inline;
}

.mainMenu .am {
	padding: 10px 16px 10px 16px;
	margin: 4px 10px 0px 0px;
	color: #204060;
	font-size: 12px;
	font-weight: bold;
	float: left;
	text-decoration: none;
}

.mainMenu .amSelected {
	padding: 10px 16px 10px 16px;
	margin: 4px 10px 0px 0px;
	color: #204060;
	font-size: 12px;
	font-weight:bold;
	float: left;
	text-decoration: none;
	background: #369 url('../images/main_menu_selected.gif') repeat-x;
}

.mainMenu .am:hover, .amSelected:hover {
	color: #FFF;
	background: #369;
}

/*************** sub menu ***************/

.subMenu {
	margin: 15px 5px 10px 5px;
	padding: 5px 0px 5px 10px;
	width: 190px;
	background: #369;
}

.subMenu .sul01 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 190px;
}

.subMenu .as {
	margin: 1px 0px 1px -10px;
	padding: 6px 0px 6px 15px;
	display: block;
	width: 185px;
	font-size: 12px;
	font-weight:bold;
	color: #FFF;
	text-decoration: none;
}

.subMenu .asSelected {
	margin: 1px 0px 1px -10px;
	padding: 6px 0px 6px 15px;
	display: block;
	width: 185px;
	font-size: 12px;
	font-weight:bold;
	color: #204060;
	background: #CCC url('../images/sub_menu_selected.gif') repeat-x;
	text-decoration: none;
}

.subMenu .as:hover, .asSelected:hover {
	font-size: 12px;
	font-weight:bold;
	color: #204060;
	text-decoration: none;
	background: #FFF;
}

.leftColImg{
	width: 170px;
	height: 200px;
	margin: 10px 15px 10px 25px;
}

.leftColImg01{
	width: 170px;
	height: 240px;
	margin: 10px 15px 10px 25px;
}

.message01 {
	margin: 0px 10px 0px 10px;
	padding: 10px 5px 10px 5px;
	width: 190px;
	text-align: center;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: #369;
}

.contact {
	margin: 0px;
	padding: 20px 50px 20px 100px;
}

/*************** content ***************/

.content {
	width: 840px;
	margin: 10px 0px 10px 0px;
	text-align: left;
	background-color: #FFF;
}

.content h4{
	font-size: 18px;
}

.content h5{
	font-size: 16px;
}

.content h6{
	font-size: 14px;
}

.content .cellLeft{
	width: 220px;
	vertical-align: top;
}

.content .cellRight{
	width: 600px;
	vertical-align: top;
	border-left: 1px solid #369;
}

.content .description{
	padding: 10px 25px 10px 25px;
	line-height: 140%;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	text-align: left;
}

.content .imgHomePage{
	margin: 20px 45px 20px 45px;
	width: 460px;
	height: 200px;
}

.content .img01{
	margin: 8px 26px 10px 0px;
	float: left;
	width: 240px;
	height: 190px;
}

.content .caption01{
	display: block;
	height: 190px;
	line-height: 140%;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #204060;
}

.content .para {
	padding: 0px;
	margin: 0px;
}

.content .ul01{
	margin-left: 90px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #204060;
	list-style-type: disc;
}

.content .ul02{
	list-style-type: square;
}


.content .siteMap, .siteMap:visited{
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #204060;
	text-decoration: none;
}

.content .siteMap:hover{
	color:#4080AC;
	text-decoration: none;
}

/*************** footer ***************/

.footer{
	width: 840px;
	height: 40px;
	margin: 10px 0px 10px 0px;
	color: #369;
	background-color: #CCC;
	font-family: Verdana, Arial, Tahoma, sans-serif;
}

.footer .table01 {
	margin: 10px;
}

.footer .af:link, .af:visited {
	color: #369;
	text-decoration: none;
}

.footer .af:hover {
	color: #FFF;
	text-decoration: none;
}

.footer .cellLeft {
	width: 200px;
	font-size: 10px;
	color: #369;
	text-align: left;
}

.footer .cellRight{
	width: 600px;
	font-size: 10px;
	color: #369;
	text-align: right;
}
