
* {
	margin: 0;
	padding: 0;
	color: #003410;
}

body {
	font-family: Helvetica, Arial, Times, sans-serif;
	font-size: 62.5%; /* <---- do not change - affects all 'frames' */
}

#header, #leftframe, #footer, .box, ul#misc, ul#bookmarking {
	display:none;
}

h1 {
	font-size: 2.8em;
	font-weight: normal;
	color: #666;
	line-height: 110%;
	font-family: "HelveticaNeue-Light", Helvetica, Arial, Geneva, Times, sans-serif;
}

	#mainframe h1 {
		margin: 0;
		padding: 0;
		font-size: 4em;
	}

h2 {
	font-size: 2em;
	font-weight: normal;
	line-height: 130%;
}

h3 {
	font-size: 1.7em;
	font-weight: normal;
	line-height: 130%;
	font-family: Helvetica, Arial, Geneva, Times, sans-serif;
}

h4 {
  font-size: 1.3em;
  font-weight: bold;
}

p {
	color: #000;
	margin: 0 0 0.5em 0;
	font-size: 1.2em;
	line-height:140%;
}

/* LAYOUT */

#mainframe {
	
}

/* OTHER LAYOUT */	
	

.box ul li {
	padding: 0.2em 0;
	font-size:1.2em;
	list-style:none;
}

	.box ul li a {
		color: #fff;
	}

	.box ul li a:hover {
		text-decoration:underline;
	}


#bodytext {
	margin: 1em 12em 1em 0;
}

	#bodytext h2 {
		margin: 0.5em 0 0.5em 0;
		color: #000;
	}

	#bodytext h3 {
		color: #000;
	}

	#bodytext ul {
		margin-left: 1.4em;
		color: #000;
	}
	
	#bodytext ul li {
		color:#222;
		font-size: 1.2em;
		line-height:140%;
		margin-bottom: 0.5em;
	}


#bodytext p {
	font-size: 1.2em;
	line-height:1.8em;
}

.newspost {
	margin: 1em 12em 1em 0;
	padding: 0.5em 0;
}