@charset "utf-8";
body  {
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*Header Definitions*/
.headmenu {
	z-index:5;
	position:relative;
	top:20px;
	left:260px;
	border: 1px solid #C0C0C0;
	background-color: white;
	border-bottom-width: 0;
	width: 210px;
}

.headmenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.headmenu a{
	font: bold 10px Verdana;
	padding: 2px 1px;
	display: block;
	color: #595959;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
}
.headmenu a:visited {
	color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}
.headmenu a:hover {
	background-color: #efeeaf;
	color: black;
}

/*Sidebar Definitions*/

/*MainContent Definitions*/


/*Footer Definitions*/
 .whitelinks {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #fff;  text-decoration: none}
a.whitelinks:link { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fff;}
a.whitelinks:visited { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#f0f0f0}
a.whitelinks:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #fff; text-decoration: underline}
a.whitelinks:active {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #fff;  text-decoration: none}
	
.white {
	color: #FFFFFF;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FF0000;
}
.bluesmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #006699;
}
