body
{
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial;
	font-size: 0.8em;
}
.Clear
{
	clear: both;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
#Website
{
	width: 800px;
}
#Header
{
	width: 800px;
	position: absolute;
	top: 0;
	left:0;
	z-index: 0;
}
#MainBody
{
	width: 774px;
	margin: 132px 0 0 0;
	border-top: solid 6px #ccc;
	border-right: solid 8px #ccc;
	border-left: solid 8px #ccc;
	border-bottom: solid 20px #ccc;
	padding: 5px 5px 5px 5px;
	position: relative;
}
*html #MainBody
{
	width: 800px;
	margin: 130px 0 0 0;
}
#Footer
{
	width: 800px;
	padding: 45px 0 0 0;
	margin: 0 0 20px 0;
	background-image: url("/images/footer.jpg");
	background-repeat: no-repeat;
}
#Footer p
{
	padding: 0;
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 0.7em;
	color: #000; 
}
h1#Logo
{
	padding: 97px 0 0 0;
	margin:0;
	overflow: hidden;
	background-image: url("/images/logo_image.jpg");
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:97px;
	width: 315px;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0.01em;
}
div#Logo
{
	padding: 97px 0 0 0;
	margin:0;
	overflow: hidden;
	background-image: url("/images/logo_image.jpg");
	background-repeat: no-repeat;
	height: 0px !important;
	height /**/:97px;
	width: 315px;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}
h1#dsc
{
	width: 400px;
}
p#dscIntro
{
	width: 400px;
}
#HeadingImage
{
	float: right;
}
.Menu
{
	padding: 5px 0 0 0;
	width: 800px;
	background-image: url(/images/menu_tile.gif);
	background-repeat: repeat;
	height: 30px;
}
.Navigation
{
	list-style-type:none;
	display: inline;
	padding: 0;
	margin: 0;
}
.Navigation li
{
	display: inline;
	padding: 0 0 0 5px;
	margin: 15px 0 0 0;
}
.Navigation li a
{
	color: #fff;
	font-weight: bold;
	font-size: 14px !important;
}


.LeftImage
{
	width: 250px;
	padding: 10px;
	margin: 0 0 10px 10px;
	background-image: url(/images/image_background.jpg);
	float: right;
}
.LeftImage p
{
	padding: 5px;
	margin: 2px;
	background-color: #fff;
	color: #000;
	font-size: 1em;
}
.LeftImage img
{
	width: 250px;
	border: solid 1px #000;
	padding: 0;
	margin: 0 0 10px 0;
}
h1
{
	font-size: 1.6em;
	
}
h2
{
	font-size: 1.3em;
}
h2 a
{
	color: #000;
}

Table
{
	font-size: 1em;	
}
TD
{
	padding: 2px;
}
TEXTAREA
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	WIDTH: 200px;
	height:100;
}
.InputButton200
{
    FONT-SIZE: 12px;
    WIDTH: 200px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.AlertText
{
    FONT-SIZE: 12px;
    COLOR: red;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.TextInput200
{
    FONT-SIZE: 12px;
    WIDTH: 200px;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.TheForm
{
	text-align: center;
	border: solid 1px #ccc;
	padding: 10px;
	margin: 10px;
	width: 95%;
}
p.ThankYou
{
	font-size: 1.5em;
	color: #000;
	
}


