html {
	height: 100%;
}

body {
	font-family: Arial,Verdana,Helvetica;
	font-size: 75%;
	padding: 0px;
	margin: 0px;
	height: 100%;
	/*Revert this back if quest want the lighter background color */
	/*Just seen the written comments at the bottom of the document */
	background-color:#908C8D;
	/*background-color:#454545;*/
}

body table {
	font-size: 100%;
}

.center {
	width:1024px;
	text-align: center;
	background-color:#454545;
	margin-left:auto;
	margin-right:auto;
}

/* The powered and hosted by Atlantic FOOTER NOTE */
	.poweredBy {
		padding: 0px;
		text-align: center;
	}
	.poweredBy a {
		color:#000000;
	}


table {
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	color:#FFFFFF;
}

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;
}

.right { 
	text-align: right;
}

.center table { 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.vTop {
	vertical-align: top;
}


img {
	border: none;
}

h1 {
	font-family: Verdana;
	padding:0px;
	font-size: 20px;
	color:#F58510;
	font-weight: semi-bold;

}

h2 {
	font-family: Verdana;
	padding:0px;
	font-size: 17px;
	margin-top: 0px;
	color:#F58510;
}

h3 {
	font-family: Verdana;
	padding:0px;
	font-size: 14px;
	text-align: left;
}

h4 {
	padding:0px;
	font-family: Verdana;
	font-size: 12px;
	text-align: left;
	color:#F58510;
}



/* FORM RELATED */

form {
	color:white;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

form.contact {
	padding: 5px 5px 5px 5px;
	text-align: left;
}

.contact fieldset {
	border: 0px orange dotted;
	padding: 5px 5px 5px 5px;
}

.contact legend {
	font-weight: bold;
	background-color: #454545;
	white-space: nowrap;
	border: 0px #4B4B4B solid;
	padding: 3px 3px 3px 3px;
	margin-bottom: 10px;
}

.contact td {
	color:white;
	padding: 5px 5px 5px 5px;
}

.contact input {
	width: 160px;
}

button {
	font-size: 100%;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	background-color: orange;
	border:1px solid #4B4B4B;
	color: #454545;
	cursor: pointer;
	letter-spacing: 0.1ex;
}

.thankyou {
	font-size: 200%;
	white-space: nowrap;
	text-align: center;
	padding: 30px 0px 50px 0px;
}

textarea.required {
	border: 1px solid orange;
}

input.required {
	border: 1px solid orange;
}

.contact label {
	color: #FFFFFF;
}

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: 8px 8px 8px 8px;
	border: 0px solid red;
}
.rightFloat {
	float: right;
	margin: 8px 8px 8px 8px;
	border: 0px solid red;
}
.leftClear {
	clear: both;
	display: block;
	margin: 8px 8px 8px 8px;
	border: 0px solid red;
}
.rightClear {
	text-align: right;
	clear: both;
	display: block;
	margin: 8px 8px 8px 8px;
	border: 0px solid red;
}
.centerClear {
	clear: both;
	display: block;
	text-align: center;
	border: 0px solid red;
	margin: 8px 8px 8px 8px;
}
.docum {
	font-weight: bold;
}