body {
	margin:0px;
	padding:0px;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
#wrapper {
  position: absolute;
  top:0px;
  bottom: 0px;
  margin:0px; 
  padding:0px; 
  width: 760px;
  height:auto;
}
/*main header boxes */
#Header {
  position: relative;
  margin:0px; 
  padding:0px; 
  height: 81px;width:760px;
  background: #FFF;
}
#Footer {
  float: left;
  background: #FFF;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding: 0px;
  margin: 0px; 
  height:auto;width:760px
}
#Logo {
  margin:0px; 
  padding:0px;
  float:left; 
  height: 80px;
  width: 400px;
  background: #FFF;
}
#Search {
	margin-top:6px; 
	padding:0px;
	float:right; 
	height: 50px;
	width: 250px;
	background: #FFF;
	text-align:right;
	font-size:70%;
	text-align:right;
}
#Topnav {
	margin:0px;
	padding:0px;
	width: 100%;
	height:22px;
	background: #000;
	border-bottom: 1px solid #FFF;
	color: #FFF;
}
#Topnav A {
	color: #FFF;
	text-decoration: none;
		padding: 0px 5px ;
}
#Topnav P, #Bottomnav P {
	padding-left:0px; 
	margin:0px -5px 0px -5px; 	
	line-height: 20px;
}
#Topnav  A:hover, #Topnav  A:active {color: #FF9900}
#Topnav A:link, #Topnav A:visited {font-weight: normal}

#Bottomnav {
	margin:0px;
	padding:1px 0px 0px;
	width: 100%;
	height: 22px;
	background: #CCC;
	border-bottom: 1px solid #FFF;
	color: #000;
}
#Bottomnav A {
	color: #000;
	display: inline;
	width: auto;
	text-decoration: none;
	margin: 0px;
	padding: 0px 5px;
}
#Bottomnav A:hover, #Bottomnav  A:active { color: #FF9900; }
#Bottomnav A:link, #Bottomnav A:visited {font-weight: normal;}

/*page structure boxes */
#Main {
	float:left;
	top:0px;
	left:0px;
	margin: 0px;
	padding: 0px;
}
#Main #Left {
	float: left;
	width: 162px;
	margin: 0px; 
	padding: 0px; 
	background: #FFF;
}
#Center ul, #Middle ul{
	font-size: 70%;
	list-style-position: outside;
	padding: 5px 0px 0px 30px;
	margin:0px 
}
#Center ul ul, #Middle ul ul{
	font-size: 100%;
	list-style-position: outside;
	padding: 5px 0px 0px 15px;
	margin:0px 
}
#Center li, #Middle li{
	padding-bottom: 2px;
}

#Main #Left p {
	margin: 0px; 
	padding: 0px 0px 10px 10px; 
}
#Main #Right {
  float: right;
  width: 162px;
  margin: 0px; 
  padding: 0px; 
  background: #FFF;
  text-align: left;
}
#Main #Right p {
  margin: 0px; 
  padding: 0px 15px 10px 10px; 
}
#Main #Middle {
  float: left;
  margin: 0px;
  padding: 0px; 
  border: 0px;
  width: 421px;
  background: #FFF;
}
#Main #Center {
  float: left;
  margin: 0px;
  padding: 0px; 
  border: 0px;
  width: 434px;
  background: #FFF;
  border-left:1px solid #FFF;
  border-right:1px solid #FFF;
}
#Main #MiddleLong {
  float: left;
  margin: 0px;
  padding: 0px; 
  border: 0px;
  width: 584px;
  background: #FFF;
}
#Main #FullContent {
  float: left;
  margin: 0px;
  padding: 0px; 
  border: 0px;
  width: 597px;
  background: #FFF;
}

/* Middle content positioning boxes */
.ContentRow {
	clear:left;
	float:left;
	width: 96%;
	height: auto;
	border-left:15px solid #FFF;
}

