<!--

/* CSS Document */

html {
	margin: 0;
	padding: 0;
	font-size: 90%;
}

body {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background-color: #0A074C;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	behavior: url(csshover.htc);
}

h1 {
	font-size: 200%;
	margin-top: 0;
	padding-top: 0;
}
h2 {
	font-size: 180%;
}
h3 {
	font-size: 160%;
}
h4 {
	font-size: 140%;
}
h5 {
	font-size: 120%;
}
h1, h2, h3, h4, h5 {
	color: #CCCCFF;
	background-color: transparent;
	font-weight: normal;
}

a:link {
	color: #FFCC00;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: #FFFFCC; /* #CCCCFF #9999FF */
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #FFFF66;
	background-color: transparent;
	text-decoration: none;
}
a:active {
	color: #FFCC00;
	background-color: transparent;
	text-decoration: none;
}

a img {
	border: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
img {
	display: inline;
}

.textVVVLarge {
	font-size: 250%;
	font-weight: normal;
}
.textVVLarge {
	font-size: 200%;
	font-weight: normal;
}
.textVLarge {
	font-size: 150%;
	font-weight: normal;
}
.textLarge {
	font-size: 125%;
	font-weight: normal;
}
.textNormal {
	font-size: 100%;
	font-weight: normal;
}
.textSmall {
	font-size: 90%;
	font-weight: normal;
}
.textVSmall {
	font-size: 80%;
	font-weight: normal;
}
.textVVSmall {
	font-size: 70%;
	font-weight: normal;
}
.textVVVSmall {
	font-size: 60%;
	font-weight: normal;
}

.textLeft {
	text-align: left;
}
.textCentre {
	text-align: center;
}
.textRight {
	text-align: right;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

.red {
	color: #FF0000;
	background-color: transparent;
}
.green {
	color: #00CC00;
	background-color: transparent;
}
.black {
	color: #000000;
	background-color: transparent;
}

/*** START: Custom Styles ***/



/*** END: Custom Styles ***/

/*** START: Website Layout ***/

.clear {
	clear: both;
}

#wrapper {
	width: 799px;
	margin: 20px auto;
	padding: 0;
	text-align: left;
}

#header1 {
	width: 799px;
	margin: 0;
	padding: 0;
}

#header2 {
	width: 799px;
	margin: 0;
	padding: 0;
}

#adminNav {
	clear: both;
	width: 799px;
	min-height: 25px;
	_height: 25px;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background-color: #0A074C;
	font-size: 11px;
	background-image: url(../images/navigation/background.jpg);
	background-repeat: repeat-x;
}
#adminNav .links {
	margin: 0;
	padding: 5px 0 0 0;
}
#adminNav a {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}
#adminNav a:hover {
	color: #FFCC00;
	background-color: transparent;
	text-decoration: none;
}

#mainBody {
	clear: both;
	width: 799px;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background-color: #0A074C;
}
#mainBody .panel {
	width: 740px;
	margin: 20px auto;
	padding: 0;
}
#mainBody .mainContent {
	width: 740px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

#footer {
	margin: 0;
	padding: 0;
	font-size: 9px;
}
.footer1 {
	clear: both;
	width: 799px;
	margin: 0;
	padding: 0;
}
.footer2 {
	clear: both;
	width: 779px;
	margin: 0;
	padding: 10px;
	color: #0A074C;
	background-color: #FFCC00;
}
.footer2 .linksLeft {
	float: left;
	width: 45%;
	margin: 0;
	padding: 0;
}
.footer2 .linksRight {
	float: right;
	width: 55%;
	text-align: right;
	margin: 0;
	padding: 0;
}
.footer2 a:link, .footer2 a:visited {
	color: #0A074C;
	background-color: transparent;
	text-decoration: none;
}
.footer2 a:hover {
	color: #666666;
	background-color: transparent;
	text-decoration: none;
}

/*** END: Website Layout ***/

/*** START: Custom Website Layout ***/

/* Contact form layout */
.contactTable {
	width: 740px;
}
.contactTable .column1 {
	float: left;
	width: 580px;
}
.contactTable .column2 {
	float: right;
	width: 140px;
}

