﻿/* CSS layout */
#masthead {
	background-color: #FF9900;
	width: 780px;
}

#top_nav {
	width: 780px;
	height: 10px;
}

#container {
	position: relative;
	width: 100%;
}

#page_content {
	margin-right: 0px;
	width: 780px;
	font-size: 11px;
}

#right_col {
	width: 120;
	position: relative;
	right: 0px;
	top: 0px;
	z-index: inherit;
	display: block;
	float: none;
	clip: rect(auto, auto, auto, auto);
}

#footer {
	width: 780px;
	margin: 0 auto;
	float: left;
}
#header1 {
	font-family: Verdana;
	font-size: large;
	font-weight: normal;
	margin: 0px;
}
#page_content H1 {
	font-family: Verdana;
	font-size: 18px;
	font-weight: normal;
}
#right_col ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
	white-space: normal;
	text-align: left;
}
#right_col a {
	color: #0000FF;
	text-decoration: none;
	display: block;
	border-style: none;
	padding-right: 3px;
	padding-left: 3px;
	margin-bottom: 5px;
	font-weight: normal;
}
#page_content H2 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: normal;
}
#page_content H3 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
}
#page_content a {
	text-decoration: none;
}
