html { 
  padding:0px;
  margin:0px;
}

body 
{
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Helvetica, sans-serif;
	color: #CCCCCC;
	background-image:url(../images/bodyBack.png);
	background-repeat:repeat-x;
	background-position:center top;
}

BR
{
	clear:both;
}

a:link		{ color: #6384be; text-decoration: underline;}
a:visited	{ color: #6384be; text-decoration: underline;}
a:active	{ color: #ee2c24; text-decoration: none;}
a:hover		{ color: #ee2c24; text-decoration: none;}

DIV.divHeader
{
	background-image:url(../images/topHeader.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:860px;
	height:94px;
	clear:both;
}

DIV.divNavigation
{
	background-image:url(../images/navigationBack.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:860px;
	height:41px;
	clear:both;
}
DIV.divNavigation DIV.divTab
{
	display:-moz-inline-box;
	display:inline;
	padding:0px;
	margin:0px;
	height:41px;
	max-height:41px;
}

DIV.divContent
{
	background-image:url(../images/contentBack.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:860px;
	height:355px;
	clear:both;
	font-size:12px;
	color:#666666;
	text-align:left;
}

DIV.divContentPadding
{
	padding:0px 80px 0px 80px;
}

DIV.divContentTop
{
	background-image:url(../images/contentTop.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:860px;
	height:23px;
	clear:both;
}

DIV.divPageTitle
{
	padding:4px;
	font-size:25px;
	color:#6384be;
	font-family:Cooper Black;
	font-smooth:always;
	letter-spacing:-1px;
	text-align:left;
	clear:both;
}

DIV.divHomeContent
{
	float:left;
	width:351px;
}

DIV.divHomeImage
{
	background-image:url(../images/homeImage.png);
	background-repeat:no-repeat;
	width:349px;
	height:304px;
	float:right;
}

DIV.divFooter
{
	font-size:10px;
}





.fl
{
	float:left;	
}

.fr
{
	float:right;	
}