﻿/* CSS layout */
#body {
	width: 950px;
}	
		
#masthead {
	width: 950px;
	height: 50px;
	font-family: "Microsoft Sans Serif";
	font-size: large;
	font-weight: bold;
	padding-bottom: 20px;
}

#top_nav {
	text-align: right;
	width: 950px;
	padding-top: 5px;
	font-size: large;
	padding-bottom: 10px;
	border-top-color: #2B5CA6;
	border-top-width: thin;
	border-top-style: solid;
}

#container {
	position: relative;
	width: 950px;
}

#left_col {
	padding: 5px 10px 5px 10px;
	width: 160px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: auto;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 30px;
}

#page_content {
	margin-right: 170px;
	margin-left: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #333333;
}

#right_col {
	padding: 5px 10px 5px 10px;
	width: 150px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: small;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 30px;
}

#footer {
	width: 950px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-color: #2B5CA6;
	border-top-style: solid;
	border-top-width: thin;
	text-align: center;
	height: 29px;
	font-size: small;
}
h1 {
	color: #666666;
	font-size: x-large;
	font-weight: bold;
}
h2 {
	font-size: large;
	color: #1F3A80;
}
h3 {
	font-size: large;
	color: #800080;
	font-weight: bold;
}
a:active {
	color: #FFFF00;
}
a:visited {
	color: #800000;
}
a:link {
	font-size: small;
	font-weight: normal;
}
a:hover {
	color: #6666FF;
}
h4 {
	color: #808080;
	font-size: large;
	font-weight: normal;
}
h5 {
	font-size: medium;
	font-weight: bold;
	color: #1F3A80;
}
h6 {
	font-size: medium;
	color: #808080;
	font-weight: normal;
}
hr {
	color: #800080;
}
