﻿body
{
	margin: 0px;
	padding: 0px;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat;
	text-align: center;
}
a
{
	color: Maroon;
}
hr
{
	color: Black;
	border-style: solid;
	width: 95%;
}
.page_container
{
	width: 750px;
	margin: 0 auto;
}
#banner
{
	text-align: left;
}
#logo
{
	float: left;
}
#company_name_header
{
	width: 598px;
	float: left;
}
#company_name
{
	text-align: center;
	font-family: Courier New;
	font-size: 20pt;
	color: Blue;
	font-weight: bold;
	padding-top: 20px;
}
#company_tagline
{
	text-align: center;
	font-family: Georgia;
	font-size: 18pt;
	color: Red;
	font-weight: bold;
	padding-top: 30px;
}
#top_nav
{
	clear: both;
	width: 560px;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
}
#top_nav div p
{
	font-family: Verdana;
	font-size: 13pt;
	color: Blue;
	font-weight: bold;
	margin: 0px;
	padding-top: 4px;
}
#top_nav div p a
{
	color: Blue;
	text-decoration: none;
}
#top_nav div p a:hover
{
	color: Maroon;
	text-decoration: none;
}
.nav_button
{
	width: 180px;
	height: 30px;
	background-color: White;
	border: solid 1px black;
	text-align: center;
	margin: 3px 2px 0px 2px;
	cursor: pointer;
}
.nav_button_current
{
	width: 180px;
	height: 30px;
	background-color: #fff0b2;
	border: solid 1px black;
	text-align: center;
	margin: 3px 2px 0px 2px;
}
.f_left
{
	float: left;
}
#content_container
{
	clear: both;
	text-align: center;
}
#heading
{
	text-align: left;
	font-family: Arial;
	font-size: 24pt;
	font-weight: bold;
	color: Red;
	padding-top: 10px;
}
#content
{
	text-align: center;
}
#content h1
{
	font-family: Arial;
	font-size: 14pt;
	color: Blue;
	margin: 0px;
	padding: 0px;
}
#content h2
{
	font-family: Arial;
	font-size: 18pt;
	color: Red;
	margin: 0px;
	padding: 0px;
}
#content p
{
	font-family: Arial;
	font-size: 14pt;
	color: Black;
}
#content table
{
	width: 100%;
}
#content table td
{
	width: 50%;
	text-align: left;
	vertical-align: top;
	font-family: Arial;
	font-size: 10pt;
	color: Black;
}
#content table td h1
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: Red;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
#content table td h2
{
	font-family: Arial;
	font-size: 14pt;
	color: Blue;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
#content table td p
{
	font-family: Arial;
	font-size: 10pt;
	color: Blue;
	margin: 0px;
	padding: 0px;
}
#content table td span
{
	font-family: Arial;
	font-size: 10pt;
	color: Blue;
}
.addr_list
{
	text-align: center;
	font-family: Arial;
	font-size: 14pt;
	color: Black;
}
#footer
{
	text-align: center;
	font-family: Arial;
	font-size: 13pt;
}
#bottom_nav
{
	text-align: left;
	padding-bottom: 20px;
}
