.link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	text-transform: inherit;
	letter-spacing: 2px;
	color: #4D945B;
}
.date {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #4d945b;
	}

body#site {
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#333;
	line-height: 1.5em;
	text-align:center;
	background: url(../images/bodybg.jpg) repeat-x #d3d3d3;
}

body {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
}
h1 {

	padding: 6px 0 2px 4px;
	color: #d6e3b3;
	font-size: 28px;
	font-family: Geneva, Arial, sans-serif;
	margin-top: 12px;
}

h4 {
	width: 100%;
	padding: 6px 0 2px 4px;
	background: #d6e3b3;
	color: #4d945b;
	font-size: 17px;
	font-family: Geneva, Arial, sans-serif;
	margin-top: 12px;
}

a {
	text-decoration: none;
	color: #4d945b
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

p {
	margin-top: 10px;
}

td {
	font-size: 11px;
}

#container {
	width: 995px;
	text-align: left;
	margin: 0 auto;
	clear: both;
}

.ie6 #container {
	width: 1200px;
}

#mainBG {
	background: url(../images/mainbg.jpg) repeat-y 8px 0px;
	float: left;
}

#leftCol {
	width: 256px;
	float: left;
	min-height: 690px;
}

		#nav {
			width: 235px;
			position: relative;
			float:left;
			line-height: 15px;
		}
				.navTopCorner {
					position: absolute;
					top: -2px;
					left: 19px;
				}
				
				.navBottomCorner {
					position: absolute;
					bottom: 0px;
					left: 18px;
				}
				
				#nav ul {
					padding: 0;
					margin: 7px 0 0 18px;
				}
		
						#nav li{
							list-style: none;
						}
						
								#nav ul li a {
									background: url(../images/navBG_off.jpg) no-repeat;
									display: inline-block;
									width: 190px;
									height: 25px;
									color: #666666;
									font-weight: bold;
									padding: 5px 10px 0 35px;
								}
						
								#nav ul li a:hover {
									background: url(../images/navBG_on.jpg) no-repeat;
									color: #4d945b;
								}
								
						#nav ul ul, nav ul ul li {
							margin: 0;
							padding: 0;
							list-style: none;
						}
						
								#nav ul ul li a {
									background: url(../images/level2bg.jpg) no-repeat 35px 8px #fff;
									color: #4d945b;
									padding: 5px 10px 0 45px;
									width: 180px;
									font-size: 11px;
									border-bottom: 1px solid #ccc;
									min-height: 24px;
								}
								
								#nav ul ul li a:hover {
									background: url(../images/level2bg.jpg) no-repeat 35px 8px #eee;
									color: #999;
									border-bottom: 1px solid #aaa;
								}
								
										#nav ul ul ul li a {
											background: url(../images/level2bg.jpg) no-repeat 45px 8px #fff;
											color: #666;
											padding: 5px 10px 0 55px;
											width: 170px;
											font-size: 10px;
											border-bottom: 1px solid #f2f2f2;
											min-height: 24px;
										}
										
										#nav ul ul ul li a:hover {
											background: url(../images/level2bg.jpg) no-repeat 45px 8px #eee;
											color: #999;
											border-bottom: 1px solid #e2e2e2;
										}
										
												#nav ul ul ul ul li a {
													padding: 5px 10px 0 65px;
													width: 160px;
													font-weight: normal;
													background: url(../images/level2bg.jpg) no-repeat 55px 8px #fff;
												}
												
												#nav ul ul ul ul li a:hover {
													background: url(../images/level2bg.jpg) no-repeat 55px 8px #eee;
													color: #999;
													border-bottom: 1px solid #e2e2e2;
												}
												
												

				tr.level1 a {
					background: url(../images/navBG_off.jpg) no-repeat;
					display: inline-block;
					width: 187px;
					height: 25px;
					color: #666666;
					font-weight: bold;
					padding: 5px 10px 0 35px;
					
				}
				
				tr.level1 a:hover {
					background: url(../images/navBG_on.jpg) no-repeat;
					color: #999;
					border-bottom: 1px solid #aaa;	
					height: 24px;
				}
				
				tr.level2 a {
					background: url(../images/level2bg.jpg) no-repeat 35px 8px #fff;
					color: #4d945b;
					padding: 5px 10px 0 45px;
					width: 173px;
					font-size: 11px;
					border-bottom: 1px solid #ccc;
					min-height: 24px;
					display: inline-block;
					margin-left: 3px;
				}
				
				tr.level2 a:hover {
					background: url(../images/level2bg.jpg) no-repeat 35px 8px #eee;
					color: #999;
					border-bottom: 1px solid #aaa;
				}
				
				tr.level3 a {	
					background: url(../images/level2bg.jpg) no-repeat 45px 8px #f2f2f2;
					color: #666;
					padding: 5px 10px 0 55px;
					width: 163px;
					font-size: 10px;
					border-bottom: 1px solid #eee;
					min-height: 24px;
					display: inline-block;
					margin-left: 3px;
				}
				
				tr.level3 a:hover {
					background: url(../images/level2bg.jpg) no-repeat 45px 8px #eee;
					color: #999;
					border-bottom: 1px solid #e2e2e2;
				}
				
				#navtable {
					margin: 7px 0 0 18px;
					background: url(../images/navTableBG.jpg) repeat-y;
				}
				
				tr.level1, tr.level2, tr.level3 {
					background: url(../images/navTableBG.jpg) repeat-y;
				}
				

		#latestNews {
			position: relative;
			width: 225px;
			float: left;
			min-height: 215px;
			margin: 10px 0 0 18px;
			background: url(../images/latestNewsBG.jpg) repeat-y;
			padding: 10px 0 15px 10px;
			color: #666;
		}