#FullContent .ContentRow {
	position: relative;
	width: 558px;
	height: auto;
	padding: 0px 0px 0px 15px;
	margin: 0px 15px 0px 0px;
}
.ContentRow P{
	padding: 0px; 
	margin: 0px;
} 
.ContentRow UL{
	padding: 0px 0px 0px 0px;
	margin: 0px; 
	list-style-position: inside;
	list-style-type: disc;
}
.ContentRow LI{
	padding: 0px;
	margin: 0px;
}  
.ContentRight {
	float: right;
	width: 48%;
	height: auto;
	padding: 10px 0px 10px 0px; 
	margin: 0px;
	text-align: left;
}
.ContentRight p{
	padding: 0px 10px 0px 15px; 
	margin: 0px;
}
.ContentLeft {
	float: left;
	width: 48%;
	height: auto;
	padding: 10px 0px 10px 0px; 
	margin: 0px 0px 0px 0px;
}
.ContentLeft p{
	padding: 0px 10px 10px 15px; 
	margin: 0px;
}
.padder {
	float:left;
	margin: 0px; 
	padding: 3px 10px 4px 10px; 
	border: 0px;
}
.spacer {
	clear: both;
	height: 10px;
	font-size: 0px;
	border: 0px;
	margin: 0px; 
	padding: 0px;
	visibility: hidden;
	width: 100%;
}
.botspacer {
	clear: both;
	height: 40px;
	font-size: 0px;
	border: 0px;
	margin: 0px; 
	padding: 0px;
	visibility: hidden;
	width: 100%;
}
.space {
	padding-right: 5px;
}
/* table content boxes */
.TableRow {
	width: 97.5%;
	height: auto;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
}
.TableRow .darkgreybox {
	width: 100%;
	height: 20px;
	margin: 0px;
  	padding: 10px 0px 5px 0px;
	border-top: 1px solid #666;
	background: #333;
	color: #FFF;
	border-top: 1px solid #000	
}
.TableRow .blackbox {
	width: 100%;
	height: 35px;
	margin: 0px;
  	padding: 10px 0px 5px 0px;
	border-top: 1px solid #666;
	background: #000000;
	color: #FFF;
	border-top: 1px solid #000	
}

.TableRow .medgreybox {
	width: 100%;
	height: 20px;
	margin: 0px;
  	padding: 10px 0px 5px 0px;
	border-top: 1px solid #666;
	background: #666;
	color: #FFF;
	border-top: 1px solid #000	
}
.TableRow .medgreyboxNoHeight {
	width: 100%;
	margin: 0px;
  	padding: 10px 0px 5px 0px;
	border-top: 1px solid #666;
	background: #666;
	color: #FFF;
	border-top: 1px solid #000	
}
.TableRow .greybox {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
  	padding: 10px 0px 10px 0px;
	border-top: 0px solid #000	
}
.ratcolone 
{
	float: left;
	width: 160px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}
.ratcoltwo 
{
	float: left;
	width: 300px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}
.ratcolthree 
{
	float: left;
	width: 120px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}
