@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #CC0000;
	background-image: url(../../images/bg2.png);
	background-repeat: no-repeat;	
}


/*Layout */


#wrapper {
	width: 982px;
	margin: 0 auto;
	text-align: left;
	border: 0px solid #E5E5E5;	
	background:#FFFFFF;
	}
	
	
#header {
	width:982px;
	background-color: #ffffff;
	/*background-image: url(images/header1.jpg); */
	background-repeat: no-repeat;

}
		#headerLeft{
	background-color: #ffffff;
	float: left;
	width: 280px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 3px;
	
}
		#headerRight{
	/*	background-color: #CCCC00; */
	float: right;
	width: 670px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 34px;
	padding-left: 0px;
	background-image: url(images/menu-background.png); 
	background-repeat: no-repeat;	
}





#main {
	width:982px;
	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}



#sub-menu{
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	height:30px;
	width: 300px;
	padding-left: 20px;
	padding-top:3px;
	margin-top: 10px;
	background-image: url(images/sub-menu-bg2.png);
	background-repeat: no-repeat;
}



#footer {
	height: 20px;
	width: 982px;
	clear: both;
	font-size: 10px;
	color: #999999;
	padding: 10px;
}

.textBox {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 43px;
	font-size: 12px;
	line-height:20px;
}

a:link {
	color: #CC0000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}     
a:visited {color: #CC0000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;}  
	
a:hover {color: #999999;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;}  
	
a:active {color: #CC0000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;} 
	
	
	

/* footer links */
	
a.footer:link {
	color: #999999;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}     
a.footer:visited {color: #999999;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;}  
	
a.footer:hover {color: #999999;
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;}  
	
a.footer:active {color: #999999;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;} 
		
		
		
.topMenu{
		padding-left: 260px;
		padding-right: 20px;
}

.heading{
	font-size: 18px;
	color: #cc0000;
}