@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background: url(Background.jpg) no-repeat center top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: lighter;
	color: #333333;
	font-size: 13px;
}
a:link, a:visited, a:active {
	color: #00713D;
	text-decoration: none;
}
a:hover {
	color: #009900;
	text-decoration: underline;
}
div#maincontent {
	width: 750px;
	margin: 130px auto 40px;
}
div#positionstatement {
	text-align: right;
	vertical-align: bottom;
	height: 45px;
	color: #999999;
	width: 250px;
	float: right;
	margin-right: 25px;
	margin-top: 38px;
	font-size: 16px;
}
div#maincolumn {
	width: 54%;
	margin-top: 45px;
	margin-left: 95px;
}
div#sidebar {
	display: block;
	float: right;
	width: 23%;
	margin-top: 45px;
	clear: both;
	margin-left: 70px;
	padding-right: 10px;
}
img.floatleft {
	float: left;
	margin-right: 20px;
	margin-top: 3px;
	padding-bottom: 10px;
}
#maincontent #maincolumn p #asdf3 {
	padding-bottom: 0px;
}
img.floatright {
	float: right;
	margin-bottom: 15px;
	margin-left: 18px;
	margin-top: 3px;
}
#sidebar img {
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 18px;
	line-height: 24px;
	color: #00713D;
	padding-top: 35px;
	padding-bottom: 11px;
	clear: left;
}
h3 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #455660;
	margin-bottom: 16px;
	margin-top: 12px;
	margin-left: 5px;
}
img.gdc {
	padding-top: 40px;
}
#sidebar p {
	font-size: .9em;
	line-height: 1.2em;
	margin-left: 24px;
	margin-top: 12px;
}
h2.first, h3.first {
	margin-top: 0px;
}
li {
	line-height: 16px;
	list-style: square outside;
	margin-left: 15px;
	margin-top: 8px;
}
ul {
	margin-top: 15px;
}
