body {
	background: #E4EBCC url(../img/background.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

strong {
	font-weight: bold;
}

.whitefont {
	color: #FFFFFF;
}

div#container {
	width: 966px;
	position: absolute;
	float: left;
	background: #ffffff;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 13px;
	left: 50%;
	margin-left:-483px;
}

	div#left {
		width: 276px;
		height: 100%;
		float: left;
		background: #AFC36A url(../img/leftbackground.jpg) repeat-x;
		font-size: 10pt;
	}
	
		div#left h1 {
			color: #FFFFFF;
			font-weight: bold;
			font-size: 14pt;
		}
		
		div#left ul {
			list-style: outside;
			list-style-type: disc;
			margin-left: 20px;
			margin-top: 12px;
		}
		
		div#left ul li {
			margin-bottom: 14px;
		}
			div#logocontainer {
				width: 100%;
				height: 140px;
			}
			
				div#greentopbar {
					width: 100%;
					height: 15px;
					background: #B0C36A;
				}
				
				a#logo {
					text-indent: -99999px;
					width: 210px;
					height: 75px;
					margin-left: auto;
					margin-right: auto;
					background: #FFFFFF url(../img/logo.png) no-repeat center center;
					display: block;
					overflow: hidden; 
				}
			
			div#whatsnew {
				margin-top: 180px;
				margin-left: 35px;
				margin-right: 35px;
			}
			
			div#contact {
				margin-left: 35px;
				margin-right: 35px;
				margin-top: 60px;
				margin-bottom: 30px;
			} 
			
				div#contact p {
					margin-top: 4px;
				}
				
				div#contact a {
					color: #000000;
				}
			
	
	div#right {
		width: 675px;
		height: 100%;
		float: right;
	}	
	
		div#header {
			width: 100%;
			height: 381px;
			background: #FFFFFF url(../img/header.jpg) no-repeat;
		}
		
		div#maincontent {
			width: 100%;
			height: 460px;
			font-size: 10pt;
			line-height: 20px;
		}
		
			div#maincontent h1 {
				color: #063F2C;
				font-weight: bold;
				font-size: 20pt;
				margin-bottom: 15px;
			}
		
			div#leftcontent {
				width: 464px;
				height: 460px;
				float: left;
				padding-left: 43px;
			}
			
				div#notice {
					width: 438px;
					padding: 15px 10px 15px 15px;
					background: #F6F8ED;
					margin-top: 20px;
				}
					
					div#notice a {
						font-size: 11pt;
						font-weight: bold;
						color: #B0C36A;
					}
					
					div#noticeicon {
						width: 41px;
						height: 41px;
						background: transparent url(../img/notice.png) no-repeat;
						position: relative;
						top: -35px;
						left: -12px;
						float: left;
					}
				
				div#bottombox {
					width: 430px;
					border: 2px solid #AFC469;
					background: #EEF1DC;
					padding: 10px 15px 10px 15px;
					margin-top: 15px;
				}
					div#bottombox a {
						font-size: 11pt;
						font-weight: bold;
						color: #B0C36A;
						margin-left: 20px;
					}
			
			div#rightcontent {
				width: 168px;
				height: 449px;
				background: #FFFFFF url(../img/rightcontent.jpg) no-repeat;
				float: right;
			}
		
		div#footer {
			width: 675px;
			height: 31px;
			background: #063F2C;
			color: #B0C36A;
			margin-top: 15px;
			padding-top: 15px;
			position: absolute;
			bottom: 13px;
		}
	
		
		
