body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}

body {
	background-color: #eeffff;
	margin: 0px;
}

#container {
	color: #000000;
	background-color: #c7b299;
	width: 989px;
	margin-top: 20px;
	margin-left: 20px;
	border-bottom: 3px solid black;
}
	html > #container {
		min-height: 100%;
	}

#header {
	height: 150px;
}

#faux_col {
	margin-top: 0px;
	background: url('images/faux_col.jpg');
	background-repeat: repeat-y;
}

#menu {
	width: 164px;
	height: 100%;
	float: left;
}
	#menu img {
		/*width: 164px;*/
		border: 0px;
		padding-bottom: 10px;
	}
	
	#menu_items {
		padding-left: 10px;
	}

#bar {
	width: 174px;
	
	margin-top: 10px;
	margin-right: 10px;
	padding: 5px;
/*	float: right;*/
	position: absolute;
	left: 810px;
	background-color: white;
	border: 2px solid black;
	font-size: 12px;
}

#content {
	width: 641px;
	margin-left: 164px;
	padding: 30px 0px 0px 35px;
}
	#content_inner {
		width: 90%;
		background-color: #ffffff;
	}
	
	#content_inner_text {
		padding: 10px;
	}

.lg_text {
	font-size: 18px
}

#sfc_menu a {
	text-decoration: none;
	font-size: 16px;
	color: #ffffff;
}
	#sfc_menu a:hover {
		text-decoration: underline;
		color: #000000;
	}
#sfc_menu span {
	background-color: #006600;
}

td {
	padding: 4px;
	font-size: 14px;
}

img {
	border: 0px;
}

a {
	font-size: 14px;
}

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006600;
}

a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006600;
	text-decoration: underline;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #009900;
	text-decoration: none;
}

a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003300;
	text-decoration: underline overline;
}
