html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #000000;
}
html, body, h1, h2, h3, h4, h5, h6, p, div, small, big, th, td, ul, ol, dl {
	font-family: verdana, helvetica, sans-serif;
}
font, th, td, p {
	font-size: 11px;
}
a:link {
	color: #1D294D;
	font-style: italic;
	background-color: transparent;
}
a:visited {
	color: #3A1D4D;
	font-style: italic;
	background-color: transparent;
}
a:hover {
	color: #220044;
	font-style: italic;
	background-color: transparent;
}
a:active {
	color: #990000;
	font-style: italic;
	background-color: transparent;
}

#wrap {
	max-width: 70em;
	min-width: 620px;
}
#wrap_3col {
	max-width: 60em;
	min-width: 427px;
}

a.hiding:link, a.hiding:visited {
	color: #000000;
	font-style: italic;
	background-color: transparent;
	text-decoration: none;
}
a.hiding:hover {
	color: #220044;
	font-style: italic;
	background-color: transparent;
	text-decoration: none;
}

a.hiding:active {
	color: #990000;
	font-style: italic;
	background-color: transparent;
	text-decoration: none;
}


.subhead {
	color: #AD8C43;
	font-weight: bold;
}
.subheadblue {
	color: #1D294D;
	font-weight: bold;
}
.sub2head {
	color: #AD8C43;
}
.sub3head {
	color: #9DA5B9;
	font-weight: bold;
}

.smlblue {
	color: #1D294D;
	font-size: 9px;
}

.know {
	color: #AD8C43;
	font-size: 9px;
}

input.contact, textarea.contact {
	border: #AD8C43 1px solid;
	padding: 2px;
	background: #ffffff;
	color: #000000;
	font-family: verdana, geneva, sans-serif;
	font-size: 9px;
	width: 280px;
}
input.submit {
	border: #1D294D 1px solid;
	padding: 2px;
	background: #ffffff;
	color: #1D294D;
	font-family: verdana, geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
input.submitover {
	border: #AD8C43 1px solid;
	padding: 2px;
	background: #ffffff;
	color: #AD8C43;
	font-family: verdana, geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
