#header {
	width: 1020px;
	height: 230px;
	margin: auto;
}	

#content {
	width: 1020px;
	margin: auto;
	text-align: center;
	background-image: url(images/content-bkgd.png);
	background-repeat: repeat-y;
	position: relative; /*** Let's be nice to IE ***/
	display: table; /*** For non-IE browsers ***/
	height: 100%;
	clear: both;
}

#picture-bkgd {
	width: 238px;
	height: 179px;
	padding-top: 9px;
	padding-left: 12px;
	background-image: url(images/picture-bkgd.png);
	margin: auto;
}				

#wrapper {
	width: 1000px;
	margin: auto;
	text-align: left;
	clear: both;
	background-image: url(images/wrapper-bkgd.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

#c1 {
	width: 715px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	padding: 6px;
	float: left;
}

#c2 {
	width: 238px;
	text-align: left;
	float: left;
	padding: 6px;
	margin-top: 55px;
}

#footer {
	width: 895px;
	height: 52px;
	background-image: url(images/btm.gif);
	margin: auto;
	clear: both;
	text-align: right;
	font-size: 7.5pt;
	letter-spacing: 1px;
	color: #3e6fb1;
	padding-top: 30px;
	padding-left: 100px;
	padding-right: 5px;
}

body,td,th {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 9pt;
}
body {
	background-color: #439341;
	background-image: url(images/bkgd.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-attachment: scroll;
	margin: 0px;
}

li {
	list-style-image: url(images/bullet.png);
	margin-top: 0.05in;
	hspace: 5px;
}

hr {
	color: #FFFFFF;
	border-bottom-color: #1c7e55;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
}

table {
	border-collapse: collapse;
}

h1 {
	font-weight: bold;
	font-size: 18pt;
	line-height: 25px;
	text-transform: uppercase;
	color: #3e6fb1;
}

h2 {
	font-weight: bold;
	font-size: 13pt;
	margin: 0px;
	padding: 0px;
}

h3 {
	color: #439341;
	font-weight: bold;
	font-size: 12pt;
	width: 250px;
	height: 39px;
	display:block;
	line-height: 39px;
	text-indent: 10px;
	display: block;
	background-image: url(images/h3-bkgd.png);
	margin: 0px;
	padding: 0px;
}

h4 {
	color: #000000;
	font-weight: bold;
	font-style: italic;
	font-size: 13pt;
}

a {
	color: #439341;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #000000;
}

a.black_links {
text-decoration:none;
	color: #000000;
}

a.white_links:hover {
text-decoration:none;
	color: #ffffff;
}

.border {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

.white_text {
	color: #FFFFFF;
}

.white_subheader {
	color: #FFFFFF;	
	font-size: 10.5pt;
}

.white_text_sm {
	color: #FFFFFF;
	font-size: 8pt;
}

.text_lg {
	font-size: 11pt;
}

.all_caps_small_text {
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}

.small_text {
	font-size: 7pt;
	text-align: center;
}

.indented_text {
	padding-left: 225px;
	font-size: 12pt;
	color: #FFFFFF;
}

.bold_italic {
	font-style: italic;
	font-weight:bold;
}

.bold_italic_large {
	font-style: italic;
	font-weight:bold;
	font-size: 12pt;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style: italic;
}