*{
font-family: Arial, Helvetica, sans-serif; font-size: 100%; margin: 0; padding:0;
}

.small{color: #fff; text-align: left; font-size: 0.7em;}
#mainContentTextArea p{font-size: 0.8em; text-align: left; color: #fff; padding: 0 0 20px 0;}
#mainContentTextArea h1 {font-size: 1em; font-weight: bold; text-align: left; color: #fff; padding: 0 0 10px 0;}
#mainContentTextArea h2	{text-align: left; color: #fff; margin: 20px 0!important;}
#mainContentTextArea h3	{text-align: left; color: #fee624; margin: 20px 0!important;}
#mainContentTextArea ol, #mainContentTextArea ul	{margin-left: 20px;}
#mainContentTextArea li	{color: #fff; text-align:left; font-size: 0.8em; margin: 10px;}
#mainContentTextArea a	{color: #fee624; text-decoration:underline;}
#mainContentTextArea a:hover	{text-decoration:none;}

table	{width: 90%; border-top: 1px solid #fff;border-collapse: collapse; margin-bottom: 20px;}
td	{padding: 5px; text-align:left;color: #fff;font-size: 75%; }
th	{padding: 5px;color: #ffdd13; text-align:left; font-size: 80%; }
td p, th p	{font-size: 100%!important;}

img{ border-style: none;}
a:link {text-decoration:none; border-style: none; }
a:visited {text-decoration:none}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline}

body{
background-color: #000;
background-image: url('../images/contentBackground03.jpg');
background-repeat: no-repeat;
background-position: top center;


/*Scrollbar property*/
scrollbar-face-color: #333333;
scrollbar-highlight-color: #333333;
scrollbar-3dlight-color: #666666;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #333333;
scrollbar-arrow-color: #FFFF66;
scrollbar-track-color: #7F0102;
}


#wrapper
{
width: 960px;
height: 702px;
background-color: none;
text-align: center;
margin: auto;
}

#topNav
{
	margin-bottom:0;
	display: block;
	width: 100%;
	/*height: 39px;*/
	background-color: #000;
	
}

#topNav ul
{
	margin-left: 30px;
	text-align: left;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	
}
	

#topNav img
{
	float: left;
	
}

#topNav li 
{
	display: inline;
	list-style-type: none;
}

#topNav a:hover
{
	height: 100px;

}


#header
{
	
	display: block;
	width: 734px;
	float: left;
	height: 139px;

}

#header img
{
}

#mainContent
{
	margin-top: -3px;
	float: left;
	position: relative;
	width: 734px;
	background-color: none;
	height: 500px;

}

#mainContentTop
{
	width: 100%;
	height: 40px;
	background-image: url('../images/contentMainTop.jpg');
}

#mainContentTextArea
{
	
	/*width: 674px;*/
	margin-left: 20px;
	margin-right: 25px;
	background-color: #000;
	/*background-image: url('../images/contentMainTextArea.jpg');*/
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	overflow:auto;
	height: 460px;
	
	
}


#mainContentBottom
{
	background-color: none;
	/*background-image: url('../images/contentMainBottom.jpg');*/
	height: 40px;
	
}

#sidebar
{
	float: right;
	width: 226px;
	height: 674px;
	background-image: url('../images/contentSidebar.jpg');
	background-repeat: no-repeat;
}

#sidebarPromo
{
	padding-top: 80px;
	/*margin-top: 207px;*/
}





#subContent
{
	clear:both;
	width: 100%;
	height: 73px;
	background-color: none;
}

#subContentLeft
{
	width: 196px;
	padding: 5px;
	padding-left: 14px;
	background-color: none;
	float: left;
}

#subContentLeft img
{
	
	float: left;
	padding-top: 5px;
	padding-right: 2px;
}
	
#subContentLeft li
{
	display: inline;
	list-style-type: none;
}

#subContentMiddle
{
	width: 500px;
	height: 100%;
	padding: 5px;
	background-color: none;
	float: left;
}

#subContentMiddle li
{
	display: inline;
	list-style-type: none;
}


#subContentMiddleLogo
{
	margin-left:178px;
	margin-top: -20px;
}

#subContentMiddleLogo img
{
padding-right: 3px;
}

#subContentRight
{	
	width: 251px;
	float: right;
	padding: 0px;
}

#subContentRight img
{	
	margin-left: -1px;
}


#footer
{
	clear:both;
	display: block;
	width: 100%;
	height: 40px;
	background-color: none;
	padding: 5px;
	padding-left: 13px;
	text-align: left;
}



#footer a
{
	color: #fff;
	text-decoration: none;
}

#footer a:hover
{
	color: #fff;
	text-decoration: underline;
}


