/* CSS Document */
body {
	background-color: #ecd5c3;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
}
.leftNav  {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	height: 31px;
	line-height: 31px;
	text-align: left;
	text-indent: 20px;
}
.leftNav a {
	color: #FFF;
	text-decoration: none;
	
	}
.leftNav a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #500707;
	display: block;
}
.maintable
{
background-color: #500707;
height: 600px;
}
.lefttable
{
background-color: #b14912;
background-image: url(images/left-bg.jpg);
}
.orangeheading
{
font-size: 16px;
color: #feb900;
font-weight: bold;
padding-left: 10px;
padding-right: 10px;
}
h1 {
font-size: 18px;
color: #feb900;
font-weight: bold;
padding-left: 10px;
padding-right: 10px;
}
h2 {
font-size: 15px;
color: #feb900;
font-weight: bold;
padding-left: 10px;
padding-right: 10px;
}
.orangeheading a
{
color: #feb900;
text-decoration: underline;
}
.orangeheading a:hover
{
color: #feb900;
text-decoration: none;
}
.whitetext
{
font-size: 14px;
color: #ffffff;
text-align: justify;
padding-left: 10px;
padding-right: 10px;
}
.whitetext a
{
color: #ffffff;
text-decoration: underline;
}
.whitetext a:hover
{
color: #ffffff;
text-decoration: none;
}
.footernav {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-image: url(images/footer-background.jpg);
	height: 128px;
}
.footernav  a {
	text-decoration: none;
	color: #fff;
	
}
.footernav  a:hover {
	color: #000;
	text-decoration: underline;
}
.imageBorder {border: 2px solid #fff }
.formTable {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	border: thin solid #FFF;
	margin: 10px;
}
