a:link, a:visited{
	color: #A95415;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

body{
	background-color: #EEF2FB;
	margin: 0px;
	padding: 0px;
	font: normal 11px 'Verdana', 'Tahoma', 'Sans-Serif';
	color: #FFF;
}
h1{
	margin: 0px;
	padding: 0px 5px 5px 5px;
	font-size: 22px;

}
h2{
	margin: 0px;
	padding: 0px 5px 5px 5px;
	font-size: 18px;
	font-weight: bold;
}

h3{
	margin: 0px;
	padding: 10px 5px;
	font-weight: bold;
	font-size: 14px;
}

p{
	margin: 0px;
	padding: 5px;
}
p.caption{ 
	margin:0 5px 5px;
	background-color:#759740;
	font-size:10px;
	color:#fff;
}

.Clearer{
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

#Content{
	border-left: 5px solid #8FBB54;
	background-color: #DEE9D9;
	color: #364D65;
}
.message #Content{
	/*
background-color:#fff;
	color:#6f6f71;
*/
	padding:0 10px;
}
.message .quote{
	font-size:10px;
	color:#769a45;
}
.message #Content hr{
	height:1px;
	border:0;
	background-color:#aaa;
	color:#aaa;
}
.message #Content #intro{
	height:0 !important;
	width:483px;
	padding:288px 0 0 0;
	overflow:hidden;
	background: url( '../images/2009message_intro.gif' ) no-repeat left top;
}

#Content .Indent{
	padding-left: 20px;
}

#ContentHead{
	background: url( '../images/bg_content_head.gif' ) no-repeat;
	height: 19px;
	margin-top: 20px;
}
/*
.message #ContentHead{
	background: url( '../images/bg_content_head_message.gif' ) no-repeat;
}
*/
.message p{
	padding:0 15px 15px;
	line-height:150%
}
.message img{
	margin-bottom:15px;
	padding:8px;
	background-color:#fff;
}
.footnotes{ margin:10px 0 0; font-size:10px; }

#ContentContainer{
	float: left;
	width: 528px;
}

#Footer{
	height: auto;
	text-align: center;
	background-color: #E1E8ED;
	color: #364D65;
	padding: 8px;
}

#Header #Logo{
	line-height: 1px;
	font-size: 1px;
	border-bottom: 10px solid #EEF2FB;
}

#Header .NavSeparator{
	background: url( '../images/bg_nav_separator.gif' ) no-repeat;
	width: 2px;
	height: 40px;
}

#Header ul#Nav{
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #FFF;
	height: 40px;
}

#Header ul#Nav li{
	float: left;
	text-align: center;
}

#Header ul#Nav li a{
	color: #FFF;
	display: block;
	padding-top: 13px;
	background: url( '../images/bg_nav.gif' ) no-repeat center -80px;
	height: 27px;
	font-weight: bold;
	text-decoration: none;
}

#Header ul#Nav li a:hover{
	background-position: center -40px;
}

#Header ul#Nav li a.Selected, #Header ul#Nav li a:hover.Selected{
	background-position: center 0px;
}

#MainContainer{
	width: 750px;
	margin: auto;
	background-color: #769A45;
}

#SubNav{
	float: left;
	width: 222px;
	background-color: #769A45;
}

#SubNav a{
	color: #FFF;
	font-weight: bold;
}

#SubNav .Selected{
	background-color: #A2BD77;
}

#SubNav .Title{
	border-top: 3px solid #4B622B;
	border-bottom: 3px solid #A2BD77;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 15px;
	background: url( '../images/bg_subnav_title.gif' ) repeat-y;
}

#SubNav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#SubNav li{
	margin: 0px;
	padding: 10px 0px 10px 15px;
	font-weight: bold;
}

.Title{
	font-weight: bold;
}