body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #8A837D;
	background: #FFFFFF;
}
.textlink {
	color: #0080C0;
	text-decoration: none;
}
.textlink:hover {
	color: #FF8000;
	text-decoration: underline;
}
.hometextlink {
	text-decoration: none;
	color: #8A837D;
}
.hometextlink:hover {
	color: #FF8000;
	text-decoration: underline;
}

.bottomnav {
	font: 9px Arial, Helvetica, sans-serif;
	color: #E5E5E5;
	text-decoration: none;
}
.bottomnav:hover {
	font: 9px Arial, Helvetica, sans-serif;
	color: #535353;
	text-decoration: underline;
}

.copyright {
	font: 9px Arial, Helvetica, sans-serif;
	color: #E5E5E5;
}
/*formats the display of the line of the manu box*/
.dashed{
	border-bottom : 1px solid #cccccc;
	background-color : #FFFFFF;
	font: normal 12px Verdana, Arial, Helvetica;
	text-decoration: none;
	color: #7f7f7f;
}
/*formats the display of the text in left manu header*/
.left_menu_hdr{
	font-family: Verdana, Arial, Helvetica;
	background-color : #666666;
	color : #FFFFFF;
	font-size : 11px;
	font-weight : bold;
	padding : 4px 0px 4px 8px;
	text-align : center;
	height: 20px;
}
/*formats the display of left manu*/

/*formats the display of the divider line of the manu box*/
.leftmenumain a{
	border-top : 1px solid #D3D3D3;
	display: block;
	padding: 4px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
.leftmenumain a:hover{
	background-color: #EEEEEE;
	color: #FFA042;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-top: 4px;
	text-align: left;
	text-decoration: none;
	font: normal 11px Verdana, Arial, Helvetica;
}
.leftmenumain a:visited {
	padding-bottom: 4px;
	padding-left: 4px;
	padding-top: 4px;
	text-align: left;
	text-decoration: none;
	font: bold normal 11px Verdana, Arial, Helvetica;
}

/*formats leftnavigation bottom Box*/
.leftmenumain-boxline {
	border-bottom: 1px solid #CCCCCC;
}
.title {
	font: 16px/18px Arial, Helvetica, sans-serif;
	color: #8A837D;
	text-transform: capitalize;
}
.imagebox {
	border: 1px solid #A39B95;
}
.vertdivider {
	border-right: 1px dashed #A39B95;
}

.siteby {
	font: 9px Arial, Helvetica, sans-serif;
	color: #A39B95;
	text-decoration: none;
}
.button {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #65605A;
	text-decoration: none;
	background: #9EB5C5;
	border: 1px solid #8A837D;
}

