/******************** WEBSITE FRAMEWORK ******************************/


table { font-family: verdana; font-size: 10pt; }
p {font-size: 10pt; text-align: justify; color: #58595B;  }
li { font-size: 10pt; }
input.radio { cursor: pointer;}
textarea {font-size: 10pt; font-family: verdana; color: #58595B;}
button {cursor: pointer; }

.body { font-size: 10pt; color: #58595B; }
.lbody { font-size: 10pt; color: #58595B; cursor: pointer; }

.clear { clear: both; } 




/******************************
/**** TOP RIGHT SECTION ******/
/******************************/


a.logout { color: #8C8882; text-decoration: none; }
a.logout:hover { text-decoration: underline; color: #BC7588;}

/************  Footer Navigation ***********************/

ul.footernav {
	clear:both; 
	display: block;
	margin: 0px 0px 0px -38px;
}
ul.footernav li {
	font-size: 8pt;
	color: #58595B;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 6px;
	text-transform: uppercase;
	float: left;
	display: block;
	list-style: none;
}
ul.footernav a.footernav {
	color: #58595B;
    text-decoration: none;
}

ul.footernav a:hover.footernav { 
	color: white; 
}
a.footernavsel { font-weight: bold; text-decoration: underline; color: #58595B; }


.siteFooter{
	clear:both;
	margin:0px;
	width: 100%;
	height: 24px;
	background: #C0CDE6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	vertical-align: middle;
	
}

.copyRight {
	text-transform: uppercase;
	font-size: 8pt;
	color: #58595B;
	font-weight: bold;
	float: right;
	margin: 5px 15px 0px 0px;
}

.copyRight a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 8pt;
	color: #58595B;
	font-weight: bold;
}

.siteContent {
	padding: 15px 0px 0px 0px;
}
