﻿/* CSS layout */
#masthead {
}

#top_nav {
	background: #C0C0C0;
	position: relative;
	width: 710px;
}

#top_header {
	width: 710;
}

#container {
	position: relative;
	width: 710px;
}

#left_col {
	width: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 50px;
	margin-right: 50px;
	width:660px;
}

#footer {
	font-size: small;
	width: 710px;
}

#hdr_tbl_left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: xx-large;
	font-weight: bolder;
	text-align: center;
}

#hdr_tbl_right_col {
	margin-left: 200px;
	font-style: italic;
	text-align: right;
	width: 510px;
}

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


body
{
	font-family: Century Gothic, Arial, Helvetica;
	/*background-color: rgb(255, 255, 153);*/
	/*background-color: #F8F1E9; */
	color: rgb(0, 51, 102);
}
h1, h2, h3, h4, h5, h6
{
	font-family: Century Gothic, Arial, Helvetica;
}
h1
{
	color: rgb(0, 51, 102);
}

