﻿DIV.title1 {
	float: right;
	padding-top: 24px;
	padding-left: 7px;
	color: #FDFDFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: .25em;
	text-align: center;
	width: 320px;
	line-height: 1em;
	visibility: visible;
}
DIV.title2 {
	float: left;
	padding-top: 12px;
	padding-left: 7px;
	color: #800000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: .25em;
	text-align: center;
	width: 320px;
	line-height: 1em;
}
DIV.menucontainer {
	background: #003399;
	height: 32px;
	border-top: 2px solid Black;
	border-bottom: 2px solid Black;
}
DIV.menuitem1
{
	float: left;
	height: 23px;
	background: #003399;
	color: White;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align: center;
	padding-left: 11px;
	padding-right: 11px;
	vertical-align: middle;
	cursor: hand;
	padding-top: 9px;
}
DIV.menuitem2
{
	float: left;
	height: 30px;
	background: #003399;
	color: White;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align: center;
	padding-left: 11px;
	padding-right: 11px;
	vertical-align: middle;
	cursor: hand;
	line-height: 13px;
	padding-top: 2px;
}
DIV.menucurr1
{
	float: left;
	height: 23px;
	background: #0066CC;
	color: white;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align: center;
	padding-left: 11px;
	padding-right: 11px;
	vertical-align: middle;
	cursor: hand;
	padding-top: 9px;
}
DIV.menucurr2
{
	float: left;
	height: 30px;
	background: #0066CC;
	color: white;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align: center;
	padding-left: 11px;
	padding-right: 11px;
	vertical-align: middle;
	cursor: hand;
	line-height: 13px;
	padding-top: 2px;
}
#divider
{
	float: left;
	height: 32px;
	background: White;
	color: White;
	width: 1px;
	border-left: 1 solid White;
}
