#container {
	position: relative;
	width: 760px;
	margin: auto;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}

#header {
	background: #8BC0E0 url(/images/homepage/banner.gif) no-repeat;
	height: 80px;
}

#t1tle {
	background: #FFFFFF url(/images/homepage/title.png) no-repeat;
	height: 50px;
	margin-bottom: 25px;
}

#title {
	height: 75px;
	text-align: center;
}

#line1 {
	color: #F70000;
	font-size: 22px;
	font-weight:bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

#line2 { color: #8C8C8C; }

#line1, #line2 {
	font-style: italic;
}

#logo { margin-left: 7px; }

table.navtable { 
	width: 158px;
	margin: 40px 0px 0px 7px;
}

table.navtable a, a:link, a:visited, a:active { color: #FFFFFF; }

.bullet { width: 14px; }

.menu { 
	width: 144px;
	text-indent: 3px; 
}

.menu, .bullet, body { background-color: #0099CC; }

#searchbox { 
	width: 119px;
	border-style: none;
}

#searchimage, #searchbox { 
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 19px;
}

#navigation {
	position: absolute;
	top: 80px;
	left: 0;
	width: 176px;
}

#content {
	padding: 5px 15px 15px 15px;
	border-left: 176px solid #8BC0E0;
	background-color: #FFFFFF;
}

#contentleft { 
	width: 378px; 
	min-height: 450px; 
}

#contentright {
	width: 161px;
	float: right;
}

.box {
	margin-bottom: 15px;
	background-color:#F3FAFF;
	border: 2px;
	border-color:#8BC0E0;
	border-style: solid;

}

.boxheader {
	background-color:#8BC0E0;
	color:#FFFFFF;
	font-weight:bold;
	text-indent: 5px;
}

.boxbody {
	text-align:center;
	padding: 8px 8px 8px 8px;
	margin: 0px 0px 0px 0px;
}

a, a:link, a:visited, a:active {
	color:#0000FF;
	text-decoration: none;
}

a:hover {
	color:#0000FF;
	text-decoration: underline;
}

h1 { 
	font-size: 14px; 
	margin: 0px 0px 5px 0px;
}

ul {
	margin: 10px 0px 10px 0px;
	padding-left: 15px;
}

hr {
	margin-top: 15px;
	margin-bottom: 15px;
}

#contentleft p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#disclaimer {
	font-size: 9px;
	text-align:center;
}

#more { text-align:right; }

#timestamp {
	color:#999999;
	font-size: 10px;
	text-align1: center;
}

#dropmenudiv{
	position:absolute;
	background-color: #0099CC; 
	border: 0px;
	border-style: solid;
	line-height:18px;
	z-index:100;
	visibility:hidden;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border: 0px;
	border-style: solid;
	padding: 1px 0;
	text-decoration: none;
	color:#FFFFFF;
}

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