/* CSS Document */

* { font-family: Arial, Helvetica, sans-serif; }

body {
	margin: 0 15px 10px 15px;
	background: #54b948;
	font-size: 62.5%;
	color: #534b42;
}
.nav { 
	border: 0;
	padding: 100px 27px 0 0;
	width: 232px;
	text-align: right;
	font-size: 1.2em;
	line-height: 1.8em;
	position: absolute;
	right:566px;
	top:0px;
}
.nav a {
	color: #FFF;
	text-decoration: none;
}

.page {
	background: #FFF;
	width: 551px;
	position: absolute;
	right:15px;
	top:0px;
 
}
.content {
	padding: 20px 60px 10px 60px;
	font-size: 1.2em;
	line-height: 1.4em;
	min-height: 310px;
	height: auto;
}

/* for Internet Explorer */
* html .content {
	height: 310px;
}


h1 { }
h2 { 
	font-family: "Times New Roman", Times, serif;
	color: #3f9334;
	font-size: 1.2em;
	margin-bottom: 0;

          text-transform: uppercase;
}

ul { 
	padding: 0;
	margin-left: 15px;
}

li { 
	margin: 0 0 15px 0;
	padding-left: 23px;
	list-style: none outside;
	background: url(/images/li-bcgrd.gif) top left no-repeat;
}

.content a, 
.content a:hover, 
.content a:visited { 
	color: #54b948;
	text-decoration: none; 
}

.floatright { float: right; }
.floatleft { float: left; }
.clear { clear: both; }