* {
	margin:0;
	padding:0;
}

body {
	font:100%/1em "Trebuchet MS", sans-serif;
	background:#2e2e2e url(../images/body_bg.jpg) repeat-x 0 0;
}

body a:link {
	color:#fff;
}

body a:visited, body a:hover, body a:active {
	color:#97c731;
}

h1, h2 {
	font-size:1em;
	color:#fff;
}

h1 {
	position:relative;
	float:left;
	top:20px;
}

h2 {
	position:relative;
	float:right;
	top:20px;
	right:40px;
}

img {
	border:0;
}

table {
	border-collapse:collapse;
}

#container {
	width:960px;
	margin:0 auto;
}

#header {
	background:transparent url(../images/headerBg.jpg) no-repeat 0 0;
	height:103px;
	width:960px;
	margin:0 auto;
}

#headCont {
	position:relative;
	width:700px;
	height:100px;
	margin-left:120px;
	line-height:1.25em;
}

#mainCont {
	width:960px;
	height:579px;
}

#contactCont, #aboutCont, #filesCont {
	background:url(../images/innerMainBg.jpg) no-repeat 0 0;
	width:960px;
	height:579px;
}

#contactCont p {
	margin-top:1em;
	line-height:1.25em;
}

#contPlacement {
	padding:6em 6em 0;
}

#aboutCont img {
	background-color:#fff;
	border:1px solid black;
	padding:1em;
	margin-right:1em;
	float:left;
}

#aboutCont p {
	font-size:.85em;
	margin-bottom:1em;
}

#filesCont p {
	font-size:.85em;
	margin-top:1em;
}

#filesCont ul, #filesCont ol {
	font-size:.75em;
	margin-left:16px;
}

#filesCont ol ul {
	font-size:1em;
	list-style-type:disc;
	margin-left:36px;
}

#filesCont li {
	margin-top:.5em;
}

#footer {
	background:#ccc url(../images/footerBg.jpg) repeat 0 0;
	width:960px;
	height:230px;
	margin:0 auto;
}

#footerCol1 {
	width:200px;
	float:left;
	font-size:.85em;
	font-weight:bold;
	margin:3.25em 0 0 2.5em;
}

#footerCol2 {
	width:200px;
	float:left;
	font-size:.85em;
	font-weight:bold;
	margin:3.25em 0 0 2.5em;
}

#footerCol1 ul, #footerCol2 ul {
	list-style-type:none;
	line-height:1.75em;
}

#copyright {
	color:#555;
	clear:both;
	text-align:center;
	font-size:.75em;
	padding-top:3em;
}

#aboutCont p.subhead, #filesCont p.subhead, #contactCont p.subhead {
	font-size:1.5em;
	font-weight:bold;
}

li.lineHeight {
	line-height:1.25em;
}

.highlight {
	color:#97c731;
	font-size:1.25em;
	line-height:2em;
}

.highlight2 {
	color:#97c731;
	font-size:1.25em;
	line-height:1em;
}

.negTopMar {
	margin-top:-3px;	
}

.botMar {
	position:relative;
	bottom:14px;
	left:2px;
}

.botMar2 {
	position:relative;
	bottom:0px;
	left:2px;
}

.emphasis {
	font-style:italic;
	font-weight:bold;
}

.bold {
	font-weight:bold;
}

.float img {
	float:left;
}

