/******* Global Settings *******/

html {
	height: 100%;
	padding: 0 0 1px 0;
	}

body {
	background: #00683d;
	color: #000000;
	font: 12px/18px tahoma;
	margin: 0;
	padding: 0;
	text-align: center;
	}

p {
	margin: 0 30px 25px 30px;
	}

strong {
	color: #00683d;
	}

img {
	border: none;
	padding: 5px;
	}

a:link, a:visited {
	color: #00683d;
	text-decoration: none;
	}

a:hover, a:active {
	text-decoration: underline;
	}

h1 {
	background: url(../images/bg_spacer.jpg) center center no-repeat;
	height: 25px;
	margin: 21px 0;
	width: 200px;
	}

h2 {
	color: #00683d;
	font-size: 14px;
	margin: 0 0 10px 30px;
	}

h3 {
	color: #00683d;
	font-size: 14px;
	margin: 0 0 25px 30px;
	}

ul {
	line-height: 14px;
	margin: 0 30px;
	padding: 0;
	}

li {
	list-style-type: none;
	margin: 0 0 14px 0;
	position: relative;
	}

iframe {
	margin: 0 30px 25px 30px;
	}

:focus {
	outline: none;
	}

/******* Site Layout *******/

#container {
	background: url(../images/bg_page.jpg) repeat-y;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 760px;
	left: -77px;
	top: -25px;
	}

#footer {
	background: url(../images/bg_footer.jpg) top left no-repeat;
	clear: both;
	height: 130px;
	width: 760px;
	}

#header {
	background: url(../images/bg_header.jpg) top left no-repeat;
	height: 175px;
	width: 760px;
	}

#information {
	display: inline;
	float: left;
	letter-spacing: 1px;
	margin-top: 25px;
	width: 550px;
	}

#links {
	display: inline;
	float: right;
	margin-top: 25px;
	width: 200px;
	}

/******* Miscellaneous Formatting *******/

.image_a, .image_b {
	float: left;
	}

.image_a {
	margin: 0 10px 0 0;
	}

.image_b {
	margin: 0 0 0 30px;
	}

.resources {
	line-height: 18px;
	margin: 0 50px 25px 50px;
	}

.resources li {
	list-style-type: circle;
	}

.resources li, .staff li {
	margin: 0 0 7px 0;
	padding: 0;
	}

.staff {
	margin: 0 0 40px 150px;
	}

.subtext {
	font-size: 10px;
	margin: 0 0 10px 0;
	}

/******* t3h end! *******/

