@charset "ISO-8859-1";
body {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.65em;
        width: 100%
}
a,a:visited {
	color: #002866;
}
a:hover {
	color: #1A40A1;
}
#wrapper {
	text-align: center;
	width: 320px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(wrapper_gradient_320.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
}
table {
	padding: 5px;
	text-align: left;
	font-size: 130%;
}
h1 {
	font-size: 1.5em;
	padding: 5px;
}
h2 {
	font-size: 1.1em;
	padding: 5px;
}
h3 {
	padding: 5px;
}
h6 {
	font-size: 1.1em;
	color: #006600;
}
p  {
	padding: 5px;
	text-align: left;
	line-height: 1.3em;
	font-size: 1.1em;
}
td {
	font-size: 0.85em;
}
ul li {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-position: inside;
}
li  a, li a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #002866;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: underline;
}
li a:hover {
	color: #000000;
	font-style: italic;
	text-decoration: none;
}
#logo {
	position: absolute;
	left: 1px;
	top: 1px;
}
#navigation {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #002866;
	border-bottom-color: #002866;
	text-align: left;
}
#header {
	text-align: center;
}
#footer {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #002866;
	clear: both;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
#footer p {
	text-align: center;
	font-size: 85%;
}
#footer a {
	color: #FFFFFF;
}
.divider {
	color: #FFFFFF;
	background-color: #002866;
	font-weight: bold;
	height: 1em;
	margin-top: 3px;
	margin-bottom: 3px;
}

