p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	margin-top: -10px;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 10px;
	padding: 10px;
	color: #666666;
}

p.White {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 10px;
	padding: 10px;
	color: #FFFFFF;
}

p.ltBlue {
	color:#e1f0f4;
	padding-right: 16px;
	margin-top: 10px;
	line-height: 16px;
}

p.Gray {
	color:#666666;
	margin-top: 0px;
}

body {
	background-color: #4F5C60;
	margin-top:15px;
	
}

div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #b4c3c7;
	text-decoration: none;
	font-weight: normal;
}

a.footer:hover {
	color: #E88B11;
}

.txtBasic
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.fieldname
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px
}

.req
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#9D1903;
}

div#container {
	padding: 6px;
	background-color:#FFFFFF;
	width:793px; 
}

div#footer {
	padding: 4px;
	width: 801px; 
}

.frmLoginBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #ffffff;
	border: 1px solid #a2afb3;
}

a {
	font-weight: bold;
	color: #dfac02;
	text-decoration: none;
}

a:hover {
	color: #fee285;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	padding-bottom: 4px;
}

ul {
	/* list style none needed to keep default bullet from rendering first in IE */
	list-style: none;
	list-style: url(Images/bullet.gif);
	margin-top: 0px;
	margin-bottom: 0px;
	/* padding needed for NS */
	padding: 0px 0px 0px 7px;
	/* this is needed to remove the gap at the bottom in IE */
}

div.whitediv ul {
	list-style: url(Images/bullet_white.gif);
	color: #FFFFFF;
}

div.whitediv {
	background: url(Images/bg_mission.gif) no-repeat 38px 9px #6B767A;
	margin: 3px;
	padding-bottom: 10px;
}

div.contact {
	background: #EAEBEC;
	margin: 3px;
	padding-bottom: 10px;
}

ul.bios {
	/* list style none needed to keep default bullet from rendering first in IE */
	list-style: none;
	list-style: url(Images/bullet_garrow.gif);
	margin-top: 0px;
	margin-bottom: 0px;
	/* padding needed for NS */
	padding: 0px 0px 0px 6px;
	/* this is needed to remove the gap at the bottom in IE */
	/*list-style-position: inside;*/
	/*text-indent: -16px;*/
	color: #666666;
}

.bio_off {
	font-weight: bold;
	color: #666666;
}

a.bio_on {
	font-weight: bold;
	color: #61A2B3;
}

div.biohead {
	background: url(Images/bg_biohead.gif) repeat-x;
	padding: 7px 10px 7px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	margin: 10px 0px 5px 0px;
}

.bioname {
	color: #384D6C;
	font-weight: bold;
}

input.textbox { /* style for any text input field */
	color: #4f5c60; /* change to appropriate site color */
	border: 1px solid #4f5c60; /* change to appropriate site color & style */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* change to appropriate site font */
	font-size: 10px; /* change to appropriate site font size */
	margin: 2px;
}

input.options { /* style for radio buttons or checkboxes */
	margin: 0px;
	height: 13px;
}

input.buttons { /* style for input buttons */
	font-size : 8pt; /* change to appropriate site font size */
	font-family : Verdana, Arial, Helvetica, sans-serif; /* change to appropriate site font */
	font-weight : bold;
	border: 1px solid;
	border-top-color:#b4c3c7; /* highlight color - change to appropriate site color */
	border-left-color:#b4c3c7; /* highlight color - change to appropriate site color */
	border-right-color:#4f5c60; /* shadow color - change to appropriate site color */
	border-bottom-color:#4f5c60; /* shadow color - change to appropriate site color */
	background: #EAEBEC; /* background color - change to appropriate site color */
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFFFFFFF',EndColorStr='#EAEBECFF');
	/* special effect for color gradient style - supported in IE only
		StartColorStr = top color plus opacity (e.g., white at 100% = #FFFFFFFF, red at 50% = #FF000088
		EndColorStr = bottom color plus opacity (see StartColorStr for syntax) */
	padding:2px;
}


A.nav
{
	font-weight: normal;
	font-size: 11px;
	color: #96b2b8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A.navselected
{
	font-weight: normal;
	font-size: 11px;
	color: #384D6C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

