html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #495778;
}
body, div, p, th, td, li {
	font-size: small;
}
h1 {
	margin: .67em 0 0 0;
	font-size: x-large;
}
h2 {
	margin: .5em 0 0 0;
	font-size: medium;
}
h3 {
	margin: .5em 0 0 0;
	font-size: small;
	font-weight: bolder;
}
p {
	text-align: justify;
	margin: 0 0 1em 0;
}
th {
	font-weight: normal;
	margin: 0;
	padding: 0 1em 0 0;
	text-align: justify;
}
img {
	border: 0 none;
	vertical-align: bottom;
}
#maintable {
	width: 760px;
	height: 100%;
	margin: 0 auto;
}
#headerleft {
	background-image: url(/images/headerleft.gif);
	height: 64px;
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #1F2533;
}
#header {
	position: relative;
	height: 64px;
	background-color: #1F2533;
}
#headerlogo {
	position: absolute;
	top: 14px;
	right: 14px;
}
#headertitle {
	margin: 0;
	text-align: left;
	font-weight: normal;
	position: absolute;
	left: 14px;
	bottom: 0;
	color: white;
	font-size: xx-large;
}
#headersub {
	margin: 0 0 1em 0;
	font-weight: bold;
	font-size: larger;
}
#sidebar {
	width: 148px;
	background-image: url(/images/bar.gif);
	background-repeat: repeat-y;
	background-position: top left;
	padding: 0;
	background-color: white;
	vertical-align: top;
}
#main {
	background-image: url(/images/background.gif);
	background-repeat: repeat-y;
	background-position: top right;
	background-color: white;
	vertical-align: top;
}
#content {
	padding: 0;
	margin: 0 16px;
}
#footer {
	text-align: center;
	color: white;
	background-color: #0093DD;
	height: 1em;
}
.menuspacer {
	height: 36px;
}
.submenuitem,
.menuitem {
	background-image: url(/images/buttonback.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0 0 1px 0;
	padding: 4px 0 4px 16px;
}
.submenuitem {
	padding: 4px 0 4px 32px;
}
.submenuitem a,
.menuitem a {
	text-decoration: none;
	color: #000033;
	font-weight: bold;
}
.submenuitem a:hover,
.menuitem a:hover {
	color: #D7F4FF;
}
.largelist td {
	text-align: left;
	font-size: large;
}
.floatleft {
	float: left;
	margin: 8px 8px 8px 0;
}
.floatright {
	float: right;
	margin: 8px 0 8px 8px;
}
img.border {
	border: 2px solid #000033;
}
.ticklist
{
	margin-left: 0;
	padding-left: 0;
}
.ticklist li
{
	list-style: none;
	padding-left: 36px;
	background-image: url(/images/bullet_tick.gif);
	background-repeat: no-repeat;
	background-position: 0 0.25em;
	margin-bottom: 1.5em;
}
.smalllist li {
	list-style: none;
	padding-left: 16px;
	background-image: url(/images/bullet_mini.gif);
	background-repeat: no-repeat;
	background-position: 0 0.25em;
}
.tablecol {
	width: 180px;
}
.larger {
	font-size: larger;
}
.fullwidth{
	width: 100%;
}
.smaller {
	font-size: smaller;
}
.center {
	text-align: center;
}
