﻿body
{
	margin: 0px;
	background-color: #FFFFBC;
	font-family: 'Times New Roman' , Times, serif;
	font-size: 15px;
	text-align: justify;
}
.banner
{
	margin: 0px;
	background-image: url('Images/Banner.jpg');
	background-repeat: repeat;
	width: 100%;
	height: 55px;
}
.topStrip
{
	background-image: url('Images/Strip.jpg');
	width: 100%;
	background-repeat: repeat;
	margin: 0px;
	height: 90px;
}
.title
{
	font-size: 40px;
	font-family: 'Times New Roman';
	color: #FFFF99;
}
#menu a:link, #menu a:active, #menu a:visited
{
	font-size: 20px;
	font-family: Sylfaen;
	color: #FFFFCC;
	text-decoration: none;
}
#menu a:hover
{
	font-size: 20px;
	font-family: Sylfaen;
	color: #FFFF00;
	text-decoration: none;
}
.pageTitle
{
	font-size: 22px;
	font-weight: bold;
	color: #6B6B00;
	font-family: 'Times New Roman' , Times, serif;
}

a:link, a:active, a:visited
{
	color: #6B6B00;
	text-decoration: none;
}
a:hover
{
	color: #003300;
	text-decoration: none;
}
.pageSection
{
	font-size: 17px;
	font-weight: bold;
	color: #6B6B00;
	font-family: 'Times New Roman' , Times, serif;
}
#FAQ table, #FAQ tr
{
	border: 1px;
	border-style: solid;
	border-color: #494949;
	margin-left: 35px;
}
#FAQ td, #FAQ th
{
	border: 1px;
	border-style: solid;
	border-color: #494949;
	width: 270px;
	padding: 5px 10px 5px 10px;
}
#FAQ th
{
	border: 1px;
	border-style: solid;
	border-color: #494949;
	text-align: center;
}

#home table, #home tr
{
	border: 1px;
	border-style: groove;
	border-color: #606060;
	margin-left: 35px;
}
#home td
{
	border: 1px;
	border-style: solid;
	border-color: #606060;
	padding: 10px 10px 10px 10px;
	text-align:center;
}