.orgcolone{
	float: left;
	width: 300px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.orgcoltwo{
	float: left;
	width: 150px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.orgcolthree{
	float: left;
	width: 50px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.orgcolfour{
	float: left;
	width: 50px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.memcolone{
	float: left;
	width: 190px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.memcoltwo{
	float: left;
	width: 100px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.memcolthree{
	float: left;
	width: 100px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.memcolfour{
	float: left;
	width: 100px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.searchcolone 
{
	float: left;
	width: 200px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}
.searchcoltwo
{
	float: left;
	width: 350px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}

.colone {
	float: left;
	width: 160px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.coltwo{
	float: left;
	width: 115px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.colthree{
	float: right;
	width: 70px;
	height: auto;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align:left;
}
.colfour{
	float: left;
	width: 30%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #666666;
	line-height: 18px;
	font-weight: bold;
}
.colfive{
	float: left;
	width: 70%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 18px;
}
	
/*page content boxes */
.breadcrumb {
	clear:left;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	height: auto; width: 100%;
	background: #FFF;
	color: #000;
	line-height: 12px;
}
.breadcrumb A {
	color: #333;
	text-decoration: underline;
}
.breadcrumb  A:hover, .breadcrumb  A:active { 
	color: #FF9900; 
	text-decoration: underline;
}
.breadcrumb A:link, .breadcrumb A:visited
{font-weight: normal}

/* Info panel */
.infopanel {
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	background: #FFF;
	width:202px;
}
.infopanel P{
  	margin: 0px; 
	padding: 0px;
}
.infopanelright {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #FFF;
	width:202px;
	border: 0px;
}
.infopanelright p{
  	margin: 0px; 
	padding: 0px;
}

.greybox {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
  	padding: 10px 0px 5px 0px;
	background: #CCC;
	border-top: 1px solid #000	
}
.greybox p{
  	margin: 0px 0px 0px 0px; 
  	padding: 0px 10px 10px 10px;
}
.greybox HR {
	clear:left;
	border: 0;
	color: #FFF;
	background-color: #FFF;
	padding: 0px;
	height: 1px;
	width: 100%;
	margin: 0px 0px 10px 0px;
}
.greybox SPAN{
	text-decoration: underline;
}
.greybox A, .greybox A:link, .greybox A:visited {
	color: #000;
	text-decoration: none;
}
.greybox  A:hover, .greybox  A:active { 
	color: #FFF; 
	text-decoration: underline;
}
.whitebox {
	width: 100%;
	height: auto;
	margin: 0px;
  	padding: 10px 0px 5px 0px;
	border-top: 0px solid #666;
	background: #FFF;
	color: #000;
	border-top: 0px solid #000	
}
.whitebox P{
  	margin: 0px 0px 0px 0px; 
  	padding: 0px 10px 10px 15px;
	color: #000;
}
.greybox UL, .whitebox UL{
  	margin: 0px 0px 0px 0px; 
  	padding: 0px 10px 10px 25px;
	font-size:70%
	}

.greybox LI, .whitebox LI{
  	padding-bottom: 10px;
}
.whitebox HR {
	border: 0;
	color: #CCC;
	background-color: #CCC;
	margin: 5px 10px 10px 10px;
  	padding: 0px;
	height: 1px;
	width: 100%;
	padding: 0px
}
.whitebox  a:hover, .whitebox  a:active { 
	color: #FF9900; 
	text-decoration: none;
}
.whitebox  a, .whitebox  a:visited {
	color: #000; 
	text-decoration: underline;
}
.whitebox img{border-right:7px solid #FFF}
.medgreybox {
	width: 100%;
	height: auto;
	margin: 0px;
  	padding: 10px 0px 5px 0px;
	border-top: 1px solid #666;
	background: #666;
	color: #FFF;
	border-top: 1px solid #000	
}
.medgreybox P{
  	margin: 0px 0px 0px 0px; 
  	padding: 0px 10px 10px 10px;
	color: #FFF;
}
.medgreybox HR {
	border: 0;
	color: #FFF;
	background-color: #000;
	margin: 5px 0px 5px 0px;
  	padding: 0px;
	height: 1px;
	width: 100%;
	padding: 0px
}
.medgreybox SPAN{
	text-decoration: underline;
	color: #FFF;
}
.medgreybox A {
	color: #FFF;
	text-decoration: none;
}
.medgreybox  A:hover, .medgreybox  A:active { 
	color: #CCC; 
	text-decoration: underline;
}
.medgreybox A, .medgreybox A:visited {
	color: #FFF; 
	text-decoration: none;
}
.darkgreybox {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
  	padding: 10px 0px 5px 0px;
	background: #333;
	color: #FFF;
	vertical-align: middle;
	border-top: 1px solid #000	
}
.darkgreybox table {
	width:100%;
	vertical-align: middle;
}
.darkgreybox P{
  	margin: 0px 0px 0px 0px; 
  	padding: 0px 10px 10px 10px;
  	color: #FFF;
}
.darkgreybox HR {
	border: 0px;
	color: #FFF;
	background-color: #000;
	margin: 0px;
  	padding: 0px;
	height: 1px;
	width: 100%;
	padding: 0px
}
.darkgreybox SPAN{
	text-decoration: underline;
}
.darkgreybox A, .darkgreybox A:link, .darkgreybox A:visited {
	color: #FFF;
	text-decoration: none;
}
.darkgreybox  A:hover, .darkgreybox  A:active { 
	color: #CCC; 
	text-decoration: underline;
}
.orangebar {
	clear:left;
	width: 100%;
	height:22px;
	line-height:16px;
	margin: 0px;
	padding: 0px;
	color: #000;
	background: #FF9900;
	border-top: 15px solid #FFF;
	font-size: 70%;
	
}
.orangebar img, docbar img {
	padding: 0px 0px 0px 0px;
	margin: 4px 0px 0px 0px
}
.whitebar {
	clear: left;
	float:left;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	color: #000;
	background: #FFF;
	border: 1px solid #CCC;
	line-height: 22px;
	font-size:70%
}
.orangebar .leftbox {
	float:left;
}
orangebar .rightbox {
	float:right;
}
.whitebar .leftbox {
	float:left;
	background:#FFF;
}
.whitebar .rightbox {
	float:right;
	background:#FFF;
}
.docbar .leftbox {background:#FFF}
.whitebar A, .whitebar A, .whitebar A:visited {
	color: #000;
	text-decoration: none;
}
.whitebar A:hover, .whitebar A:active { color: #FF9900; text-decoration: underline; }

.docbar {
	clear:left;
	float: left;
	width: 100%;
	height: auto;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #000;
	background: #FFF;
	border: 1px solid #CCC;
	line-height: 22px;
	font-size:75%;	
}
.docbar .leftbox, .orangebar .leftbox {
	float: left;
	padding: 3px 0px 4px 10px;
}
.docbar .rightbox, orangebar .rightbox {
	float: right;
	padding: 0px 10px 0px 0px;
}
.docbar A {
	color: #000;
	text-decoration: none;
}
.docbar A, .docbar A:visited { 
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
.docbar A:hover, .docbar A:active { color: #FF9900; text-decoration: underline; }

/*right column grey boxes */
#Right .greybox a:link, #Right .medgreybox a:link, #Right .darkgreybox a:link {text-decoration:underline}

#Right .greybox {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
  	padding: 10px 0px 5px 0px;
	background: #CCC;
	border-top: 0px solid #000
}
#Right .medgreybox {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
  	padding: 10px 0px 5px 0px;
	background: #666;
	border-top: 0px solid #000
}
#Right .darkgreybox {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
  	padding: 10px 0px 5px 0px;
	background: #333;
	border-top: 0px solid #000
}
/* Type positioning within info panels */
.leftbox {
	float: left;
	text-align: left;
	padding:0px 10px;
	margin:0px;
	line-height:16px;
}
.rightbox {
	float: right;
	text-align: right;
	padding-right: 10px;
	line-height:16px;
}
#Topnav .leftbox, #Bottomnav .leftbox {
	float: left;
	text-align: left;
	padding:2px 0px 0px 10px;
	margin:0px;
	line-height:16px;
	
}
#Topnav .rightbox, #Bottomnav .rightbox {
	float: right;
	text-align: right;
	padding: 2px 10px 0px 0px;
	line-height:16px;
}

/* Vertival Navigation */
#navcontainer { width: 162px; }
#redlevel {
    width: 162px;
    font-size: 70%;
    margin: 0px;
    padding: 0px;
    color: #FFF;
    list-style-position: outside;
}
#redlevel ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 162px;
    background-color: #990000;
    text-transform: uppercase;
}
#redlevel ul li {
    margin: 0px;
    padding: 0px 0px 0px 10px;
    display: block;
    border-bottom: 1px solid #000;
    list-style-type: none;
    line-height: 22px;
    width: 162px;
}
#redlevel ul ul {
    list-style-type: none;
    margin: 0px 0px 0px -10px;
    padding: 2px 0px 0px 10px;
    background-color: #660000;
    text-transform: none;
    width:162px;
}
#redlevel ul ul li {
    margin: 0px 0px 0px -10px;
    padding: 1px 0px 5px 10px;
    line-height: 16px;
    display: block;
    border-bottom: 0px solid #000;
    list-style-type: none;
    width:152px;
}
#redlevel ul ul ul {
    margin: 0px 0px 0px -10px;
    padding: 0px 0px 0px 20px;
    border-bottom: 0px solid #000;
    border-top: 0px solid #000;
    width:130px;
}
#redlevel ul ul ul li {
    margin: 0px 0px 0px -10px;
    padding: 0px 0px 0px 10px;
    line-height: 15px;
    display: block;
    border-bottom: 0px solid #000;
    list-style-type: none;
    width:120px;
}
#redlevel A, #redlevel  A:link, #redlevel  A:visited {color: #FFF;text-decoration: none;}
#redlevel  A:hover, #redlevel  A:active {color: #FF9900}
#greylevel {
    width: 162px;
    font-size: 70%;
    margin: 0px;
    padding: 0px;
    color: #FFF;
    list-style-position: outside;
}
#greylevel ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 162px;
    background-color: #333;
    text-transform: uppercase;
}
#greylevel ul li {
    margin: 0px;
    padding: 0px 0px 0px 10px;
    display: block;
    border-bottom: 1px solid #000;
    list-style-type: none;
    line-height: 22px;
}
#greylevel ul ul {
    list-style-type: none;
    margin: 0px 0px 0px -10px;
    padding: 0px 0px 0px 10px;
    background-color: #666;
    text-transform: none;
    border-top: 1px solid #000;
    border-bottom: 0px solid #000;
    width:162px;
}
#greylevel ul ul li {
    margin: 0px 0px 0px -10px;
    padding: 1px 0px 5px 10px;
    line-height: 16px;
    display: block;
    border-bottom: 0px solid #000;
    list-style-type: none;
    width:152px;
}
#greylevel ul ul ul {
    margin: 0px 0px 0px -10px;
    padding: 0px 0px 0px 20px;
    border-bottom: 0px solid #000;
    border-top: 0px solid #000;
    width:130px;
}
#greylevel ul ul ul li {
    line-height: 15px;
    display: block;
    border-bottom: 0px solid #000;
    list-style-type: none;
    width:120px;
}
#greylevel A, #greylevel  A:link, #greylevel  A:visited {
    color: #FFF;
    text-decoration: none}
