body
{
	background-color: #000000;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #ffffff;
	font-size: 90%;
	text-align: center;
}

/*--------------------------------------------------------------*/

/* top navigation bits */


#topnavArea
{ 
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 10px;
}

#topnavLeft
{
	float: left;
	width: 332px;
	text-align: left;
}



#topnavRight
{
	float: right;
	width: 332px;
	text-align: right;
}

/*--------------------------------------------------------------*/

/* flash bits */


#flashArea
{ 
	width: 960px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 10px;
}


/*--------------------------------------------------------------*/

/* main page bits */

#contentArea
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 10px;
}

#content
{
	border-top: 1px solid #7a7a7a;
	text-align: left;
	padding: 10px 0px 10px 10px;
	font-size: 80%;
}

#content h1 
{
	font-size: 120%;
	padding: 5px 10px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	color: #ffffff;
}

#content p
{ 
	padding: 3px 10px 5px 0px;
	margin: 0px 0px 0px 0px; 
}

#content ul
{ 
	padding-right: 10px;
}

#one
{
	float: left;
	width: 235px;
	color: #7a7a7a;
}

#two
{
	float: left;
	width: 235px;
	color: #7a7a7a;
}

#three
{
	float: left;
	width: 235px;
	color: #7a7a7a;
}

#four
{
	float: left;
	width: 235px;
	color: #7a7a7a;
}


/*--------------------------------------------------------------*/



/* footer bits */

#footerArea
{
	width: 960px;
	padding: 15px 0 0 0;
	margin-left: auto;
	margin-right: auto;
}

#footerLeft
{ 
	font-weight: normal;
	color: #7a7a7a;
	text-align: left;
	font-size: 80%;
	float: left;
	margin-left: 12px;
}


#footerRight
{
	text-align: right;
	font-weight: normal;
	color: #7a7a7a;
	font-size: 80%;
	float: right;
	margin-right: 10px;
}

#footerLeft a
{ 
	color: #7a7a7a;
	text-decoration: none;
}

#footerLeft a:hover
{ 
	text-decoration: underline;
}

/*--------------------------------------------------------------*/

/* generic bits */

.divclear
{
   	clear: both;
   	display: block;
   	height: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}

/*--------------------------------------------------------------*/

a:link
{
	color: #e36c0a;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #e36c0a;
	font-weight: bold;
	text-decoration: none;
}

a:active
{
	color: #e36c0a;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #e36c0a;
	font-weight: bold;
	text-decoration: underline;
}

