/*
watermark colors

#003A66 - Dark blue, page background
#B3DEFF - light blue, navbar
#E4E4E4 - bluish gray


*/
H1,H2,H3 {
	font-family: Tahoma, Helvetica, sans-serif;
	color: #003A66;
}

P {
	font-family: Tahoma, Helvetica, sans-serif;
	line-height: 150%;
	margin-left: 10px;
	margin-right: 10px;
}

BODY {
	margin: 0px;
	background-color: #003A66;
}

TD {
	vertical-align: top;
}

INPUT.newsletterSignupSubmit {
	background-color: #003A66;
	color: #ffffff;
}

.newsletterSignup {
	text-align: center;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
}

TABLE.newsletterSignup {
	border: outset 1px #E4E4E4;
}

H1.newsletterSignup {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

TD.mainMenu {
	padding: 0px 0px 7px 0px;
}

.mainMenu {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	line-height: 100%;
	color: #003A66;
}

a.mainMenu:link {
	text-decoration : none;
}

a.mainMenu:visited {
	text-decoration : none;
}

a.mainMenu:hover {
	text-decoration : underline;
	color: #cc0000;
}

.mainMenuCurrent {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	line-height: 100%;
	font-weight : bold;
	color: #000000;
}

TD.secMenu {
	padding: 3px 2px 4px 10px;	
	background-color: #E4E4E4;
}

.secMenu {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color: #003A66;
	line-height: 100%;
}


a.secMenu:link {
	text-decoration : none;
}

a.secMenu:visited {
	text-decoration : none;
}

a.secMenu:hover {
	text-decoration : underline;
	color: #cc0000;
}

TD.secMenuCurrent {
	padding: 3px 2px 4px 10px;	
	background-color: #696D88;
	color: #FFEDA6;
}

.secMenuCurrent {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
}

TABLE.primaryNavigation {
	margin: 20px 3px 20px 3px;
}

.normal {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}

a.normal:link {
	text-decoration : underline;
	color: #2B388D;
}

a.normal:visited {
	text-decoration : underline;
	color: #696D88;
}

a.normal:hover {
	text-decoration : underline;
	color: red;
}


.footer {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color: #E4E4E4;
	text-align: center;
	margin: 15px 0px 0px 0px;
}

a.footer:link {
	text-decoration : underline;
	color: #E4E4E4;
}

a.footer:visited {
	text-decoration : underline;
	color: #E4E4E4;
}

a.footer:hover {
	text-decoration : underline;
	color: #ffffff;
}


H1.contactForm {
	margin-top: 0px;
	font-weight: bold;
	font-size: 14pt;
	margin-bottom: 0px;
	text-align: center;
}

H2.contactForm {
	margin-top: 0px;
	font-weight: bold;
	font-size: 14pt;
	margin-bottom: 0px;
	text-align: center;
}

P.contactForm {
}

TABLE.contactForm {
  background-color: #C5CECB;
  border: solid 1px #000000;
  margin: 5px 20px 5px 20px;
}

P.searchForm {
	font-weight: bold;
	font-size: 9pt;
	margin: 0px;
	color: #ffffff;
}

FORM.searchForm {
	margin: 0px;
}

INPUT.searchForm {
	width: 100px;
	font-size: 8pt;
	margin: 5px 0px 5px 10px;
	border: none;
}

INPUT.searchFormButton {
	font-size: 9pt;
	font-weight: bold;
	margin: 5px 0px 3px 0px;
	border: none;
	background-color: #B47020;
	color: #ffffff;
	text-decoration: underline;
	vertical-align: top;
}

