body, html {
	background: #f3ae23 url(../images/bg.png) repeat-x;
	font: 9px Verdana;
}

h1 {
	font: 22px Georgia;
	color: #fff;
	font-weight: bold;
}

h2 {
	font: 16px Tahoma;
	color: #999;
	text-align: justify;
	line-height: 1.5;
	margin-top: 24px;
	margin-bottom: 24px;
}

h3 {
	font: 13px Georgia;
	font-weight: bolder;
	color: #FF6600;
}
	
	h3 span {
		color: #000;
	}
	
h3.sidebar {
	font: 13px Georgia;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0px;
}

h4 {
	font: 12px Arial;
	color: #FF6600;
}

p {
	font: 12px Arial;
	color: #666666;
	line-height: 1.4;
}
li{
	font: 12px Arial;
	color: #666666;
	line-height: 1.4;
	margin-left:20px;
	
}


a:link { 
	color:#ff6600; 
	text-decoration:none;
}
a:visited { 
	color:#ff6600; 
	text-decoration:none;
}
a:hover { 
	color:#ff6600; 
	text-decoration:none;
}
a:active {
	color:#ff6600; 
	text-decoration:none;
}

a:link.footer { 
	color:#666; 
	text-decoration:none;
}
a:visited.footer { 
	color:#666; 
	text-decoration:none;
}
a:hover.footer { 
	color:#666; 
	text-decoration:none;
}
a:active.footer {
	color:#666; 
	text-decoration:none;
}

li {
	list-style-position: outside;
	list-style-type: square;
}

hr {
	margin-bottom: 16px;
	color: #e6e6e6;
	border-style: none;
	height: 1px;
	border-width: 1px;
	background-color: #e6e6e6;
}

img.sidebar {
	border:4px solid #e6e6e6;
}

img.greyBorder {
	border:4px solid #e6e6e6;
}

.clear {
	clear: both;
}



#wrapper {
	width: 988px;
	margin: 0 auto;
	margin-bottom: 80px;
}
	
	#header {
		width: 988px;
		height: 106px;
		margin: 0 auto;
	}
		#logoBox {
			width: 220px;
			height: 106px;
			float: left;
			background: url(../images/logo.jpg) no-repeat;
		}
		
		#menuBox {
			height: 34px;
			padding-top: 72px;
			float: right;
		}
			img.menuItem {
				padding-right: 6px;
			}
				
	#content {
		width: 948px;
		background: #f0f0f0;
		padding: 20px;
	}	
		
		#submenuBox {
			height: 32px;
			margin-bottom: 20px;
		}
			img.submenuItem {
				padding-right: 20px;
			}
	
		#contentLeft {
			width: 704px;
			float: left;
		}
		
			#banner {
				width: 688px;
				height: 232px;
				border: 8px solid #e6e6e6;
			}
				#bannerText {
					width: 180px;
					height: 192px;
					padding: 20px;
					float: left;
					background: #ff6600;
				}
				#bannerImageHome {
					width: 468px;
					height: 232px;
					float: right;
					background: url(../images/bannerHome.jpg);
				}
				#bannerImagePartnership{
					width: 468px;
					height: 232px;
					float: right;
					background: url(../images/bannerPartnership.jpg);
				}
				#bannerImageCommunity{
					width: 468px;
					height: 232px;
					float: right;
					background: url(../images/bannerCommunity.jpg);
				}
				#bannerImageAbout{
					width: 468px;
					height: 232px;
					float: right;
					background: url(../images/bannerAbout.jpg);
				}
				#bannerImageNews{
					width: 468px;
					height: 232px;
					float: right;
					background: url(../images/bannerNews.jpg);
				}
				#bannerImageContact{
					width: 468px;
					height: 232px;
					float: right;
					background: url(../images/bannerContact.jpg);
				}
			
			#whiteBox {
				width: 664px;
				padding-left: 20px;
				padding-right: 20px;
				background: #fff;
				padding-top: 20px;
			}
			
				#whiteBox3ColLeft {
					width: 208px;
					float: left;
					margin-right: 20px;
				}
				#whiteBox3ColMiddle {
					width: 208px;
					float: left;
				}
				#whiteBox3ColRight {
					width: 208px;
					float: right;
					margin-left: 20px;
				}
				
				
				
				#whiteBox2ColLeft {
					width: 356px;
					float: left;
					padding-right: 20px;
				}
					.contactType {
						width: 130px;
						float: left;
					}
					.contactDetail {
						width: 190px;
						float: right;
					}	
				#whiteBox2ColRight {
					width: 288px;
					float: right;
				}
				
				
				
				.partnershipLogo {
					width: 280px;
					float: left;
				}
				.partnershipStatement {
					width: 320px;
					float: right;
				}
				
							
		#contentRight {
			width: 224px;
			float: right;
		}
		
			.rightRedBox {
				width: 208px;
				padding-top: 68px;
				padding-bottom: 8px;
				padding-left: 8px;
				padding-right: 8px;
				margin-bottom: 16px;
				background: #ff6600;
			}
			
			.rightWhiteBox {
				width: 208px;
				padding-top: 8px;
				padding-bottom: 8px;
				padding-left: 8px;
				padding-right: 8px;
				margin-bottom: 16px;
				background: #fff;
			}
			
				.newsItem {
					margin-bottom: 16px;
				}
				
	#footerBox {
		font: 9px Arial;
		padding-top: 16px;
	}
	
	
