﻿html, body
{
	margin: 0;
	min-height: 100%;
	height: 100%;
	background-color: black;
	font-family: Tw Cen MT, Arial, Helvetica, Sans-Serif;
}

.wrapper 
{
	background-image:url(images/Background4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height:750px;
	background-color: White;
	width: 848px;
	margin: 0 auto;
	overflow: visible;
}

.main
{
	margin: 75px;
	border: solid 2px black;
	width: 700px;
}

.SmallText
{
	margin: 10px;
}

h1
{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 10px 0 0 0;
}

h2
{
	padding: 10px 0 0 30px;
}

h5
{
	font-style: italic;
	font-size: 25px;
	margin: 0;
	text-align: center;
	font-weight: normal;
}


.MainTable
{
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 30px;
}

.DataRow, .DataRowOver
{
	border: solid 1px black;
	width: 600px;
	height: 80px;
	background-color: White;
	text-align: center;
	cursor: hand;
}

.SpacerRow
{
	height: 10px;
}

.DataRow a, .DataRowOver a
{
	font-weight: bold;
	font-size: 30px;
	padding-left: 10px;
	text-decoration: none;
}

.DataRowOver
{
	background-color: #eeeeee;
}

.FormTable
{
	margin: 0 auto;
	width: 600px;
}

.FormRow
{
	background-color: White;
}

.FormSpacerRow
{
	height: 10px;
}

.FormRow
{
}

.FormDesc
{
	text-align: right;
	font-weight: bold;
	font-size: 25px;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: Black;
	padding: 10px;
	white-space: nowrap;
}

.FormRowDesc
{
	font-weight: bold;
	font-size: 25px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: Black;
	padding-bottom: 0px;
	padding: 10px;
}

.FormRowData
{
	font-weight: bold;
	font-size: 25px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: Black;
	padding: 0 10px 10px 10px;
}

.FormData
{
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: Black;
	padding: 10px;
}

.StandardText
{
	width: 350px;
	height: 30px;
	font-size: 25px;
	vertical-align: middle;
}

.LargeText
{
	width: 575px;
	height: 100px;
}

.Instructions
{
	font-size: 15px;
	font-weight: normal;
}

.SubmitButton
{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

.MessageBox
{
	margin: 0 auto;
	margin-bottom: 20px;
	border-width: 2px;
	border-style: solid;
	background-color: #FFFF99;
	border-color: #FFCC33;	
	color: #FF0000;
	font-weight: bold;
	width: 450px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	white-space:normal;
}

.MessageBoxSuccess
{
	margin: 0 auto;
	border-width: 2px;
	border-style: solid;
	background-color: #C8F2C2;
	border-color: #31BF1B;	
	color: #0F6304;
	font-weight: bold;
	width: 450px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 25px;
}

p
{
	margin: 30px 50px 30px 50px;
	font-size: 20px;
}

.DropDownList
{
	font-family: Tw Cen MT, Arial, Helvetica, Sans-Serif;
	font-size: 25px;
	text-align: center;
}