html
{
	height: 100%;
}

body {
	font-family: Verdana,Arial,Helvetica;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 100%;
}

body table {
	font-size: 100%;
}

.center {
	text-align: center;
}

table {
	border: 0px red solid;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

table table {
	font-size: 100%;  /* don't shrink text on nested tables in IE */
}

td {
	padding: 0px;
	margin: 0px;
}

ul {
/* margin/padding will mess with list-style-type and the disc etc. will not be displayed */
	margin:  0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}

.left { 
	text-align: left;
}

.center { 
	text-align: center;
}

.right { 
	text-align: right;
}

.center table { 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.vTop {
	vertical-align: top;
}


img {
	border: none;
}

h1 {
	font-size: 180%;
}

h2 {
	font-size: 150%;
	margin-top: 0px;
}

h3 {
	font-size: 120%;
	text-align: left;
}

h4 {
	font-family: Verdana;
	font-size: 100%;
	font-style: normal;
	font-weight: semi-bold;
	text-align: left;
	margin-bottom: 7px;
}

a:link, a:active, a:visited {
	color: #222222;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	cursor: pointer;
	text-decoration: underline
}


/* FORM RELATED */

form {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

form.contact {
	padding: 10px 10px 10px 10px;
	text-align: left;
}

.contact fieldset {
	border: 1px #A50000 dotted;
	margin:0px;
	padding: 10px 10px 10px 10px;
}

.contact legend {
	font-weight: bold;
	background-color: #700000;
	white-space: nowrap;
	border: 2px #A50000 solid;
	padding: 6px 6px 6px 6px;
	margin:0px;
	margin-bottom: 10px;
	color:#FFFFFF;
}

.contact td {
	padding: 5px 10px 5px 10px;
	white-space: nowrap;
}

.contact input {
	width: 200px;
}

button {
	font-size: 90%;
	width:110px;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	background-color: #D4B2B2;
	border-top-color: #EDD7D7;
	border-right-color: #7A5959;
	border-bottom-color: #7A5959;
	border-left-color: #EDD7D7;
	
	color: black;
	cursor: pointer;
	letter-spacing: 0.0ex;
}

.thankyou {
	font-size: 200%;
	white-space: nowrap;
	text-align: center;
	padding: 30px 0px 50px 0px;
}

textarea.required {
	background-color: #822525;
	color:#FFFFFF;
	border-color:#7B1A1A;
	font-size:12px;
	height: 22px;
	width:95%;
}

input.required {
	background-color: #822525;
	color:#FFFFFF;
	border-color:#7B1A1A;
	font-size:12px;
	height: 22px;
	width:95%;
}

select.required {
	background-color: #822525;
	color:#FFFFFF;
	border-color:#7B1A1A;
	font-size:10px;
	width:95%;
}

.contact label {
	color: #222222;
}

label.required {
	color: red;
}

a.navSub {
	display: block;
}


/* THIS LOT IS USED FOR IMAGE PLACEMENT WITHIN PAGE CONTENT FROM THE DATABASE */
.leftFloat {
	float: left;
	margin: 0px 5px 5px 0px;
	border: 1px solid #222222;
}
.rightFloat {
	float: right;
	margin: 0px 0px 5px 5px;
	border: 1px solid #222222;
}
.leftClear {
	clear: both;
	display: block;
	margin: 0px 5px 5px 0px;
	border: 1px solid #222222;
}
.rightClear {
	text-align: right;
	clear: both;
	display: block;
	margin: 0px 0px 5px 5px;
	border: 1px solid #222222;
}
.centerClear {
	clear: both;
	display: block;
	text-align: center;
	border: 1px solid #222222;
}
.docum {
	font-weight: bold;
}