html
{
	margin: 0px;
	padding: 0px;
}
	
body
{
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	background-color: #F9F9FF;
}
	
#leftcontent
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 230px;
	padding: 38px 0px 100px 0px;
	margin: 0px;
	border-left: 0px solid #003366;
	border-right: 1px solid #003366;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #FFFFFF;
	background-image: url("images/menubackground.jpg"); 
}

#centercontent
{
	margin: 46px 280px 0px 270px;
	border: 0px solid #000;
	font-size: 13px;
	text-align: left;
}

#rightcontent
{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 220px;
	border: 0px solid #000;
}
	
#banner
{
	position: absolute;
	left: 0px;
	top: 10px;
	background: #FFFFFF;
	height: 20px;
	border-top: 2px solid #003366;
	border-bottom: 2px solid #003366;
	margin: 0px;
	padding: 12px 0px 12px 260px;
	z-index: 12;
	width: 100%;
	opacity: 0.6;
	filter:alpha(opacity=60);
	display: none;
}

.infobox
{
	border: 1px dotted #BBBBBB;
	margin: 10px 0px 0px 0px;
	padding: 12px;
	background-color: #FFFFFF;
	font-size: 11px;
}
		
p
{
	margin: 0px 0px 10px 0px;
}

h1
{
	margin: 0px;
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: 900;
	font-style: italic;
}
		
h2
{
	margin: 0px 0px 10px 0px;
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 900;
	font-style: italic;
}

h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin: 0px 0px 3px 0px;
	color: #003366;
	font-weight:900;
}

h3,p
{
	line-height: 1.5em;
	font-size: inherit;
}

.small
{
	font-size: 10px;
	font-style: italic;
	color: #999999;
}

ul.menu
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-style: italic;
	font-weight: 900;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
}

li.menuheader
{
	margin: 10px 0px 10px 20px;
	padding: 4px 0px 4px 4px;
	border: 0px solid #000000;
	list-style-type: none;
	list-style-position: inside;
}

li.menuitem
{
	display: block;
	margin: 8px 0px 6px 14px;
	padding: 4px 1px 4px 7px;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #003366;
	list-style-type: none;
	list-style-position: inside;
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: pointer;
	background-color: #003366;
	color: #FFFFFF;	
}

li.menuitem_hover
{
	margin: 8px 0px 6px 14px;
	padding: 4px 1px 4px 7px;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #003366;
	list-style-type: none;
	list-style-position: inside;
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: pointer;
	color: #003366;
	background-color: #FFFFFF;
}

a, a:hover, a:visited, a:active
{
	color: inherit;
	text-decoration: none;
}
