html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	line-height: 1.4;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background-color: #647EB2;
}
h1 {
	padding-bottom: 0.6em;
	font-size: 1.75em;
	font-weight: bold;
	color: #B30077;
	padding-top: 0.25em;
}
h2 {
	font-size: 1.2em;
	padding-bottom: .75em;
	font-weight: normal;
	color: #B30077;
}
#wrapper {
	background-position: center;
	width: 75em;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	font-size: 75%;
	background-color: #FFFFFF;
}
#left {
	float: left;
	width: 18em;
	margin-bottom: -500em;
	background-color: #f1f8ff;
	padding-bottom: 500em;
	font-size: 87.5%;
	padding-top: 1em;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #a7b8e2;
}
#right {
	float: right;
	width: 53em;
	padding: 2em 3em 1em;
	line-height: 1.3em;
}
#right p {
	padding-bottom: 1em;
}

#top {
	clear: both;
	background-image: url(images/subpage_top.gif);
	height: 80px;
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	background-color: #172a77;
}
#top #toprightnav{
	float: right;
	padding-top: 0.25em;
	padding-right: 1em;
}
#top #toprightnav ul {
	display: inline;
}
#top #toprightnav ul li {
	display: inline;
	font-size: 82%;
}
#top #toprightnav A {
	color: #C8D0EB;
	text-decoration: none;
}
#top #toprightnav A:hover {
	text-decoration: underline;
}
#left A, A:link, #left A:visited {text-decoration: none; color: #000066}
#left A:active {text-decoration: none;  color: #CC3366}
#left A:hover {text-decoration: underline; color: #000066; }
#left .navitem {
	padding: .5em;
}
#left input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 87.5%;
}
#right a:link, #right a:visited, #right a:active {
	color: #2643C8;
	text-decoration: none;
	}
#right A:hover {
	background-color: #647EB2;
	text-decoration: none;
	color: #FFFFFF;
	}
#right hr {
	color: #B30077;
}

#right ul {padding-left: 2em;}

.smalltext {
	font-size: 80%;
	line-height: 95%;
}
.list1 {
	list-style-position: outside;
}

