@charset "utf-8";
body {
	background-image: url(/images/splash-bg.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}
#wrapper {
	background-color: #FFFFFF;
	text-align: left;
	margin: auto;
	background-image: url(/images/logo-web.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 90%;
}
a:link {
	color: #00528C;
}
#content {
	margin: 0px;
	float: right;
	width: 100%;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
}
#bottombar {
	color: #FFFFFF;
	background-color: #01518E;
	text-align: center;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 5px solid #929A9D;
}

a:visited {
	color: #663399;
}
a:hover {
	color: #990000;
}
#navigation {
	padding-top: 195px;
	padding-left: 27px;
}
#footer {
	padding-bottom: 10px;
	text-align: center;
}

#navigation ul {
	margin-top: 0px;
	margin-bottom: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	text-align: left;
}
#navigation li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 3px;
	margin-left: -25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	list-style-image: url(/images/Bullet-gray.gif);
	list-style-position: outside;
}
#navigation li a:link {
	color: #074A87;
	text-decoration: none;
}
#navigation li a:visited {
	color: #074A87;
	text-decoration: none;
}
#navigation li a:hover {
	list-style-image: url(/images/Bullet-blue.gif);
	color: #8C0D6C;
	text-decoration: none;
}
h1 {
	color: #00518D;
	margin: 0px;
	padding: 0px;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 24pt;
}
h2 {
	margin: 0px;
	padding: 0px;
	color: #660066;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 18pt;
}
h3 {
	margin: 0px;
	padding: 0px;
	color: #074A87;
}
#homeNAV a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}
#homeNAV a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}
#homeNAV a:hover {
	color: #FFCC00;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}
#homefooter {
	font-size: 8pt;
	color: #00528C;
}
.imageL {
	margin-left: 10px;
}
.imageR {
	margin-right: 20px;
	border: 1px solid #00518D;
}
.smalltxt {
	font-size: 8pt;
}
.quote {
	font-weight: bold;
	padding-right: 25px;
	padding-left: 25px;
}

dt {
	padding-bottom: 10px;
	clear: both;
}
dd {
	font-style: italic;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-bottom: 20px;
	padding-left: 0px;
	margin-left: 0px;
	text-align: right;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
li {
	padding-top: 10px;
}
