	body{
	margin:0;
	padding:0;
	background:#fff url(images/bg1.jpg) top repeat-x;
	}
	
	#wrapper {
	margin:0 auto;
	padding:0;
	}
	
	#top{
	margin:0 auto;
	width:915px;
	height:123px;
	position:relative;
	background:url(images/topBg.jpg) top repeat-x;
	}
	
	#bodyContainer{
	width:915px;
	margin:2px auto;
	padding:0;
	background:url(images/bodyBg.jpg) top repeat-y;
	}
	
	
	/*LINKS*/
	
	a{
		color:#EEFDDB;
		text-decoration:underline;
	}
	
	a:hover {
		color:#EEFDDB;
		text-decoration:none;
	}
	
	.title a{
		color:#EEFDDB;
		text-decoration:none;
	}
	
	.title a:hover{
		color:#EEFDDB;
		text-decoration:underline;
	}
	

	
	/*Subpage bodyContainer*/
	
		#bodyContainerSub{
		width:915px;
		margin:2px auto;
		padding:0;
		background:url(images/bodyBg2.jpg) top repeat-y;
		}
	
	
	#boxLeft{
	width:240px;
	height:1142px;
	float:left;
	padding-bottom:5px;
	background:#779056 url(images/curveLine.gif) top no-repeat;
	}
	
	
	/*Subpage boxLeft*/
	
		#boxLeftSub{
		width:240px;
		float:left;
		padding-bottom:5px;
		background:#8FA96E url(images/curveLine2.gif) top no-repeat;
		}
	
		
	#logo{
	width:215px;
	padding-top:120px;
	margin:0 auto;
	}
	
	#boxRight{
	width:675px;
	float:right;
	/*background:#fff;*/
	}
	
	#imgBanner{
	width:675px;
	height:295px;
	margin:0;
	padding:0;
	}
	
	#imgBanner2{
	width:915px;
	height:94px;
	margin:0 auto;
	padding:0;
	}
	
	#menuContainer{
	width:675px;
	height:34px;
	background:url(images/mBg.jpg) top repeat-x;
	}
	
	#menuContainerSub{
	width:915px;
	height:34px;
	margin:0 auto;
	background:url(images/mBg.jpg) top repeat-x;
	}
	
	#content{
	width:430px;
	float:left;
	background:#fff;
	}
	
	#rightBox{
	width:245px;
	float:right;
	background:#8FA86E;
	}
	
	#rightBox1{
	width:245px;
	float:right;
	background:#779056;
	margin-top:1px;
	}
	
	#direction{
	width:245px;
	padding:10px 0;
	border-bottom:2px solid #fff;
	}
	
	#directionSub{
	width:245px;
	padding:10px 0;
	}
	
	#icons{
	position:absolute;
	left: 793px;
	top: 89px;
	}
	
	#logoBottom{
	width:382px;
	height:56px;
	margin:0 auto;
	padding-top:80px;
	padding-bottom:20px;
	}
	
	#footer{
	width:915px;
	height:69px;
	background:url(images/footer.jpg) top repeat-x;
	margin:0 auto;
	}
		
	
	
	/********* My class stylesheet *********/
	
	.clear{
	clear:both;
	}
	
	.leftMenu{
	font-family:tahoma;
	font-size:13px;
	font-weight:bold;
	color:#e0efce;
	}
	
	.leftMenu ul{
	padding:0;
	margin:10px 55px 0 40px;
	}
	
	.leftMenu li{
	list-style:none;
	line-height:0;
	}
	
	.leftMenu li a{
	list-style:none;
	line-height:28px;
	padding-left:15px;
	text-decoration:none;
	display:block;
	color:#e0efce;
	background:url(images/dot.gif) left no-repeat;
	}
	
	.leftMenu li a:hover{
	list-style:none;
	line-height:28px;
	padding-left:15px;
	text-decoration:none;
	color:#fff;
	background:#859d66 url(images/dot.gif) left no-repeat;
	}
	
	.menu{
	font-family:tahoma;
	font-size:12px;
	color:#45582a;
	}
	
	.menu ul{
	margin:0;
	padding:0;
	}
	
	.menu li{
	list-style:none;
	float:left;
	}
	
	.menu li a{
	list-style:none;
	white-space:nowrap;
	padding:10px 25px 10px 20px;
	text-decoration:none;
	display:block;
	color:#45582a;
	}
	
	.menu li a:hover{
	list-style:none;
	padding:10px 25px 10px 20px;
	text-decoration:none;
	color:#fff;
	background:#7d9a5a;
	}
	
	
	
			/*Sub Page Menu*/
			
			.menuSub{
			font-family:tahoma;
			font-size:12px;
			color:#45582a;
			}
			
			.menuSub ul{
			margin:0;
			padding:0;
			}
			
			.menuSub li{
			list-style:none;
			float:left;
			}
			
			.menuSub li a{
			list-style:none;
			white-space:nowrap;
			padding:10px 45px 10px 40px;
			text-decoration:none;
			display:block;
			color:#45582a;
			}
			
			.menuSub li a:hover{
			list-style:none;
			padding:10px 45px 10px 40px;
			text-decoration:none;
			color:#fff;
			background:#7d9a5a;
			}
	
	
	
	
	
	.bodyText{
	font-family: arial;
	text-align:left;
	color:#556c38;
	font-size:13px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:17px;
	padding-top:2px;
	}
	
	.title{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#eefddb;
	text-align:center;
	padding-top:10px;
	}
	.titleleft{
	font-family:tahoma;
	font-size:13px;
	font-weight:bold;
	color:#eefddb;
	text-align:left;
	padding-top:10px;
	
	}
	.padding10{
	padding-left:10px;
	
	}
	.qText{
	border-top:2px solid #fff;
	font-family: arial;
	text-align:left;
	color:#e1efcf;
	font-size:11px;
	padding:10px;
	font-weight:normal;
	}
	
	
	.footeText{
	color:#fff;
	font-family:arial;
	font-size:12px;
	text-align:center;
	padding-top:20px;
	}
	
	.footeText span{
	color:#c0c0c0;
	font-family:arial;
	font-size:12px;
	}
	
	.footeText a{
	text-decoration:none;
	color:#fff;
	}
	
	.footeText a:hover{
	text-decoration:underline;
	color:#c0c0c0;
	}
	
	
	
	/* ######### Style for Drop Down Menu ######### */

	.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #fff; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px tahoma;
	line-height:18px;
	z-index:100;
	background-color: #BFD6A2;
	color:#45582a;
	width: 150px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#ffffff,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	}
	
	.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #45582a;
	}
	
	* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	}
	
	.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #779056;
	color:#ffffff;
	text-decoration: none;
	}
	
	/*PAUL ADD-ONS*/
	
	.thespacerHolder{
	margin:0 auto;
	padding:5px;
	width:250px;
	border:0px;
	border-bottom:1px dashed #CfCfCf;
	}
	
	
	
	img.floatleft{
	float: left;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:2px;
	border:0;
	}
	
	img.floatright{
	float: right; 
   margin-left:5px;
	margin-bottom:5px;
	margin-top:2px;
	border:0; 
	}
	
	.bodyText a
	{
	color:#556c38;
	}
	
	.superscripttext
	{
	font-size:10px;
	color:#990000;
	padding-left:20px;
	}

#icondirection {
	left:794px;
	position:absolute;
	top:47px;
}
#iconyears {
	left:4px;
	position:absolute;
	top:0;
}			
