body {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	background: #afbeb5 url(../images/bg-gradient.png) left top repeat-x;
	margin: 20px; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
a:hover {
	color: #6e8878;
	text-decoration: underline;
}
a, object {
	outline: none;
}
a img {
	border: none;
}
h1 {
	font-size: 1.4em;
	color: #006837;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #006837;
	margin-bottom: 5px;
}
.clear {
	clear: both;
}
.paragraphpad {
	text-align: justify;
	padding-left: 10px;
	padding-bottom: 10px;
}
.highlight {
	font-weight: bold;
	color: #006837;
}
.title, a.title {
	color:#006837;
	font-weight: bold;
}
.more, a.more {
	display: block;
	color: #666;
	font-weight: bold;
	padding-top: 10px;
}

/* page structure */	
#wrapper {
	width: 920px;  
	background: #FFFFFF;
	margin: 0 auto;
	border: none;
	text-align: left;
	position: relative;
}

	#logobar {
		height: 73px;
		padding: 22px 20px;
		position: relative;
	}
		#renewlogo {
			float: left;
		}
		#vhelogo {
			float: right;
		}
		#straplines {
			position: absolute;
			top: 0px;
			left: 170px;
		}
		
	#flashnav {
		height: 208px;
	}
	
	#nav {
		position: absolute;
		left: 0px;
		top: 300px;
		z-index: 20;
	}
		#wrap2 {
			position: absolute;
			left: 170px;
			top: 10px;
		}
		#wrap3 {
			position: absolute;
			left: 320px;
			top: 10px;
		}
		#wrap4 {
			position: absolute;
			left: 465px;
			top: 10px;
		}	
		#wrap5 {
			position: absolute;
			left: 615px;
			top: 10px;
		}	
		#wrap6 {
			position: absolute;
			left: 760px;
			top: 10px;
		}				
		
				
		.subnav {
			width: 251px;
			display: none;
		}
			.subnav .subtop {
				background: url(../images/trans-box.png) left top no-repeat;
				height: 10px;
			}
			.subnav .subbot {
				background: url(../images/trans-box.png) left bottom no-repeat;
				height: 24px;
			}
			.subnav .submid {
				background: url(../images/trans-box-mid.png) left top repeat-y;
				padding: 0px 10px;
			}
			.subnav .subcontent {
			    background: url(../images/trans-box.png) left top no-repeat;
				padding: 10px;
				height: 136px;
			}
			.subnav .subcontent3 {
			    background: url(../images/bigger-trans-box.png) left top no-repeat;			
				padding: 10px;
				height: 240px;
			}
			.subnav .subcontent4 {
			    background: url(../images/trans-box.png) left top no-repeat;			
				padding: 10px;
				height: 136px;
			}
			.subnav .subcontent5 {
			    background: url(../images/trans-box.png) left top no-repeat;			
				padding: 10px;
				height: 136px;
			}
			.subnav .subcontent6 {
			    background: url(../images/trans-box.png) left top no-repeat;			
				padding: 10px;
				height: 136px;
			}
										

			.subnav a {
				color: #fff;
				display: block;
			}


	#thecore {
		position: relative;
		padding-top: 30px;
	}
		#leftcore {
			position: relative;
			float: left;
			padding-right: 20px;
			border-right: solid 1px #dae1dd;
			margin-right: 20px;
		}
			.newsblock {
				position: relative;
				left: -10px;
				width: 133px;
				margin-bottom: 10px;
			}
				.newsblock .newshead {
					background: url(../images/leftcore-top.png) left top no-repeat;
					height: 7px;
					font-size: 2px;
				}
				.newsblock .newsmid {
					background: url(../images/leftcore-mid.png) left top repeat-y;
				}
					.newsmid .newscontent {
						padding: 10px 10px 10px 20px;
						color: #666;
					}
					.newsitem {
						margin-top: 10px;
					}
					.newsitem .date {
						color: #333;
						font-size: 1.1em;
					}
				.newsblock .newsfoot {
					background: url(../images/leftcore-base.png) left top no-repeat;
					height: 7px;
					font-size: 2px;
				}
			#sel {
				padding-left: 20px;
				padding-top: 10px;
			}
		#rightcore {
			float: left;
			width: 690px;
		}
		
	#footer {
		border-top: solid 19px #6e8878;
		margin-top: 20px;
		padding: 20px;
		height: 48px;
	}
		#footerlogos {
			float:left;
		}
			#footerlogos img {
				padding-right: 15px;
			}
		#footertext {
			float: right;
			text-align: right;
			height: 48px;
			position: relative;
		}
			#footertext .dark {
				color: #6e8078;
			}
				#footertext .dark a {
					color: #6e8078;
					font-weight: normal;
				}
			#footertext .linkpad {
				padding: 0px 10px;
			}
			#footertext .light {
				position: absolute;
				bottom: 0px;
				right: 0px;
			}
				#footertext .light a {
					color: #a8b3ae;
					font-weight: normal;
				}