

body {
	margin: 0px;
	background: url('/images/main-bg.jpg') top repeat-x #49B2DF;
}

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

a {
	color: #329FB8;
	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;
}
input.gold {
	border-color: #DFDC41 #74736E #74736E #DFDC41;
	background: #D3D11E;
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}


h1, .h1 { font-size: 20px; }
h2, .h2 { font-size: 16px; }
h3, .h3 { font-size: 14px; }
h4, .h4 { font-size: 12px; }
h5, .h5 { font-size: 11px; }


form {
	display: inline;
	margin: 0px;

}

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

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

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



.searchform {
	font-size: 11px;
	color: white;
}
.searchform input.text {
	background: #45AFD9;
	border: solid black 1px;
	height: 18px;
	width:120px;
	color: white;
	font-size: 11px;
}


table.contentbox {
	border: solid black 1px;

}
table.contentbox table.contentboxheading {
	height:30px;
	border-bottom: solid black 1px;
	background:url('/images/pagetitle-bg-2.png') repeat-y right #ECF5F8;
}

table.contentbox table.contentboxheading td.contentboxheading {
	height:30px;
	width:25%;
	background:url('/images/pagetitle-bg.png') no-repeat right;
	padding:0px 40px 0px 10px;
	color:#0C335E;
	font-weight:bold;
	font-size:18px;
	white-space: nowrap;
}

/**********************************************************/
.content {
	padding:10px 14px 14px 14px;
	background:#ECF6F8;
}
.contenttext {
	line-height: 18px;
	color: #0C335E;
	font-size: 12px;
}

table#mainmenu {
	border-left: solid white 1px;
}
#mainmenu td {
	padding: 5px 16px;
	font-size: 11px;
	border-right: solid white 1px;
}

#mainmenu td a {
	color: white;
	text-transform:uppercase;
	text-decoration: none;
}

#mainmenu td a:hover {
	color: #CAEAF7;

}




div.submenu {
	position: absolute;
	display:none;
	background: #CBCBCB;
	border: outset 1px #CBCBCB;
}
div.submenu table {
	width: 135px;
}

div.submenu table td {
	border-bottom: solid black 1px;
	white-space: nowrap;
	font-size: 11px;
	padding: 1px 10px;
}

div.submenu table td a {
	color: black;
	text-decoration: none;
}


div.submenu table td.hover {
	background: #9F9F9F;
}


div.submenu table td.hover a {
	color: #ffffff;
	text-decoration: none;
}












