html { height: 100%; }
body { height: 100%; font-size:11px; font-family: Trebuchet MS, Helvetica, sans-serif; padding: 0px; margin: 0px; background-color:#032145; color:#514f50; }

p { color:#514f50; font-size:11px; margin-bottom:0; }
div { font-size:11px; }

.outy { text-align:center; margin-bottom:0; padding-bottom:0;}
.inny { width:873px; background-color:#0B2A56; margin-left:auto; margin-right:auto; padding-bottom:10px; display:block; }
/*0B2A56*/
.center { text-align: center; }
.center table { margin-left: auto; margin-right: auto; text-align: left; }
.left 	{ text-align: left; }
.right 	{ text-align: right; }
.vTop 	{ vertical-align: top; }

a	{ text-decoration:none !important; }

img { border: none !important; }

h1 {
	color: #0e5ca6;
	font-size: 22px;
	text-align: left;
	margin-top: 0px;
}

h2 {
	color: #0e5ca6;
	font-size: 20px;
	text-align: left;
	margin-top: 0px;
	font-weight:bold;
}

h3 {
	color: #0e5ca6;
	font-size: 17px;
	text-align: left;
	margin-top: 0px;
}

h4 {
	color: #0e5ca6;
	font-size: 14px;
	text-align: left;
	margin-top: 0px;
}

hr {
	border:0;
	color:#dae7f0;
	background-color:#dae7f0;
	height:1px;
	clear:both;
}
.hr {
	margin:8px 0;
	background-color:#dae7f0;
	height:1px;
	width: 479px;
	clear:both;
}

a:link, a:active, a:visited { text-decoration: none; font-weight: normal; color:#990000; }
a:hover { cursor: pointer; text-decoration: underline; color:#990000; }

a { border:0 none; outline:0 none; }


/* FORM RELATED */

form {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

form.contact {
	padding: 0px 10px 10px 10px;
	text-align: left;
}

.contact fieldset {
	border: 1px #FFFFFF dotted;
	padding: 10px 10px 10px 10px;
}

.contact legend {
	font-weight: bold;
	background-color: #6C0021;
	white-space: nowrap;
	border: 2px #6C0021 solid;
	padding: 6px 6px 6px 6px;
	margin-bottom: 10px;
	color:#FFFFFF;
}

.contact td {
	padding: 5px 10px 5px 10px;
	white-space: nowrap;
}

.contact input {
	width: 200px;
}

button {
	font-size: 100%;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	background-color: #FFFF37;
	color: black;
	cursor: pointer;
	letter-spacing: 0.1ex;
}

.thankyou {
	font-size: 200%;
	white-space: nowrap;
	text-align: center;
	padding: 30px 0px 50px 0px;
}

textarea.required {
	background-color: #F0FFFF;
}

input.required {
	background-color: #F0FFFF;
}

.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 8px 8px 0px;
	border: 0;
}
.rightFloat {
	float: right;
	margin: 0px 0px 8px 8px;
	border: 0;
}
.leftClear {
	clear: both;
	display: block;
	margin: 0px 8px 8px 0px;
	border: 0;
}
.rightClear {
	text-align: right;
	clear: both;
	display: block;
	margin: 0px 0px 8px 8px;
	border: 0;
}
.centerClear {
	clear: both;
	display: block;
	text-align: center;
	border: 0;
}
.docum {
	font-weight: bold;
}