body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #535C6E;
	margin-top: 15px;
	margin-bottom: 15px;
}
/******* hyperlink and anchor tag styles *******/

/*
a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
*/
/*********************************************/
h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
h2 {
	font-size: 11px;
	background: url("bgh.gif"); /*background: url("images/bgh.gif");*/
	color: #fff;
	margin: 0;
	padding: 0.3em 0.5em;
	border-bottom: 1px solid #42597B;
	font-family : Verdana;
	background-image: url("bgh.gif"); /*background-image: url("images/bgh.gif");*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #42597B;
}
h3 {
	font-size: 12px;
	background: url(menubg.gif);
	color: #fff;
	margin: 0;
	padding: 0.3em 0.5em;
	border-bottom: solid 1px #fff;
	font-family : Verdana;
}
#siteName{
	margin: 0px;
	padding: 10px 0px 8px 0px;
	color: #000000;
	font-weight: normal;
}
p {
	margin: 0;
	padding: 0.5em;
}

tr p { margin: 0; padding: 5px;font-size: 70%;}
tr a:link { font-weight: normal; text-decoration: underline; color: #111c31; }
tr a:visited { font-weight: normal; text-decoration: underline; color: #111c31; }
tr a:hover { background: none; font-weight: normal; text-decoration: none; color: #ff9900; }

li {
	font-size: 70%;
}
li.b { 
	font-weight: bold;
	font-size: 80%;
}
/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 770px;
	min-width: 640px;
	height: 29px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image: url(glbnav_background.gif);
	top: 206px;
	left: 80px;


}


#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}

a.glink, a.glink:visited 
{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
}
a.glink:hover{
	background-image: url(glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

#footer {
	text-align: left;
	font-size: 65%;
	/*color: #B86784;*/color: #627091;
}
#footer {
	margin: 1em;
	padding: 5px;
}
/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/************** side menu styles *****************/
div.sidemenu a, div.sidemenu em { display: block; margin: 0; padding: 0.2em; line-height: 1.6em; }
div.sidemenu a:link { font-weight: bold; text-decoration: none; color: #111; }
div.sidemenu a:visited { font-weight: bold; text-decoration: none; color: #111; }
div.sidemenu a:hover { font-weight: bold; text-decoration: underline; color: #111; }  
div.sidemenu p { margin: 0; padding: 0.5em; }
div.sidemenu p {font-family: Verdana, sans-serif; font-size: 90%; }
div.sidemenu p.black { color: #fff; background: #283446; margin: 0; padding: 0.2em; }
div.sidemenu p.shade { color: #111; background: #D3D7DE; margin: 0; padding: 0.2em; }

/************** utility styles *****************/

#utility{
	font: 65% Verdana,sans-serif;
	padding: 5px 5px 16px;
	color: #919999;
}
#utility a{
	color: #000000;
	text-decoration: none;
}

#utility a:hover{
	text-decoration: underline;
}

/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: x-small Verdana,sans-serif;
	color: #6A6A6A;
}

#breadCrumb a{
	color: #6A6A6A;
	text-decoration : underline;
}

#breadCrumb a:hover{
	color: #B3531A;
	text-decoration: none;
}
/************* Class styles ***************/
.subhead {
	font-size: 20px;
	font-weight: lighter;
	color: #003867;
	margin-top: 15px;
	margin-bottom: 5px;
	padding : 5px;
}
.subheadnp {
	font-size: medium;
	font-weight: bold;
	color: #003867;
	margin-top: 15px;
	margin-bottom: 0px;
	padding : 0px 0px 0px 5px;
}
.tablehead {
	font-size: 70%;
	font-weight: bold;
	color: #332900;
	margin-bottom: 5px;
	padding : 5px;
}
.norm {
	margin: 0 0 0 5px;
	font-size: 70%;
	font-weight : normal;
}
