html, body, table, tr, td {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

body {
	background-color: #8BCFF4;
	margin: 5px;
}

a, a:active, a:visited {
	color: #369;
	font-weight: bold;
	
}

a:hover {
	color: #369;
}

h1, h2, h3 {
	color: #369;
	font-weight: bold;
	margin-bottom: 2px;
	width: 400px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 13px;
}

p {
	margin-top: 2px;
}

#page {
	background-color: #FFF;
	width: 750px;
}

#header {
	width: 100%;
}

#navigation {
	width: 100%;
}

#date {
	color: #369;
	font-weight: bold;
	text-align: center;
	width: 149px;
}

#hbar {
	background-color: #689CD1;
	margin-left: 22px;
}

#hbar form {
	margin: 0px 5px;
}

#main {
	margin-left: 30px;
	text-align: left;
}

#content {
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: top;
	width: 533px;
	text-align: left;
}

#content p {
	width: 420px;
}

#content_margin {
	background-image: url(images/corner.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 28px;
}

#vbar {
	background-color: #369;
	font-size: 11px;
	padding-top: 10px;
	vertical-align: top;
	width: 149px;
	text-align: left;
}

#vbar h1 {
	border-bottom: 1px solid #4ABEEC;
	color: #8BCFF4;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 5px;
	text-indent: 5px;
	width: 100%;
}

#vbar .links {
	color: #FFF;
	margin: 10px 5px 10px 10px;
}

#vbar a, #vbar a:active, #vbar a:visited {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

#vbar a:hover {
	text-decoration: underline;
}

#footernav {
	clear: both;
	text-align: right;
}

#footernav a, #footernav a:active, #footernav a:visited, #footernav a:hover {
	color: #369;
	text-decoration: none;
}

#footer {
	background-color: #369;
	background-image:url(images/footer_right.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	text-align: left;
}

#copyright {
	margin: 10px;
	font-size: 10px;
}

.boxb {
	border-top: 1px solid #369;
}

.boxc {
	border-left: 1px solid #369;
	border-right: 1px solid #369;
	border-top: 1px solid #369;
	padding: 5px;
}

.boxh h1 {
	color: #555;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 5px 5px;
	width: 100%;
}

.boxl {
	border-left: 1px solid #369;
	width: 100%;
}

.indent {
	margin-left: 20px;
}

#content .indent p {
	width: 380px;
}

IMG.floatright	{FLOAT: right; MARGIN: 0px 5px 5px 0px}
IMG.floatleft	{FLOAT: left; MARGIN: 0px 5px 5px 0px}

