﻿/* CSS layout */
#masthead {
	font-family: "Trebuchet MS";
	color: #000080;
}

#top_nav {
	font: normal normal normal 100% serif;
	font-family: Tahoma;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
}

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

#page_content {
	font-family: "Trebuchet MS";
	font: normal normal normal small "Trebuchet MS";
	margin-right: 354px;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#left_col {
	font: 100% "Trebuchet MS";
	width: 164px;
	position: absolute;
	right: 190px;
	top: 0px;
	padding-left: 2px;
	padding-right: 2px;
}

#right_col {
	padding-left: 5px;
	padding-right: 5px;
	font-family: "Trebuchet MS";
	font: normal normal normal small "Trebuchet MS";
	font-size: small;
	width: 180px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #D6E1E6;
}

#footer {
	color: #000000;
	background-color: #CCCCCC;
	font-size: x-small;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
}
#top_ad {

	width: 468px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#top_title {
	font: 100% "Trebuchet MS";
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}
