/*************** Element level selectors **************/
body{
	background-color:#ffffff;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#eeeeee;
}

li{ 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#000000;
}

p, p.SiteInfo{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:justify;
	color:#666666;
}

ul{
	list-style-type:square; 
	text-align:left;
}

a img {
	border:none; 
}

/*************** id styles **************/
#contactPrint{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

#header{ 
	width:653px; 
	height:60px;
	background-color:#ffffff; 
	border-top:1px solid #000000;	
	border-right:1px solid #000000;	
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
}

div#header ul{
	display:none;
}

#wrapper{ 
	width:655px;
	float: none !important;	
}

a.headLink:link, a.headLink:visited{
	display:none;
}

div#gutter{
	display:none;
}

div#LeftNav{ 
	display:none;
}

#content{
	width:640px;
	float:left;
	padding:10px 9px 10px 10px;
}

#sitemap{
	clear:both; 
	position:absolute; 
	top:810px;
	left:200px;
	width:425px; 
	height:25px;
	padding:30px 0 0 0;
	color:#eeeeee;
	text-align:center;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#footer{
	display:none;
}

/*************** .class styles **************/
.black{
	color:#000000;
}

.white{
	display:none;
}

.fig{
	color:#000000;
	font-size:10px;
	font-weight:bold;
}

.centered{
	text-align:center;
}

.left{
	text-align:left;
}

.sectionHeader{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	height:19px;
	padding-left:5px;
}
/*************** link styles **************/
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   padding:0 0 0 10px;
}

/*************** feature classes **************/
.feature {
	padding:10px; 
}

.featureSm_L, featureSm_R {
	width:400px;
	clear:both;
}

/*************** #contact form styles **************/
#contactForm{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#contactForm .required{
	color:#ff0000;
}

/*************** #table styles **********************/
.table400 {
	width:400px;
}

/* Cell w/ Black Bottom, Left, Right Borders */
.blackCell_BLR
{
	border-top:0px;
	border-bottom:1px;
	border-left:1px;
	border-right:1px;
	border-style:solid;
	border-color:#000000;
	background-color: #ffffff;
	padding:2px;
}

/* Cell w/ Black Left, Right Borders */
.blackCell_LR
{
	border-top:0px;
	border-bottom:0px;
	border-left:1px;
	border-right:1px;
	border-style:solid;
	border-color:#000000;
	background-color: #ffffff;
	padding:2px;
}

/* Cell w/ Black Left Borders */
.blackCell_L
{
	border-top:0px;
	border-bottom:0px;
	border-left:1px;
	border-right:0px;
	border-style:solid;
	border-color:#000000;
	background-color: #ffffff;
	padding:2px;
}

/* Cell w/ Black Right Borders */
.blackCell_R
{
	border-top:0px;
	border-bottom:0px;
	border-left:0px;
	border-right:1px;
	border-style:solid;
	border-color:#000000;
	background-color: #ffffff;
	padding:2px;
}

/* Cell w/ Black Bottom, Left, Borders */
.blackCell_BL
{
	border-top:0px;
	border-bottom:1px;
	border-left:1px;
	border-right:0px;
	border-style:solid;
	border-color:#000000;
	background-color: #ffffff;
	padding:2px;
}

/* Cell w/ Black Bottom, Right, Borders */
.blackCell_BR
{
	border-top:0px;
	border-bottom:1px;
	border-left:0px;
	border-right:1px;
	border-style:solid;
	border-color:#000000;
	background-color: #ffffff;
	padding:2px;
}

/* Cell w/ Black Bottom, Left, Right Borders */
.blackCell_TBLR
{
	border-top:1px;
	border-bottom:1px;
	border-left:1px;
	border-right:1px;
	border-style:solid;
	border-color:#000000;
	background-color: #ffffff;
	padding:2px;
}

/* Cell w/ Black Bottom, Left, Right Borders */
.blackCell_TBL
{
	border-top:1px;
	border-bottom:1px;
	border-left:1px;
	border-right:0px;
	border-style:solid;
	border-color:#000000;
	background-color: #ffffff;
	padding:2px;
}

/* Cell w/ Black Bottom, Left, Right Borders */
.blackCell_TBR
{
	border-top:1px;
	border-bottom:1px;
	border-left:0px;
	border-right:1px;
	border-style:solid;
	border-color:#000000;
	background-color: #ffffff;
	padding:2px;
}