html body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D665E;
	background-color: #FFFFFF;
	background-position: right;

	text-align: center;
}

td { vertical-align: top; }

/*a { color: #4D665E; }
a:hover { color: #000000;}
*/

a, a:visited {
	color: #4D665E;
	text-decoration: none;
	background-image: url(../images/link_dotted.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

a:hover {
	color: #000000;
	background-image: url(../images/link_solid.png);
} 



ul {
	list-style: square;
}

hr {
	height: 1px;  
	background-color: #66CC00;
	color: #66CC00; 
	width: 100%;
}

H1 { 
	font-size: 180%;
	line-height: normal;
	font-weight: normal; 
	color: #4AC620; 
	margin: 2px 0px 8px 0px; 
	padding: 0px 0px 24px 0px; 
	border-bottom: 0px solid #66CC00; 
}
H2 { 
	font-size: 110%; 
	font-weight: bold;
	color: #3399CC; 
	margin: 2px 0px 8px 0px; 
	padding: 0px 0px 4px 0px; 
	border-bottom: 0px solid #3399CC; 
}

div#layout {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
}

.headerBox {
	background-image: url(../images/bg_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.menuBox td {
	vertical-align: bottom;
	padding: 15px 0px 10px 0px; 
}
.menuBox td a:link, .menuBox td a:visited {
	color: #3399CC;
	text-decoration: none;
	padding: 0px 10px 10px 5px; 
	font-weight: bold;
	background-image: none;
}
.menuBox td a:hover {
	color: #006699;
}


.homeNews {
	width: 220px;
	background-image: url(../images/bg_news.jpg);
	background-repeat: no-repeat;
	padding: 40px 20px 10px 20px;
}
.homeNews H2 {
	color: #FFFFFF;
}
.homeBox {
	background-image: url(../images/fade_home.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.homeText td {
	width: 350px;
	padding: 25px 40px 5px 5px;
}


.middleSection {
	padding: 40px 0px 10px 0px;
	vertical-align: bottom; 
}
th.middleSection  {
	text-align: left;
	padding: 40px 20px 10px 20px;
	font-weight: normal;
}



.content {
	background-image: url(../images/fade_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 50px 100px 10px 5px;
	width: 560px;
}

.rightSide {
	background-image: url(../images/fade_side.gif);
	background-repeat: no-repeat;
	background-position: 205px 81px;
	height: 420px;
}



/* image menu */
.topMenu {
	width: 100%;
	background-color: #3399CC;
	margin-bottom: 5px;
}
.topMenu td{
	vertical-align: bottom; 
	width: 160px;
}
.topMenu a {
	height: 30px;
	display:block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.topMenu a:hover {
	color: #FFFFFF;
	background-color: #66CC00;
}



/* right Navigation */
.Nav th {
	text-align: left;
	line-height: 160%;
	color: #26468F;
	font-weight: normal;
	padding: 20px 0px 50px 20px;
	background-color: #E9ECF0;
	background-image: url(../../images/corner-left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top: #FFFFFF solid 1px;
}

.Nav {
	width: 200px;
	font-weight: bold;
	line-height: 200%;
}
.Nav td {
	font-size: 100%;
	text-indent: 10px;
	text-align: left;
	border-top: #FFFFFF solid 1px;
}
.Nav td a:link, .Nav td a:visited {
	color: #8AA89E;
	background-color: #E6ECEA;
	text-decoration: none;
	display: block;
	background-image: none;
}
.Nav td a:hover {
	color: #FFFFFF;
	background-color: #66CC00;
}
.secondLine{
	padding-left: 10px;
	line-height: 60%;
}


/* footer styles */
.footer {
	border-top: #8AA89E solid 1px;
	padding: 5px 0 0 5px;
	color: #5F7E74;
}
th.footer  {
	height: 10px;
	background-image: url(../images/fade_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top: #FFFFFF solid 0px;
	padding: 0 0 0 0;
}


.myLayers {
	display: none;
	position: relative;
}



.dataTable {
	background-color: #26468F;
}
.dataTable th {
	padding: 5px 0 2px 5px;
	border-right: #FFFFFF solid 1px;
	text-align: left;
	color: #FFFFFF;
	background-color: #66CC00;
}
.dataTable td {
	padding: 5px 0px 5px 0px;
	background-color: #FFFFFF;
}
