﻿/* CSS layout */
#masthead {
	padding: 0px 20px 0px 25px;
	font-family: Tahoma;
	font-size: x-large;
	background-color: #FFFFFF;
	clip: rect(auto, auto, auto, 25px);
}
#top_nav {
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: medium;
	padding-bottom: 4px;
}
#container {
	position: relative;
	width: 850px;
	font-family: Tahoma;
	padding-left: 22px;
	font-style: normal;
	font-variant: normal;
	left: 20px;
	background-color: #FFFFFF;
}
#page_content {
	margin-right: 200px;
	background-color: #FFFFFF;
	font-family: Tahoma;
	width: 636px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: small;
}
#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #FFFFFF;
	font-family: Tahoma;
}

#footer {
}
.newStyle1 {
	background-color: #FFFFFF;
	font-family: Tahoma;
}
.newStyle2 {
	background-color: #FFFFFF;
	font-family: Tahoma;
}