/* Table Style 1 */
table.tableStyle1 {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #FFFFFF;
	font-size: 85%;
	color: #0A074C;
}
table.tableStyle1 a {
	color: #FF0000;
	background: transparent;
	text-decoration: none;
}
table.tableStyle1 a {
	color: #FF0000;
	background: transparent;
	text-decoration: underline;
}
table.tableStyle1 caption {
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 5px 0;
	text-align: left;
}
table.tableStyle1 thead th {
	text-align: left;
	color: #0A074C;
	background-color: #FFCC00;
}
table.tableStyle1 thead th, table.tableStyle1 tbody td {
	padding: 5px 10px;
}
table.tableStyle1 tbody td {
	text-align: left;
	/*border-bottom: dotted 1px #CCCCCC;*/
}
table.tableStyle1 tbody tr {
	background-color: #EAEAEA;
}
table.tableStyle1 tbody tr.alt {
	background-color: #DDDDDD;
}
table.tableStyle1 tbody tr:hover {
	background-color: #999999;
}
table.tableStyle1 tfoot tr td {
	margin: 0;
	padding: 0;
}

/*** END: Custom Website Layout ***/

/*** START: Form styles ***/

form { 
	margin: 0;
	padding: 30px 0 0 0;
}
form div.standardForm { 
	width: 75%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
form div.largeWidthForm { 
	width: 90%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
form div.adminForm { 
	width: 90%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
fieldset {
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0px 0 10px 0;
	border: none;
	border-top: 1px solid #FFCC00;
}
fieldset h2 {
	position: relative;
	top: -21px;
	font-weight: bold;
	font-size: 13px;
	color: #0A074C;
	background-color: #FFCC00;
	margin: 0;
	padding: 5px;
	display: inline;
}
fieldset div {
	clear: right;
	width: 100%;
	margin: 0;
	padding: 1px;
}
fieldset div div.label {
	float: left;
	width: 35%;
	color: #FFFFFF;
	background-color: transparent;
}
fieldset div div.formField {
	float: right;
	width: 55%;
}
fieldset div div.formLabelField {
	float: left;
	width: 90%;
	color: #FFFFFF;
	background-color: transparent;
}
div.formButtons {
	clear: both;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #FFCC00;
}

/* form error table */
div.formErrorTable {
	width: 75%;
	margin: 0 auto;
	padding: 0;
}
div.formErrorTable div {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	color: #FF0000;
	background-color: transparent;
	border: 1px #FF0000 solid;
}
div.formErrorTable ul {
	margin: 0 0 0 30px;
	padding: 0;
}
div.formErrorTable ul li {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}

/*** END: Form styles ***/

/* Begin CSS Popout Menu */

#menuWrapper {
	width: 799px;
	min-height: 25px;
	_height: 25px;
	background-color: transparent;
	background-image: url(../images/navigation/background.jpg);
	background-repeat: repeat-x;
}

#menuWrapper #menu {
	width: 780px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	text-align: center;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
}

#menu a {
	font: 11px/16px "Times New Roman", Times, serif;
	display: block;
	margin: 0;
	padding: 4px 8px;
	border-bottom: 1px #CCCCCC solid;
}
#menu h2, #menu h2 a {
	font: 11px/16px "Times New Roman", Times, serif;
	display: block;
	margin: 0;
	padding: 2px 4px;
	border: none;
}

#menu h2 a {
	color: #FFFFFF;
	background: transparent;
}
#menu h2 a:hover {
	color: #FFCC00;
	background: transparent;
}
#menu a {
	color: #FFCC00;
	background: #0A074C;
	text-decoration: none;
}
#menu a:hover {
	color: #0A074C;
	background: #FFCC00;
}

#menu li {position: relative;}

#menu ul ul {
	position: absolute;
	z-index: 500;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#menu ul ul,
#menu ul ul ul,
#menu ul ul ul ul {
	border: 1px #CCCCCC solid; /* #6E2303 */
}

div#menu ul ul li a,
div#menu ul ul ul li a,
div#menu ul ul ul ul li a
{
	width: 175px;
	display: block;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/* Styling for Expand */

#menu a.x {
	color: #FFCC00;
	background: #0A074C url(../images/navigation/expand.gif) no-repeat 100% 100%;
}

#menu a.x:hover {
	color: #0A074C;
	background: #FFCC00 url(../images/navigation/expand.gif) no-repeat 100% 100%;
}

/*
#menu a.x:active{
color:#060;
background:#ccc;
}
*/

<!--[if IE]>
#menu ul li {
	float: left; width: 100%;
}
<![endif]-->
<!--[if lt IE 7]>
body {
	behavior: url(../css/csshover.htc);
	font-size: 100%;
}

#menu ul li a {height: 1%;}

#menu a, #menu h2 {
	font: 0.7em/1.4em "Times New Roman", Times, serif;
}
<![endif]-->

/* End CSS Popout Menu */

-->
