@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
}
table {
	border-collapse: collapse;
}
#container {
	margin: auto;
	width: 800px;
}
#header {
	width: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #01109D;
}
#header p {
	font-family: Verdana, Geneva, sans-serif;
	color: #01109D;
	font-size: 100%;
	margin-bottom: 8px;
	margin-top: 6px;
}
#header a:link {
	text-decoration: none;
	color: #01109D;
}
#header a:visited {
	text-decoration: none;
	color: #01109D;
}
#header a:hover {
	text-decoration: underline;
	color: #01109D;
}
#navmenu {
}
#navmenu ul {
	margin: 0px;
	padding-top: 27px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navmenu ul li {
	list-style-type: none;
	background-image: url(images/Button.gif);
	padding-bottom: 2px;
	background-repeat: no-repeat;
	padding-top: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #01109D;
	background-position: center center;
	line-height: 34px;
}
#navmenu a:link {
	text-decoration: none;
	color: #01109D;
}
#navmenu a:visited {
	text-decoration: none;
	color: #01109D;
}
#navmenu a:hover {
	text-decoration: underline;
	color: #01109D;
}
#maincontent {
}
#maincontent h1 {
	color: #01109D;
	padding-left: 0px;
	padding-top: 5px;
}
#maincontent h2 {
	color: #01109D;
	padding-left: 0px;
}
#maincontent h3 {
	color: #01109D;
	padding-left: 0px;
}
#maincontent p {
	padding-left: 0px;
}
#maincontent ul {
	list-style-type: none;
}
#maincontent ul li {
	list-style-image: none;
	background-image: url(images/Bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-bottom: 6px;
}
#footer {
}
#footer p {
	vertical-align: middle;
	color: #666;
}
#footer a:link {
	text-decoration: none;
	color: #666;
}
#footer a:visited {
	text-decoration: none;
	color: #666;
}
#footer a:hover {
	text-decoration: underline;
	color: #666;
}
.hlink {
}
a.hlink:link {
	color: #01109D;
	text-decoration: none;
}
a.hlink:visited {
	color: #01109D;
	text-decoration: none;
}
a.hlink:hover {
	color: #01109D;
	text-decoration: underline;
}
.plink {
}
a.plink:link {
	color: #000;
	text-decoration: none;
}
a.plink:visited {
	color: #000;
	text-decoration: none;
}
a.plink:hover {
	color: #F00;
	text-decoration: underline;
}
.vpadding {
	padding-top: 6px;
	padding-bottom: 6px;
}
.tableentry {
	margin-top: 4px;
	margin-bottom: 0px;
}
.fltrt {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.indentboth {
	margin-right: 15px;
	margin-left: 15px;
}
.boldcenter {
	font-weight: bold;
	text-align: center;
}
.fltlft {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}