#body,table {
	font: 11px Geneva, Arial, Helvetica, san-serif;
	color: #333333;
	background: #FFFFFF;
	margin: 0px;
	letter-spacing: .5px;
}

h2 {
	display:block;
	text-transform: uppercase;
	font: 12px Geneva, Arial, Helvetica, san-serif;
	margin-bottom: 5px;
	color:#000;
	font-weight:700;
	letter-spacing: .5px;
	text-align: right;
}	

h3 {
	display:block;
	text-transform: uppercase;
	font: 11px Geneva, Arial, Helvetica, san-serif;
	margin-bottom: 5px;
	color:#000;
	font-weight:700;
	letter-spacing: .5px;
}	

.next {
	display:block;
	font: 12px Geneva, Arial, Helvetica, san-serif;
	margin-top: 0px;
	padding-bottom: 10px;
	color:#000;
	font-weight:650;
	letter-spacing: .5px;
	text-align: right;
}	

.next a {
	border: thin solid #fff;
	padding: 0px 3px 0px 3px;
}	

.next a:hover {
	border:thin solid #B3D234;
	padding: 0px 3px 0px 3px;
}	

.title {
	letter-spacing: 1px;
	color:#000;
	font-weight:700;
	font-style: italic;
}	

/*text pages*/
.info {
	font-size: 12px; 
}

.doublespace {
	line-height: 18px;
}	

.date {
	
	padding-right:20px;
	
}

a.intext {
	border-bottom: thin solid #B3D234;
	
}

.indent {
	margin-left: 5px;
}

table {
	border-collapse: collapse;
}	

table p {
	margin-top: 0px;
	/*background-color: #ccc;*/
}	

th {
	vertical-align:top;
}

caption {
	text-align:left;
	margin-bottom: 5px;
}	

/*header logo and main navigation */
#header {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
}

#logo {
	position:absolute;
	left: 10px;
	top: 10px;
}	

#logo a,#logo a:hover,#logo a:visited {
	text-decoration:none;
	color: #333333;
}	
	 

#logo h1 {
	font: 20px Geneva, Arial, Helvetica, san-serif;
	color: #333333;
	font-weight: 650;
	letter-spacing: .1em;
}	

#nav {
	display:block;
	position:absolute;
	left: 400px;
	top: 4px;
	font: 12px Geneva, Arial, Helvetica, san-serif;
	letter-spacing: .5px;
	color: #333333;
	width: 375px;
	height: 17px;
	border-bottom: 1px solid #B2B2B2;
}	
	
#nav a:link,a:hover,a:visited {
	color:#333333;
	text-decoration:none;
}

#nav a:hover {
	border-top: thin solid #B3D234;
	border-right: thin solid #B3D234;
	border-left: thin solid #B3D234;
}


.navlink1 {
	position:absolute;
	padding: 0px 3px 0px 3px;
	left: 2px;
	top:0px;
	border-top: thin solid #fff;
	border-right: thin solid #fff;
	border-bottom: 0px;
	border-left: thin solid #fff;
}	

.navlink2 {
	position:absolute;
	padding: 0px 3px 0px 3px;
	right: 125px;
	top:0px;
	border-top: thin solid #fff;
	border-right: thin solid #fff;
	border-bottom: 0px;
	border-left: thin solid #fff;
}	

.navlink3 {
	position:absolute;
	padding: 0px 3px 0px 3px;
	right: 0px;
	top:0px;
	border-top: thin solid #fff;
	border-right: thin solid #fff;
	border-bottom: 0px;
	border-left: thin solid #fff;
}	

.selected,.selected:hover {
	padding: 0px 3px 0px 3px;
	background-color:#B3D234;
	border-top: thin solid #B2B2B2;
	border-right: thin solid #B2B2B2;
	border-bottom: 0px;
	border-left: thin solid #B2B2B2;
	color:#000;
	font-weight:650;
}

	


 /*main content with sub navigation*/

#main {
	font: 10px Geneva, Arial, Helvetica, san-serif;
	color: #333333;
	background: #FFFFFF;
	letter-spacing: .5px;
	display: block;
	position: absolute;
	left: 0px;
	top: 65px;
	width: 775px; 
}

#main a:link,a:hover,a:visited {
	color:#333333;
}

#main a:hover {
	color:#000;
	text-decoration:none;
	/*border-bottom: thin solid #B3D234;*/
}

#subnav{
	display: block;
	font: 12px Geneva, Arial, Helvetica, san-serif;
	letter-spacing: .5px;
	color: #333333;
	position: absolute;
	width: 200px;
	height: 600px; 
}	

#open, #closed {
	margin-bottom: 10px;
}

#subnav p,#open p{
	margin:0px;
}	

#subnav a:link,a:hover,a:visited {
	color:#333333;
	text-decoration:none;
}

.level1 {
	display: block;
	left: 10px;
	border-bottom: thin solid #B2B2B2;
	margin: 0px 0px 0px 10px;
	
}	

#open .level1{
	display: block;
	left: 10px;
	border-bottom: thin solid #B3D234;
	margin: 0px 0px 0px 10px;
}

#open .level2 {
	text-decoration:none;
	border-bottom: thin solid #fff;
	margin: 0px 0px 0px 17px;
}	

#open .level2:hover {
	border-bottom: thin solid #B3D234;
	font-weight:700;
}	

#closed .level1:hover{
	color:#000;
	font-weight:700;
	left: 10px;
	border-bottom: thin solid #B3D234;
	border-left: thin solid #B3D234;
	margin: 0px 0px 0px 10px;
}

.selected {
	background-color: #B3D234;
	font-weight:700;
}

#content {
	display: block;
	position: absolute;
	left: 230px;
	width: 550px; 
}	


/*footer*/

#footer {
	position:absolute;
	left: 0px;
	top: 1400px;
	border-top: thin solid #B2B2B2;
	width: 600px;
	left: 200px;
	margin-bottom: 30px;
	font: 9px Geneva, Arial, Helvetica, san-serif;
	letter-spacing: .5px;
	color: #333333;
}

#footer p, #footer a {
	font: 9px Geneva, Arial, Helvetica, san-serif;
}
	
#footer a {
	text-decoration:none;
	color:#333;
	font-weight:500;
	border-bottom: 1px solid #B3D234;
}	
