body {
	background-color: #DCE5E6;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #407982;
	font-weight: bold;
}

a:hover {
	color: #666666;
	font-weight: bold;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	padding-bottom: 7px;
	padding-right: 15px;
	padding-top: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #45ADB6;
	font-size: 18px;
}
h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #45ADB6;
	font-size: 14px;
}

#topNav {
	background-image: url(../images/navbar.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #494A4A;

}
#topNav td {
	background-image: url(../images/navline.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-align: center;
	padding-right: 12px;
	padding-left: 12px;
}

#topNav a {
	color: #CCCCCC;
	text-decoration: none;
}

#topNav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#leftNavMiddle {
	background-image: url(../images/leftnav_middle.gif);
	background-repeat: repeat-y;
	padding-top: 15px;
}
#leftNav a {
	background-image: url(../images/navbutton_off.jpg);
	background-repeat: no-repeat;
	background-color: #B3C1C7;
	float: left;
	width: 209px;
	display: block;
	text-decoration: none;
	color: #333333;
	text-align: right;
	padding-right: 25px;
	padding-top: 6px;
	height: 23px;
}

#leftNav a:hover {
	background-image: url(../images/navbutton_on.jpg);
	background-repeat: no-repeat;
	background-color: #7C8A93;
	text-decoration: none;
	color: #CCCCCC;
}



#rss {
	background-image: url(../images/bottom_rss.gif);
	background-position: bottom;
	background-color: #5CB9C1;
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}
#content {
	vertical-align: top;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 10px;
	padding-bottom: 15px;
	text-align: justify;
}

#content img {
	margin: 5px;
}
#content table h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #45ADB6;
}

#contactBar {
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	background-color: #474747;
	height: 39px;
	color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
}

#contactBar a {
	color: #CCCCCC;
	text-decoration: none;
}

#contactBar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}#footer {
	background-color: #DCE5E6;
	padding-right: 8px;
	padding-left: 9px;
	padding-top: 3px;
	padding-bottom: 5px;
}
#footer a {
	color: #333333;
	font-weight: normal;
}

#footer a:hover {
	color: #666666;
	font-weight: normal;
}
#titleSub {
	background-image: url(../images/subtitle.gif);
	background-repeat: no-repeat;
	color: #54ABAC;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
}
#leftTable {
	margin-bottom: 10px;
}

#leftTable2 {
	margin-bottom: 10px;
	margin-left: -4px;
	#margin-left: 0px;
	_margin-left: 0px;
}

#dropmenudiv{
	position:absolute;
	background-color: #E3FFB0;
	border:1px solid #CCCCCC;
	line-height:18px;
	z-index:100;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CCCCCC;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	background-color: #B3C1C7;
	color: #333333;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #000000;
	color: #CCCCCC;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}
