body
{
	padding: 0px; 
	margin: 0px;
	background-color: #000;
	text-align: center;
}
.container
{
	width: 980px;
	margin: 0px auto;
	text-align: left;
}
.header
{
	background: #E8E6E8;
	height: 157px;
	padding: 0px 0px 0px 100px; 
	margin: 0px;
	text-align: center;
}
.header img
{
	float: left;
}
.moto
{
	font-family: Verdana;
	font-style: italic;
	font-size: 22px;
	font-weight: bold;
	position: relative;
	top: 60px;
	left: -170px;
}
.address
{
	font-family: Helvetica;
	float: right;
	display: inline;
	padding: 50px 100px 0px 0px;
	color: #8E8D8E;
	font-size: 14px;
	text-align: left;
}
.address a
{
	color: #8E8D8E;
	font-family: Helvetica;
	font-size: 14px;
	text-decoration: none;
}
.address a:hover
{
	text-decoration: underline;
}
.bgHelp
{
	background-color: #1E486D;
}
.border
{
	background: #353535 url(../images/border.gif) repeat-x;
	padding: 0px; 
	margin: 0px;
	height: 12px;
	line-height: 12px;
}
.nav
{
	position: relative;
	background-color: #1E486D;
	background-image: url( ../images/navBG.gif );
	list-style-type: none;
	height: 32px;
	top: -4px;
	padding: 0px 5px;
}
.tab
{
	width: 110px;
	margin: 0px 5px;
	background-image: url( ../images/tabBG.gif );
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	font-family: Tahoma;
	font-size: 12px;
	height: 32px;
	float: left;
}
.tab a
{
	position: relative;
	top: 4px;
	color: #fff;
	text-decoration: none;
}
.tab a:hover
{
	color: #8E8D8E;
}
.tab a.current
{
	/*text-transform:uppercase;
	font-weight: bold;*/
	color: #00B326;
}
.tabR
{
	position: relative;
	float: right;
	right: -3px;
}
.tabL
{
	position: relative;
	float: left;
	left: -3px;
}
.content
{
	background-color: #1E486D;
	font-family: Verdana;
	color: #fff;
	font-size: 14px;
	font-family: Verdana;
	padding: 20px 225px 30px 225px;
	height: 600px;
	text-align: justify;
}
.title
{
	font-size: 22px; 
	font-weight: bold; 
	text-align: center;
	padding: 0px 0px 20px 0px;
}
.footer
{
	background: #E8E6E8;
	text-align: center;
	font-family: Times New Roman;
	color: #8E8D8E;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}


