

body {
	margin: 10px 0px;
	background: #FFFFFF;
}

body, table {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #0F2570;
	text-decoration: none;
}
a:hover {
	color: #BC006F;
	text-decoration: underline;
}

input.text, textarea, select {
	font-size: 12px;
	padding: 2px 4px;
	border: solid #BC006F 1px;
	color: #329FB8;
}
input.button {
	font-size: 12px;
	padding: 2px 4px;
	border: solid black 1px;
	border-color: #93B6CA #73726D #73726D #93B6CA;
	background: #329EB8;
	color: #ffffff;
	font-weight: bold;
}


h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 15px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

.pagecontent {
	line-height: 1.5em;
}

.pagecontent h1, .pagecontent h2, .pagecontent h3, .pagecontent h4, .pagecontent h5, .pagecontent h6 {
	font-weight: bold;
	color: #142B75;
	background: url('/images/h1-bg.png') bottom repeat-x;
	padding: 0px 0px 6px 0px;
	margin-bottom: 0px;
}





div.h1 {
	border: none;
	display:inline;
}
div.h1 h1 {
	display:inline;
	color: #142B75;
	padding-bottom: 6px;
	background: url('/images/h1-bg.png') bottom repeat-x;
	padding-left: 0px;
	padding-right:10px;
}

form {
	display: inline;
	margin: 0px;

}

hr {
	color: #dddddd;
	background: #dddddd;
	height: 1px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}






div#main {
	width: 900px;
	border: none;
	margin: auto;
	background: #0E2470 url('/images/backgrounds/01.jpg') top center no-repeat;

}

td#leftcol {
	width: 235px;
	padding-left:  7px;
	background:url('/images/background-artwork.png') no-repeat bottom left;
}



table#mainfooter {
	color: black;
	background: #FFFFFF;
}
table#mainfooter td.footergold {
	text-align: center;
	background: #FFCC00;
	padding: 6px 0px;
	font-size: 11px;
	font-weight: bold;
}
table#mainfooter td.footergold span.dot {
	font-weight: bold;
	color: white;
	margin: 0px 8px;
}

table#mainfooter td.footerlinks {
	text-align: center;
	padding: 15px 0px 20px 0px;
}
table#mainfooter td.copyright {
	text-align: center;
	font-size: 11px;
	padding: 2px 10px;
}








td.formcaption {
	white-space: nowrap;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding: 2px 4px;
}

td.formfield {
	padding: 2px 4px;
}








table#leftmenu, table#leftmenu2 {
	width: 197px;

}

table#leftmenu a, table#leftmenu a:hover, table#leftmenu2 a, table#leftmenu2 a:hover {
	color: black;
	text-decoration: none;
}

table#leftmenu td.menuitem, table#leftmenu2 td.menuitem {
	padding: 6px 4px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

table#leftmenu td.hover {
	background: #FFE26F;
}

table#leftmenu div.menuheading, table#leftmenu2 div.menuheading {
	font-family: arial black, arial, helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #192E77;
	padding-bottom: 6px;
}



table#leftmenu2 td.hover {
	background: #CFD9FF;
}

/*****************************************/
table#mainmenu {
	width: 625px;
	height: 25px;
	border-right: solid white 1px;
}
table#mainmenu td.menuitem {
	border-left: solid white 1px;
	white-space: nowrap;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}






.recaptchatable .recaptcha_image_cell, #recaptcha_table {
	background-color:#FFCC00 !important; //reCaptcha widget background color
}

#recaptcha_table {
	border-color: #0E2470 !important; //reCaptcha widget border color
}

#recaptcha_response_field {
	border-color: #0E2470 !important; //Text input field border color
	background-color:#FF0000 !important; //Text input field background color
}












