body {
	background-color: #ffffff;
	color: #747474;
	font-family: "Book Antiqua", Palatino, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin:0;
	padding:0;
}
a:link {
	color: #a7abd1;
	background-color: transparent;
}
a:visited {
	color: #191970;
	background-color: transparent;
}
a:hover, a.focus  {
	background-color: #a0b8d4;
	color: #0f4275;
	text-decoration: none;
}
a:active {
	color: #ff0000;
	background-color: #a0b8d4;
}
em, strong {
	color: #000000;
	background-color: transparent;
	font-weight: bold;
}
abbr, acronym {
	border-bottom: 1px dashed #c0c0c0;
	cursor: help;
}
h1, h2, h3, h4 {
	color: #ff0000;
	text-align: center;
	border-bottom: 1px solid #000;
	font-family: "Times New Roman", Times, serif;
}
h1 {
	font-size: 140%
}
h2 {
	font-size: 130%
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}
img {
	border:0; background-color: transparent
}
a:link img, a:visited img, a:hover img, a:active img, a:focus img {
	background-color: transparent; text-decoration: none;
}
/* for forms */
label {
	display: block; 
	width:10em; 
	text-align: right; 
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	padding-right:.5em;
	padding-top:0;
	padding-bottom:0;
}
input, select {
	float:left;
}
form br {
	clear: left;
}
legend {
	padding-left:.5em; padding-right:.5em;
	font-style: italic;
	font-weight: bold;
}
fieldset {
	line-height: 2em;
}
p.submit {
	text-align: center; clear:both;
}
.message {
	text-align:center; 
	color:red; 
	background-color:transparent; 
	font-weight: bold;
	text-transform:capitalize;
}
/* end forms */
p.red {
	color: #ff0000; 
	font-weight: bold;
}
#menu {
	background-color: /*#d6e1ec;*/ #fff;
	/*border-right:1px solid #c0c0c0;*/
	/*float:left;*/
	font-family: "Copperplate Gothic Light",verdana, "engravers mt", "arial black", impact, charchol, "Gill Sans MT", arial,  sans-serif;
	font-weight: bold;
	padding:0 0 0 .5em;

	
}
#menu ul {
	list-style-type: none;
	margin:0;
	padding:0;
	text-align:right;
	
}
#menu li {
	list-style-type: none;
	border-bottom:1px solid #ecf3ff;
	line-height:2.5em;
	
}
#footer ul li a.thispage {
	color: navy; background-color:#fff; 
}
div#menu ul li a.thispage {
	color: #fff; background-color:navy; border-right:3px solid red;
}
#menu li a {
	text-decoration: none;
	display:block;
	padding-right:1em;
	border-right:3px solid navy;
}

#menu li a:link {
	color: #191970;
	background-color: transparent;
	/*border-right:3px solid navy;*/
	/*border-right:1px solid #000;*/
}
#menu li a:visited {
	color: #610062;
	background-color: transparent;
	/*border-right:3px solid navy;*/
	border-right:1px solid #000;
}
#menu li a:hover, #menu li a:active, #menu li a:focus {
	background-color: #a5c1de;
	color: #0000cd;
	border-right: 3px solid red;
}
#ileft {
	float:left;
	width:145px;
	margin-right:1em;
}
#logotop, a#logotop, #logotopnoimage {
	background-color:#fff;
	color:#000;
	border:0px solid red;
	height:51px;
	width:150px;
	
}
#logotop {
	background-image: url("mainlogo_trans_small.jpg");
	background-repeat: no-repeat;
}
#content {
	width:75%;
	margin-left:15%;
	padding-left:1em;
	padding-top:1em;
	
	
}
#footer {
	border-top: 1px solid #305d88;
	clear:both;
	margin-top:3em;
	font-size:80%;
	text-align:center;
	padding:1em;
	background-color: #005f89;
	color:#fff;
}
#footer a:link {
	color: #def2fa;
	background-color: transparent;
}
#footer a:visited {
	color: #c5daf5;
	background-color: transparent;
}
#footer a:hover, #footer a.focus, #footer a.active  {
	background-color: #a0b8d4;
	color: #0f4275;
	text-decoration: none;
}
#footer ul {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:40%;
}
#footer li {
	display:inline;
	padding-right:1em;
	list-style-type:none;
}
#box {
	margin-left:3%; 
	margin-right:3%; 
	border:1px solid #000; 
	background-color: #e7eff7; 
	padding:.5em;}
.skipnav { position: absolute; left: -100em; }
.clear {
	clear:both;
}
#footer a.secret {

	cursor:help;
	text-decoration:none;
	background-color: transparent;
	color: #fff;
	clear:both;
}
.required {
	font-weight:bold;
	color: #ff0000;
}
.message {
	text-align:center;
	font-weight:bold;
	color: #ff0000;
}

@media print {
	#menu {
		display: none;
	}
	#content {
		margin-left:0;
		width:100%;
	}
	#footer {
		margin:0;
	}
	#footer a {
		display: none;
	}
}