﻿body
{
	font-family: Verdana;
	font-size: 12px;
	margin: 20px 0px 20px 0px;
}

hr
{
 color: #000;
 height: 1px;
}

a, a:visited, a:active
{
	text-decoration: underline;
	color: #1B75BC;
}
a:hover
{
	text-decoration: none;
	color: #1B75BC;
}

.Button
{
	background-color: #000;
	color: #EEC329;
	border: double 3px #000;
}

#PageContainer
{
	width: 950px;
}

#PageContainerTop
{
	width: 950px;
	height: 10px;
	background-color: #EEC329;
	border-bottom: solid 4px #000;
}

#PageContainerBottom
{
	width: 950px;
	height: 10px;
	background-color: #EEC329;
	border-top: solid 4px #000;
}

.NavColumn
{
	overflow: hidden;
	clear: both;
	width: 230px;
	background-color: #39373F;
}

#PageContent
{
	text-align: left;
	background-color: #f9ebc7;
	background-image: url(../../images/bgScale.jpg);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
}

#HomePage
{
	width: 720px;
	height: 432px;
	/*background-image: url(../../images/bgHomePage.jpg);
	background-repeat: no-repeat;*/
	position: relative;
	color: #fff;
	font-size: 12pt;
	line-height: 15pt;
	z-index: 1;
}
#SafetyMessageHeader
{
	background-color: #000;
	text-align: center;
	padding-top: 3px;
	height: 23px;
}
#SafetyMessage
{
	padding: 10px 10px 10px 10px;
	font-size: 12pt;
	line-height: 15pt;
	background-color: #EEC329;
}

#NewsItemHeader
{
	background-color: #000;
	text-align: center;
	padding-top: 3px;
	height: 23px;
}
#NewsItem
{
	padding: 10px 10px 10px 10px;
	font-size: 12pt;
	line-height: 15pt;
	background-color: #EEC329;
}

.FlyingF
{
	position: absolute;
	top: 5px;
	right: 15px;
	z-index: 2;
}

.Date
{
	color: #fff;
	text-transform: uppercase;
}

.Date2
{
	color: #000;
	text-transform: uppercase;
	font-style: italic;
}

#Footer
{
	width: 950px;
	font-size: 8pt;
	color: #999999;
	padding-bottom: 15px;
}

#PoweredBy
{
	float: left;
	padding: 10px 0px 0px 15px;
	text-transform: uppercase;
}

#Copyright
{
	float: right;
	padding: 10px 15px 0px 0px;
	text-transform: uppercase;
}

.TestimonialContainer
{
	border: solid 4px #fff;
	background-color: #000;
	color: #fff;
	width: 177px;
	margin-bottom: 20px;
}

.Testimonial
{
	text-align: left;
	font-size: 10pt;
	line-height: 14pt;
	font-style: italic;
	padding: 5px 5px 10px 5px;
}

.CommonSubPage
{
	padding: 15px 20px 15px 20px;
	font-size: 11pt;
	line-height: 14pt;
}

.SubHeader
{
	font-size: 13pt;
}

.Menu1
{
	cursor: pointer;
}


