body, p, h1, h2, h3, table, th, td, ol, ul, li {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

body {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

body {
	background: #ffffff url(../images/bg-main2.gif) repeat-y;
}


a, a:link, a:visited {
	color: #007701;
}

a:hover, a:active, a:focus{
	color: #003E88;
}

#header {
	 margin-right: 15px; 
	 text-align: right;
}

#header h1 {
	color: #003E88; 
	font-size: 25px;
}

#headerHome {
	 margin-right: 25px; 
	 text-align: right;
}

#headerHome h1 {
	color: #003E88; 
	font-size: 25px;
}

#leftNav {
	margin: 0px 10px 0px 0px;
	padding: 0px 5px 0px 0px;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	line-height: .8em;
}

#subNav {
	margin: 0px 10px;
	padding: 0;	
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

#subNav p, #subNav ul {
	margin-top: 0;
	margin-bottom: .5em;
}

#subNav ul{
	text-align: left;
	line-height: 1.5em;
}

/* blue links */
a.color1, a:link.color1, a:visited.color1 {
	color: #003E88;
	text-decoration: none;
}

a:hover.color1, a:active.color1,  a:focus.color1 {
	color: #007701;
	text-decoration: none;
}

/* green links */
a.color2, a:link.color2, a:visited.color2 {
	color: #007701;
	text-decoration: none;
}

a:hover.color2, a:active.color2,  a:focus.color2 {
	color: #003E88;
	text-decoration: none;
}

h1, h2, h3 {
	margin: 0;
}

h1.color1 {
	color: #003E88; 
	font-size: 25px;
	text-align: right;
}

h1.color2 {
	color: #007701;
	font-size: 25px;
	text-align: right;
}

h2.color1 {
	color: #003E88; 
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
}

h2.color2 {
	color: #007701; 
	font-size: 15px;
	font-weight: normal;
	font-weight: bold;
	margin-bottom: 0;
}

h3.color1 {
	color: #003E88; 
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
}

h3.color2 {
	color: #007701; 
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
}

#content{
	width: 90%;
	margin-left: 5%;
}

#contentHome{
	width: 95%;
	margin-left: 5%;
}

#rightColTop {
	font-size: 10px;
	background: #ffffff url(../images/red-dotted-bg-rt.gif) repeat-y;
}

#rightColTop p {
	margin: 0px 0px 0px 15px;
	font-size: 11px;
}

#rightColTop .blurb {
	color: #003E88;
	font-weight: bold;
	font-size: 14px;
}

#content,  #content ul li{
	line-height: 1.8em;
}

.hint {
	color: #666666;
}

.hintSmall {
	color: #666666;
	font-size: 90%;
}

.snugTop{
	margin-top: 0;
}

.color1 {
	color: #003E88;
}

.color2 {
	color: #007701;
}

.refContact{
	line-height: normal;
}

.normalLeading {
	line-height: normal;
}

.lightBorder {
	border: solid 1px #999;
}