a {
	color:#006545;
	text-decoration:none;
}

a img { border:0; }

h1 {
	background: url(images/logo.jpg) no-repeat top left;
	width:0;
	height:0;
	margin:0;
	padding: 175px 0 0 235px;
	overflow:hidden;
	position:absolute;
	cursor:hand;
}

html, body {
	background-color:#006545;
	height:100%;
	border:0;
	margin:0;
	padding:0;
	font: 1em Arial, Helvetica, sans-serif;
}

#column_left {
	background-color:#E6F3D2;
	width:229px;
	margin: 0 0 10px;
	padding: 15px 0 0;
	float:left;
}

#column_left div, #column_left ul {
	font-size:1.2em;
	font-weight:bold;
	font-variant:small-caps;
	letter-spacing:1px;
}

#column_left div {
	background-color:#006545;
	border: solid #FFFFFF;
	border-width: 6px 0;
	margin: 0 0 12px;
	color:white;
	text-align:center;
}

#column_right {
	padding: 25px 0 0 249px;
	line-height:20px;
}

#column_right div { padding:10px; }

#container {
	border-top: 6px solid #FFFFFF;
	background: #FFFFFF url(images/faux_bg.gif) repeat-y top left;
	width:779px;
	height:99.3%;
	margin: 0 auto;
}

#content {
	background-color:#FFFFFF;
	border: solid #B8001C;
	border-width: 0 10px;
	padding: 0 6px;
	font-size:.9em;
}

#header {
	background-color:#B8001C;
	height:193px;
	padding: 0 0 0 10px;
	color:#FFFFFF;
	font: italic 0.8em/18px "Times New Roman", Times, serif;
}

#header div {
	background-color:#006545;
	height:175px;
	margin: 0 10px 0 0;
	padding: 0 0 0 235px;
}

#header img {
	border: solid white;
	border-width: 0 5px;
	margin: 0 3px 0 8px;
}

#header #head_seperator {
	background-color:#7FC21B;
	border: solid #FFFFFF;
	border-width: 4px 0;
	height:4px;
	margin-top:-12px; /* #header div defines the rest */
}

#header #title {
	border: solid #FFFFFF;
	border-width: 0 4px;
	height:19px;
	margin: 0 180px 0 0;
	padding: 0 50px;
	float:right;
	font: bold small-caps 1.1em/18px Arial, Helvetica, sans-serif;
	letter-spacing:2px;
}

#nav {
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	border-top: 1px solid white;
	padding: 10px 0 10px 37px;
}

#nav li:hover { background-color:#B8D7B6; }

.bullet {
	margin:0;
	padding: 0 15px;
	list-style-image:url(images/ul_bullet.gif);
}

.heading {
	color:#B8001C;
	font-weight:bold;
}