#rightCol {
	width: 739px;
	float: left;
	min-height: 690px;
	position: relative;
}

		#headerBar {
		font-size:9px;
			width: 719px;
			height: 28px;
			float: left;
			background: url(../images/headerBar.jpg) no-repeat;
			color: #666;
			padding: 25px 0 0 20px;
			position: relative;
		}
		
				#headerBar a {
				
					
					color: #666;
				}
				
				#headerBar input#inpSearch {
					position: absolute;
					right: 43px;
					top: 24px;
					width: 114px;
					height: 13px;
					color: #666;
					font-size: 11px;
					padding: 1px 3px;
					border: 1px solid #999;
				}
				
				#headerBar input#inpSubmit {
					position: absolute;
					right: 23px;
					top: 25px;
				}
		#defaultContent {
			position: relative;
			width: 725px;
			float: left;
			min-height: 382px;
			background: url(../images/defaultContBG.jpg) repeat-y -1px 0px;
		}
		
				.firstP {
					font-size: 14px;
					color: #68ba78;
					font-weight: bold;
					width: 75%;
				}
		
				.topCorner {
					position: absolute;
					top: 0px;
					left: 0px;
				}
				
				.bottomCorner {
					position: absolute;
					bottom: -5px;
					left: 0px;
				}
				
				#home {
					width: 549px;
					float: left;
					margin: 0 11px 0 0;
					padding: 3px 13px 23px 13px;
				}
				
						#further {
							width: 700px;
							float: left;
							margin: 0 11px 0 0;
							padding: 3px 13px 23px 13px;
						}
						
							#further table * {
								text-align: left;
							}
				
				#quickLinks {
	width: 109px;
	float: left;
	padding: 13px 0 0 0;

				}
.quicklink
{
	width: 109px;
	height:55px;
	background-image: url(/images/LINK.jpg);
	background-repeat: no-repeat;
	font-size:12px;
	font-weight:bold;
	display:block;
	text-align:center;
	padding-top:20px;
}
.quicklink2
{
	width: 109px;
	height:65px;
	background-image: url(/images/LINK.jpg);
	background-repeat: no-repeat;
	font-size:12px;
	font-weight:bold;
	display:block;
	text-align:center;
	padding-top:10px;
}
				
		#furtherContent {
			position: relative;
			width: 100%;
			float: left;
			min-height: 382px;
			background: url(../images/defaultContBG.jpg) repeat-y -1px 0px;
		}


#footer { 
	width: 965px;
	min-height: 74px;
	float: left;
	background: url(../images/footerImg.jpg) no-repeat;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #4d945b;
	padding: 15px 30px 0 0
}

		span#left {
			float: left;
			margin: 0 0 0 30px;
		}
		
		span#right {
			float:right;
		}
