BODY, TD, TH, INPUT, SELECT, TEXTAREA, DIV, P {
	font-size : 11px;
	color : #333333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {background-color:#FFFFFF;
}

BODY:active {
	color: #ff6600;
}

A {
	text-decoration : none;
}
A:LINK {
	color: #0A4E92;
}
A:VISITED {
	color: #336699;
}
A:ACTIVE {
	background-color:transparent;
}
A:HOVER {
	color: #ffffff;
	background : #336699;
}

A.none:HOVER {
	color: #ffffff;
	background : none;
}

h1 {font-size: 10px;
color:#333333;
font-weight:bold;
line-height:10px;
margin-left: 0px;
}

h4 {font-size: 10px;
color:#333333;
font-weight:bold;
line-height:10px;
}

.content {
	line-height : 16px;
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.intro {
	font-size : 12px;
	line-height : 20px;
}
.accent {
	color : #FD682E;
}

.lightheader {font-size: 10px;
color:#567185;
font-weight:bold;
line-height:18px;
}



.darkheader {font-size: 10px;
color:#333333;
font-weight:bold;
line-height:18px;
}

.accentheader {font-size: 10px;
color:#FF6600;
font-weight:bold;
line-height:18px;
}

.gray {
	color : #999999;
}

.quote {
	color : #8A8B8B;
	line-height:14px;
}

.quoteloose {
	color : #567185;
	line-height:18px;
}

.sidecontent 
	{
	line-height : 15px;
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

.sidelink {line-height:26px;}

.image:hover {background-color:transparent;}

.clientlist {line-height:20px;}

.white {color:#ffffff;}

.blue {color:#0A4E92;}

.listing {line-height: 9px;
font-size:9px;
color:#336699;}

.select {color:#0A4E92;
line-height:18px;
font-size:11px;}

.form {font-size:10px;

}

.contentloose {
	line-height : 18px;
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.accentintro {	
font-size : 12px;
line-height : 18px;
color : #FD682E;}

.footer
{font-size:10px;}

.approachContent {
position:absolute; 
top:0px; 
left:240px; 
width:505px;
height:300px;
visibility:hidden;
z-index:2;
}

#topnav {
position:absolute; 
top:12px; 
left:35px; 
z-index:4;}

/* begin styles for RSS Feed */

.rss_box {
	 margin: 0 em;
	 width: 170px;
	 background-color: #FFFFFF;
	 
}
.rss_items {
	margin-top:0px;
	padding:0.5em; 
	margin-left:0px;
	color:white;
}
p.rss_title {padding:2px;}
.rss_title {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#FFFFFF;
	color:#0A4E92;
	font-weight:bold;
	margin-right: 20px;
	padding:0em;
	text-align: left;
}

.rss_item  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight : normal;
  list-style: none;
  padding-bottom:2px;
}

.rss_item a {
	text-decoration: underline;
	color: #0A4E92;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
	}
	
.rss_item a:visited {
	color: #000000;
}

.rss_date {
	font-size: 9px;
	font-weight : normal;
	color: #000000;
	}
