body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../img/bg_body.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}

/* Generic */

a:link{
	color: #005502;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover {
 color: #006699;
 text-decoration: underline;
}

a:active {
	color: #006699;
	text-decoration: none;
}


h1 {
 line-height: 18px;
 padding-top: 0px;
 margin-top: 0px;
 color: #004205;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 18px;
 font-weight: bold;
}

h3 {
 line-height: 16px;
 padding-top: 0px;
 margin-top: 0px;
 color: #004205;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 16px;
 font-weight: bold;
}

h3.points {
 line-height: 20px;
 padding-top: 0px;
 margin-top: 0px;
 color: #004205;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 20px;
 font-weight: bold;
}

.points_padded {
	margin: 10px;
	display: block;
}

/* Layout */

#wrapper {
	margin: 0 auto;
	width: 720px;

}

#header {
	width: 720px;
	color: #333;
	padding: 0px;
	border: 0px;
	height: 307px;
	margin: 0px;
}

#navigation {
	 width: 720px;
	 height: 29px;
	 color: #333;
	 padding: 0px;
	 border: 0px;
	 margin: 0px;
}

#content {
	width: 678px;
	color: #333;
	border: 1px solid #d3d3d3;
	margin: 20px 0px 20px 0px;
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#footer { 
	 width: 720px;
	 color: #333;
	 border: 0px;
	 margin: 0px;
	 padding: 0px;
}

/* Menu  */

	.expander,
	.expander ul {
		margin:0;
		padding:0;
		list-style: none;
	}
	.expander {width:678px;}
	.expander li {
	display:block;
	margin:0;
	padding:5px 0px 5px 0px;
	margin-bottom:1px;
	}
	.expander li.opt2 {
		display:block;
		margin:0;
		padding:5px 0px 0px 0px;
		margin-bottom:1px;
	}
	.expander a {
		display:block;
		padding:0;
		color:#00710b;
		text-decoration:none;
	}
	.expander img {border: 0px;}
	.expander a:hover,
	.expander a:focus,
	.expander a:active {color: #00710b;text-decoration:underline;}
	.expander ul li {padding-left:15px;background: #efefef;}
	.expander ul a {}
	.hidden {display:none;}
	
a.expander_in:link {text-decoration:none; color: #005502; display:inline;}
a.expander_in:visited {text-decoration:none; color: #005502; display:inline;}
a.expander_in:hover {text-decoration:underline; color: #005502; display:inline;}
a.expander_in:active {text-decoration:none; color: #005502; display:inline;}


