@charset "utf-8";

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #898989;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #0094b6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0094b6;
}
a:hover {
	text-decoration: none;
	color: #00B7DD;
}
.footerbar {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 60px;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 16px;
	padding-right: 35px;
}

.footerbar a:link{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
	
}

.footerbar a:visited{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

.footerbar a:hover{
	font-size: 10px;
	color: #03BBEA;
	text-decoration: underline;
}


a:active {
	text-decoration: none;
	color: #00B7DD;
}

.shadowleft {
	background-image: url(images/shadow-left.png);
}
.shadowright {
	background-image: url(images/shadow-right.png);
}
.mainbodybg {
	background-image: url(images/body-area-bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
.menubar {
	background-image: url(images/menu-bg.png);
	padding-right: 8px;
	padding-left: 8px;
	border: 1px solid #00acd4;
	margin-right: 8px;
	margin-left: 8px;
	padding-top: 6px;
	padding-bottom:7px
	
}
.leftnav {
	background-image: url(images/left-nav-bg.png);
	background-repeat: repeat-x;
	border: 1px solid #00acd4;
	background-color: #727272;
}

.leftnav a:link{
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding-top: 4px;
	padding-left: 12px;
	padding-bottom: 4px;
	background-image: url(images/blue-arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 20px;


}

.leftnav a:visited{
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding-top: 4px;
	padding-left: 12px;
	padding-bottom: 4px;
	background-image: url(images/blue-arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 20px;


}

.leftnav a:hover{
	font-weight: bold;
	color: #03BBEA;
	display: block;
	padding-top: 4px;
	padding-left: 12px;
	padding-bottom: 4px;
	background-image: url(images/blue-arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 20px;


}

.headertext {
	font-size: 18px;
	font-weight: bold;
	color: #03add4;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #484848;
	padding-bottom: 6px;
	padding-top: 5px;
	margin-bottom: 10px;
}
.leftnavheading {
	font-size: 16px;
	font-weight: bold;
	color: #c1c1c1;
	padding: 8px;
}



.menubar a:link {
	padding-right: 24px;
	padding-left: 24px;
	color:#FFFFFF;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom:7px

}

.menubar a:visited{
	padding-right: 24px;
	padding-left: 24px;
	color:#FFFFFF;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom:7px



}

.menubar a:hover{
	padding-right: 24px;
	padding-left: 24px;
	color: #00B7DD;
	font-weight: bold;
	text-decoration:none;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-bottom:7px


}
