/* CSS layout */
#masthead {
	background-image: url('assets/tw_header.gif');
	background-repeat: no-repeat;
	height: 235px;
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
	background-image: url('assets/tw_page_bg.gif');
	background-repeat: repeat-y;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	padding: 15px;
	margin-left: 200px;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 4px;
	border-top-color: #E2CC7E;
	border-bottom-color: #E2CC7E;
	border-bottom-style: solid;
	border-bottom-width: 4px;
}
#footer {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #890120;
	background-color: #E5DFCB;
}
.highlight {
	font-weight: bold;
	background-color: #FFE9BB;
}
h1 {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #890120;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C9A62D;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #C9A62D;
}
a:link {
	color: #757E34;
}
a:visited {
	color: #BFC97C;
}
a:hover {
	color: #B1012A;
	text-decoration: underline overline;
}
