body {
	margin: 0px;
	background-color: #00ff00;
    font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:black;
}
#header {
	height: 160px;
	width: 100%;
	background-color: #00ff00;
	background-image: url(../images/headerbar.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#headerlogo {
	height: 100px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Cambria;
	padding-top: 10px;
}
#maincontent {
/*	height: 750px; */
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#leftcolumn {
	float: left;
	height: auto;
	width: 750px;
}
#banner {
	float: left;
	height: auto;
	width: 125px;
}
#content {
	float: left;
	height: auto;
	width: 715px;
}
#featured {
	float: left;
	height: 305px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #00ff00;
	padding-top: 10px;
}

#featured2 {
	float: left;
	width: 710px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #00ff00;
	padding-top: 10px;
}

#sidebar {
	float: right;
	width: 150px;
/*	height: 750px; */
	padding-right: 5px;
	padding-left: 5px;
	background-color: #00ff00;
	padding-top: 10px;
}
#footer {
	height: 200px;
	width: 100%;
	float: left;
	background-image: url(../images/headerbar.png);
	background-repeat: repeat-x;
	margin-bottom: 25px;
	background-color: #00ff00;
}
#footerinside {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	padding-top: 50px;
}
#footleft {
	float: left;
	height: 150px;
	width: 350px;
	margin-right: 20px;
	font-family: Cambria;
	font-size: 14px;
	color: #4E423D;
}
#footcentre {
	float: left;
	height: 150px;
	width: 370px;
}
#footright {
	float: left;
	height: 150px;
	width: 200px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Cambria;
	font-size: 14px;
	color: #504540;
}

.secondstory {
	float: left;
	height: 200px;
	width: 345px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.secondstory_uh {
	float: left;
	width: 355px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.secondstory_uh_210 {
	float: left;
	width: 210px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

	
.secondstory_uh_500 {
	float: left;
	width: 500px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #7b4a1a;
}

.featuretitle {
	font-family: Cambria;
    color:#7b4a1a;
	font-size: 36px;
	margin-top: 30px;
}


.story {
	float: left;
	width: 710px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left:5px;
}
.storytitle {
	font-family: Cambria;
	font-weight:bold;
	color:#7b4a1a;
	font-size: 18px;
	margin-top: 12px;
}

.sidebartitle {
	font-family: Cambria;
	color:#7b4a1a;
	font-size: 26px;
	margin-top: 22px;
}


a:link.sidebarlink,a:visited.sidebarlink, a:active.sidebarlink {color:#7b4a1a;text-decoration: none} 
a:hover.sidebarlink {font-weight:normal;color:#7b4a1a;text-decoration:underline}

.sidebarlink {
	font-family: Cambria;
	color:#7b4a1a;
	font-size: 16px;
	margin-top: 4px;
}

ul.sidebarlink {
list-style-type:none;
margin: 0px;
padding: 0px;
font-size:11px}

li.sidebarlink {
background-image:url("../images/li_link.png");
background-repeat:no-repeat;
background-position:0px 5px;
padding-left:22px;
}
 
.footertitle {
	font-family: Cambria;
	color:#7b4a1a;
	font-size: 36px;
	margin-top: 30px;
}
.imgleft {
	padding-right: 4px;
	float: left;
	margin-right:2px;
}
.imgright {
	float: left;
	margin-right: 7px;
	margin-bottom: 1px;
	margin-left: 4px;
	margin-top: 4px;
	padding: 4px;
}

.imgfloatright {
	padding-right: 5px;
	float: right;
}
a:link,a:visited, a:active {color:black;text-decoration: underline}
a:hover{font-weight:bold;text-decoration:underline}

img {
padding:8px}



/*
a:link.menustyle  {color:white;text-decoration: none}
a:visited.menustyle {color:white;text-decoration: none}
a:hover.menustyle {color:#66CCFF; text-decoration: underline}
a:active.menustyle  {color: white; text-decoration: none}
*/