/* General Elements */
body {
	margin: 0;
	padding: 0;
	background: #D3DA91;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #0C576F;
}

a		{
	text-decoration: none;
	color: #869eb8;

}
a:hover {
	text-decoration: underline;
	color: #F3A908;

}



/*  for side nav  */
a.nav		{
	text-decoration: none;
	color: #85AEDC;
	font-weight: bold;
	font-size: 10px;
}
a.nav:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
	color: #F3A908;
}
a.on		{
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #DF7951;
}
a.on:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
	color: #F3A908;
}
a.om		{
	/*text-decoration: none;
	font-weight: bold;
	font-size: 10px;*/
	color: #DF7951;
}
a.om:hover {
	/*text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
	color: #F3A908;*/
}

  
p {
	font-family: Verdana,Arial,Sans-serif;
	font-size: 11px;
	margin: 0px 0px 15px 0px;
	line-height: 1.5em;
	text-align: left;
}
  
ul {
	font-family: Verdana,Arial,Sans-serif;
	font-size: 11px;
	text-align: left;
}

.conLabel {
	margin: 0px 3px 0px 10px;
	font: bold 10px Verdana,Arial,Sans-serif;
	line-height: 1.5em;
}

h1 {
	color: #0C576F;
	margin: 0px 0px 6px 0px;
	font:  11px Arial,Verdana,Sans-serif;
}

h2 {
	color: #0C576F;
	margin: 0px 0px 10px 9px;
	font: bold 11px Verdana,Arial,Sans-serif;
}
h3 {color: #df7951;
	font: bold 14px Trebuchet MS,Arial,Verdana,Sans-serif;
	margin-left:84px;
	margin-bottom:3px;
	}

#hmSFG {color: #fdb828;
	font: bold 18px Arial,Verdana,Sans-serif;
	margin-right:5px;
	}

.hmTBL {
	font:  13px Verdana,Arial,Sans-serif;
	margin-bottom:10px;
	margin-top:7px;
	margin-left:5px;
	}
	
.svcTBL{
	font:  11px Verdana,Arial,Sans-serif;
	margin-bottom:10px;
	margin-top:7px;
	margin-left:4px;
	}

#navwrapTop{
	margin-right: 0px;
	margin-left: 40px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 27px;
}

#navwrapTop p{
	margin-right: 0px;
	margin-left: 15px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 3px;
}

#navwrapBot{
	margin-right: 0px;
	margin-left: 0px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 10px;
}

#navwrapBot p{
	margin-right: 0px;
	margin-left: 0px;
	text-align: right;
	margin-top: 4px;
	margin-bottom: 0px;
}

.footer {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif
	text-align: right;
	padding-top: 6px;
	padding-bottom: 8px;
	color: #666;
}

LI    {
	list-style: disc;
	padding-bottom: 9px;
}