﻿/* CSS layout */
#masthead {
	border: 1px none #FFFFFF;
	background-color: #FFFFFF;
	width: 718px;
	margin: 0px auto 0px auto;
	padding-left: 5px;
}
#top_nav {
	border-width: 1px;
	border-color: #FFFFFF;
	width: 718px;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	padding-left: 5px;
	height: 60px;
	border-right-style: none;
	border-left-style: none;
}
#container {
	border-width: 1px;
	border-color: #FFFFFF;
	margin: -28px auto 0px auto;
	position: relative;
	width: 720px;
	background-color: #FFFFFF;
	padding-left: 3px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
#left_col {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	padding-left: 5px;
}
#page_content {
	margin-left: 150px;
	width: 560px;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
font-size: 16pt;
color: black;
font-weight: bold;
margin-top: 0px;
margin-bottom: 3px;
font-family:Arial
} 
h2 {
font-size: 13pt;
color: green;
font-weight: bold;
margin-top: 0px;
margin-bottom: 3px;
} 
h3 {
font-size: 12px;
color: black;
font-weight: bold;
margin-top: 5px;
margin-bottom: 3px;
} 

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 2px;
	margin-bottom: 5px;
}