#greylevel  A:hover, #greylevel  A:active {color: #FF9900}
.orangelevel {
    clear:left;
    width: 162px;
    font-size: 70%;
    margin: 0px;
    padding: 0px;
    color: #000;
    list-style-position: outside;
}

.orangelevel ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 162px;
	background-color: #FF9900;
	text-transform: uppercase;
}
.orangelevel ul li {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	display: block;
	border-bottom: 1px solid #000;
	list-style-type: none;
	line-height: 22px;
}
.orangelevel ul ul {
	list-style-type: none;
	margin: 0px 0px 0px -10px;
	padding: 0px 0px 0px 10px;
	background-color: #CC6600;
	text-transform: none;
	border-top: 1px solid #000;
	border-bottom: 0px solid #000;
	width:152px;
}
.orangelevel ul ul li {
	margin: 0px 0px 0px -10px;
	padding: 1px 0px 5px 10px;
	line-height: 16px;
	display: block;
	border-bottom: 0px solid #000;
	list-style-type: none;
	width:142px;
}
.orangelevel ul ul ul {
	margin: 0px 0px 0px -10px;
	padding: 0px 0px 0px 25px;
	border-bottom: 0px solid #000;
	border-top: 0px solid #000;
	width:140px;
}
.orangelevel ul ul ul li {
	line-height: 15px;
	display: block;
	border-bottom: 0px solid #000;
	list-style-type: none;
	width:130px;
}
.orangelevel A, .orangelevel  A:link, .orangelevel  A:visited {
	color: #000;
	text-decoration: none;
}
.orangelevel  A:hover, .orangelevel  A:active {
	text-decoration: none;
	color: #FFF
}
.bluelevel {
	clear:left;
	width: 162px;
	font-size: 70%;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	list-style-position: outside;
	font-weight: normal;
}
.bluelevel ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 162px;
	background-color: #339999;
	text-transform: none;
}
.bluelevel ul li {
    margin: 0px;
    padding: 0px 0px 0px 10px;
    display: block;
    border-bottom: 1px solid #000;
    list-style-type: none;
    line-height: 22px;
}
/* Type treatments */
p {font-size: 70%}
H1, H2, H3, H4, p {margin: 0px 15px; text-align:left} 
A, A:visited {color: #000}  
A:hover,  A:active {color: #FF9900}
H1{
	padding: 20px 0px 10px 0px;
	font-size: 140%;
	font-weight: normal;
	color: #FF9900;
}
H2 {
	padding-top: 15px;
	font-size: 95%;
	font-weight: normal;
	color: #FF9900;
  }
H2 A, H2 A:visited { 
	color: #FF9900;
	text-decoration: underline;
	font-weight: normal;
}
H2 A:hover, H2 A:active { color: #990000; text-decoration: underline; }
.drew { color: #ccc }
.current {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
H4 {
	clear:left;
	padding-top: 30px;
	font-size: 95%;
	font-weight: normal;
	color: #000;
}
.current A {
	color: #FF9900;
	text-decoration: none;
	font-weight: normal;
}
IMG {border: 0px none}
.map {
	height: auto;
	width: 436px;
	padding: 0px;
	margin: 0px;
}
/* other vertical column features */
.feature {
	margin: 0px 10px 10px 10px;
	padding-top: 0px;
	background: #ccc;
	color: #000;
	border: 1px solid #666666;
}
.media {background: #FFF; border-bottom: 1px solid #FFF;
}
.feature p {
	padding: 0px;
	margin: 0px;
	border-top: 0px solid #FFF;
}
.feature img {
	margin: 0px;
	padding: 0px;
	border:0;
}
.feature ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 100%;
	background-color: #666666;
	text-transform: uppercase;
	color:#FFF;
}
.feature ul li {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	display: block;
	border-bottom: 1px solid #000;
	list-style-type: none;
	line-height: 22px;
}




.clear {clear:left}
.utility {color:#339999 }
.profile {color:#339999}

.whitemousefeature {
	margin: 0px 10px 10px 10px;
	padding-top: 0px;
	background: #ccc;
	color: #000;
	border: 1px solid #666666;
}
.whitemousefeature p {
	padding: 0px;
	margin: 0px;
	border-top: 0px solid #FFF;
}
.whitemousefeature A:hover, .greybox  A:active { 
	color: #FFF; 
	text-decoration: underline;
}
.whitemousefeature ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 100%;
	background-color: #666666;
	text-transform: uppercase;
	color:#FFF;
}
.whitemousefeature ul li {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	display: block;
	border-bottom: 1px solid #000;
	list-style-type: none;
	line-height: 22px;
}


/* form styles */
INPUT {
	font-weight: normal;
	color: #666;
	font-size: 100%;
	border: #000 1px solid;
}

.medgreybox INPUT 
{
	border: none;
}

.button {
background: #000;
font-family: verdana;
border: #000 1px solid;
color: #FFF;
}
.redlevel {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 18px;
	display: block;
	border-bottom: 1px solid #000;
	list-style-type: none;
	line-height: 22px;
	width: 162px;
	background-color: #990000;
}
.greylevel {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 18px;
	display: block;
	border-bottom: 1px solid #000;
	list-style-type: none;
	line-height: 22px;
	width: 162px;
	background-color: #333;
}
.spc5{line-height:5px;clear:both;}
.spc10{line-height:10px;clear:both;}
.spc20{line-height:20px;clear:both;}

/* homepage */
#intro{width:434px;height:165px;background:#339999;color:#FFF; padding-top:10px;}
#intro a:link,#intro a:visited{color:#FFF}
#intro a:hover,#intro a:active{color:#FF9900;text-decoration:none}
.smalltext{font-size:90%;text-decoration: none;color:#666}
.issuepanel {
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #FFF;
	width:434px;
}
.topicpanel {
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #FFF;
	width:216px;
}
.topicpanelright {
	float: right;
	margin: 0px 1px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #FFF;
	width:215px;
	border: 0px;
	text-align: left
}
.topicpanel .orangebar,.issuepanel .orangebar,.topicpanelright .orangebar {
	clear:left;
	width: 100%;
	height:22px;
	line-height:16px;
	margin: 0px;
	padding: 0px;
	color: #000;
	background: #FF9900;
	border-top: 0px solid #FFF;
	border-bottom: 1px solid #000;
	font-size: 70%;}
.topicpanelright .orangebar  {text-align: left }
tr {vertical-align: top}

.TableRow .profilebox {
	width: 100%;
	height: auto;
	margin: 0px 0px 15px 0px;
  	padding: 10px 0px 0px 0px;
	background: #FFF;
	border: 1px solid #99CCCC	
}
.profilebox {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
  	padding: 10px 0px 5px 0px;
	background: #FFF;
}
.profilebox p{
  	margin: 0px 0px 0px 0px; 
  	padding: 0px 10px 10px 10px;
}
.profilebox h2{
  	margin: 0px 0px 0px 0px; 
  	padding: 0px 10px 10px 10px;
}
.profilebox HR {
	clear:left;
	border: 0;
	color: #339999;
	background-color: #339999;
	padding: 0px;
	height: 1px;
	width: 100%;
	margin: 0px 0px 10px 0px;
}

.greyheading 
{
	padding-top: 15px;
	font-size: 15px;
	font-weight: normal;
	color: #767676;
}
.strongred
{
	font-weight:bold;
	color:#666666;
}
.halfspace 
{
	font-size:50%;
}
.roman
{
	font-family:Times;
}
.ad {background:#000; color:#FFF; width:270px;padding:0px;margin:0px}

.ad ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 100%;
	background-color: #000;
	text-transform: uppercase;
	color:#FFF;
	font-size:70%;
	text-align:left;
}
.ad li {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	display: block;
	border-bottom: 1px solid #FFF;
	list-style-type: none;
	line-height: 22px;
}
.ad p {
	padding: 0px 10px 10px 10px;
	margin: 0px;
	border-top: 0px solid #FFF;
	color:#FFF;
}
.ad  A:hover, .ad  A:active {color: #FF9900;text-decoration:none}
.ad A:link, .ad A:visited {font-weight: normal;color:#FF9900}

/* new styles 18042007 */
.sitemapL4{border-left:15px solid #FFF}
.sitemap H2 {padding-top: 15px;font-size: 70%;font-weight: bold;color: #FF9900;  }
.sitemap H2 A, .sitemap H2 A:visited {color: #FF9900;text-decoration: none;font-weight: bold;}
.sitemap H2 A:hover, H2 A:active {color: #990000; text-decoration: underline; }
.sitemap A, .sitemap A:visited {color: #000;text-decoration:none}  
.sitemap A:hover, .sitemap A:active {color: #FF9900;text-decoration:underline}

.qcTools {clear:both; font-size:10px; background : #fcc; padding:1px 4px 1px 4px;border-top:1px solid #f00;margin:0 0 2px 0 }
.genTools {font-size:10px; background : #fcc; padding:1px 4px 1px 4px;border-top:1px solid #f00;margin:0 0 2px 0 }
.genTools A:Link, .genTools A:Visited {color:Black; text-decoration:underline}
.mvTabs {position:relative; top:1px; left 10px; }
.mvTab {border:solid 1px #999; border-bottom-color: #ccc; background-color:#eee; padding: 2px 10px;}
.mvSelectedTab {background-color:#ccc; color: #000; font-weight:bold; border-bottom: solid 1px #ccc; }
.mvTabContents { border: solid 1px #000; padding : 10px; background-color: #fff }
.pager {
	width: 100%;
	height: auto;
	margin: 0px;
  	padding: 10px 0px 5px 0px;
	border-top: 1px solid #666;
	background: #666;
	color: #FFF;
	border-top: 1px solid #000;
    font-size:70%;
    
}
.pager A:link {
	color: #FFF;
	text-decoration: underline;
	font-size:70%;
}
.pager  A:hover, .pager A:active { 
	color: #ccc; 
	text-decoration: underline;
}
.pager A, .pager A:visited {
	color: #FFF; 
	text-decoration: none;
}
