body {
	font-family: Verdana,Tahoma, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#ffffff; 
	background-color:#222222
	}
.main {
	/* main div holder */
	width:760px;
	margin:auto;
	background-color:#333333;
	}
.banner{
	width:745px;
	height:81px;
	position:relative;
}

/* Primary Nav */
A:link    { text-decoration: underline; color: #cccccc}
A:visited { text-decoration: underline; color: #cccccc}
A:hover   { text-decoration: none; color: #cc0033}

.navTable td {

	text-align:center;
}
.mainBox {
	/* main content box */
	width:740px;
	margin:0px auto;
	height:170px;
	background-color:#51dc21;
	}

.cntTxt, .cntTxtWide{
	vertical-align:top;
	width:335px;
	padding-left:20px;
	padding-top:10px;
	padding-right:20px;
	font-size:11px;
	line-height:14px;
	color:#dddddd;
}
.cntTxtWide{
	width:665px;
}
.bodyCnt{
	padding-top:10px;
	color:#dddddd;
	clear:both !important;
	display:block;
	width:385px;
	padding:12px 10px 10px 10px;

}
.bodyCnt img{
	float:left;
	margin-right:10px;
	color:#dddddd;
	
}
.bodyCnt h1{
	color:#cc0033;
	
}
.cntBox{
	margin-top:20px;
	width:385px;
	padding:12px 10px 10px 10px;
	clear:both;
	background-color:#555555;
}

.cntTxt li{
 	list-style: none;
 	line-height:14px;	background: url(images/bullet.gif) left center no-repeat;
	background-position: 0px 0px; 
	padding-left:14px;
	margin-left:-35px;
}
.cntTxtRight{
	vertical-align:top;
	width:160px;
	padding:0px;
	align:right;
	font-size:10px;
	line-height:14px;
}
.cntTxtRight img{
	padding-bottom:15px;
}
.feature{
	background-color:#555555;
	
}
.indent{
	padding:0 5px 3px 5px;
}
h1{
	font-family:verdana, arial, helvetica, sans-serif; 
	font-size:13px;  
	/*border-bottom: 1px solid #888;	*/
	line-height:13px;
	display:block;
}
.base{
	margin:15px 0;
	color:#a8a8a8;
	text-align:center;
	padding-bottom:10px;
}

/* Navigation Styles */
#subNavcontainer{
	float:left;
	width:130px;
	padding-left:10px;
	padding-top:5px;
	vertical-align:top;

}
#subNavcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;

}

#subNavcontainer a
{
display: block;
padding: 3px;
width: 130px;
border-bottom: 1px solid #565656;
font-weight:bold;
text-decoration: none;
color:#909090 !important;
}

#subNavcontainer a:link, #subNavcontainer a:visited
{
color: #EEE;
text-decoration: none;
}

#subNavcontainer a:hover
{
background-color: #d9d9d9;
color: #ffffff !important;
}

#subNavcontainer .selected
{
background-color: #898989;
color: #fff;
text-decoration: none !important;
color:#ffffff !important;
}

