@charset "utf-8";
body {
	font: 11pt/1.7 Verdana, Arial, Helvetica, sans-serif;
	background-color: #017201;
	margin: 0;
	padding: 0;
	color: #666}

/* Element/tag selectors */
ul, ol, dl { padding: 0;margin: 0}
/* spacing for lists */
.content ul, .content ol 
{padding: 0 15px 15px 40px}

h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 11pt 0;
	padding-right: 15px;
	padding-left: 15px
	}
	
h1, h2, h3, h4, h5, h6{
	margin:0;
	color:#017201;
	font-weight:normal;
	letter-spacing:1pt;
	}
	
h1{font-size:160%}
h2{font-size:140%}
h3{font-size:120%}
strong{color:#017201}

a img {border: none}
hr{border:none;height:1px;background:#017201;margin:15px}


/* Links */
a:link {
	color:#080;
	text-decoration: none
}
a:visited {
	color: #040;
	text-decoration: none}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #017201;
}

.footer a:link, .footer a:visited {
	color: #2B2;
	text-decoration: none
}

.footer a:hover, .footer a:active, .footer a:focus {
	text-decoration: underline;
	color: #8B8;
}

/* containers */
.container {
	width: 80%;
	max-width: 1139px;
	min-width: 800px;
	background-color: #FFF;
	margin: 0 auto 20px auto;
	border-left: 1px solid #030;
	border-right: 1px solid #030;
	border-bottom: 1px solid #030;
}

.header {
	margin: 0;
	text-align: center;
	background: #FFF;
	padding: 20px 0;
	border-bottom: 2px solid #CCC;
}
	.header img{padding:20px}

.sidebar1 {
	float: right;
	width: 25%;
	background-color: #DFC;
	padding-bottom: 10px}

.sidebar1 p{font-size:10pt}

.content {
	padding: 220px 0 10px 0;
	width: 100%;
		float: right;
		background:url(photo_banner.jpg) no-repeat top center}

.footer {
	padding: 10px 0 2px 0;
	background-color: #004000;
	color:#CCC;
	text-align:center;
	font-size:10pt;
	position: relative;/* fix for IE6 to properly clear */
	clear: both
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt { 
	float: right;
	margin-left: 8px}
.fltlft { 
	float: left;
	margin-right: 8px}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px}
