@charset "UTF-8";

body 
{
	background-color: white;
}

div.menuitem 
{
	padding: 1px; 
	margin-bottom: 20px; 
	font-family: Tahoma; 
	font-size: 9pt; 
	font-weight: 600; 
	color: #3333CC; 
	letter-spacing: 0.1mm; 
	background-color: #eeFFee; 
	top: 10px;
	height: 15px; 
	position: relative;
}

div.menuitem a, a:visited 
{
	text-decoration: none; 
	height: 15px; 
	width: 122px;
	color: #0066cc;
	font-weight: 600; 
}

div.menuitem2
{
	position: relative; 
	top: -13px; 
	left: 130px; 
	z-index: 2; 
	display:none; 
	padding: 1px; 
	font-family: Tahoma; 
	font-size: 9pt; 
	font-weight: 600; 
	color: #3333CC; 
	letter-spacing: 0.1mm; 
	background-color: #808080; 
	cursor: default; 
	width: 150px; 
	height: 83px;
}

div .menuitem2 .menuitem
{
	padding: 1px; 
	margin-bottom: 2px; 
	font-family: Tahoma; 
	font-size: 9pt; 
	font-weight: 600; 
	color: #3333CC; 
	letter-spacing: 0.1mm; 
	background-color: #eeFFee; 
	top: 5px; 
	position: relative;	
}

div.menuitem2 .menuitem a, a:visited
{
	text-decoration:none; 
	height: 15px; 
	width: 122px;
	font-weight: 600; 
}

div.location
{
	width: 100%; 
	height: 23px; 
	margin-bottom: 5px; 
	border-bottom: 1px solid #000000; 
	text-decoration: none; 
	font-family: Tahoma; 
	font-size: 10pt; 
	color: black;
}

div.location a, a:visited
{
	text-decoration: none; 
	height: 15px; 
	width: 122px;
	color: #0066cc;
	font-weight: 500;
}

div.location a:hover
{
	text-decoration: none; 
	color: #00cc66;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: 500;
}

div.toplinks
{
	width: 100%; 
	height: 23px; 
	text-decoration: none; 
	font-family: Tahoma; 
	color: #0066cc; 
	text-align: center; 
	font-size: 10pt; 
	font-weight: bold; 
	margin-bottom: 5px; 
	border-bottom: 1px solid #000000;
}

div.toplinks span
{
	width: 120px; 
	padding: 3px 15px 3px 15px; 
	color: #0066cc; 
	border-left: 1px solid #cccccc; 
	border-right: 1px solid #cccccc;
}

div.toplinks span a, a:visited
{
	color: #0066cc; 
	text-decoration: none; 
	text-align: center; 
	padding: 10px 2px 10px 2px;
	font-weight: bold;
}

div.middle
{
	height: 950px;
	width: auto;
	position: relative; 
	margin-left: 165px; 
	margin-right: 165px; 
	text-decoration: none; 
	font-family: Tahoma; 
	font-size: 10pt; 
	color: black;
}

div.middle a, a:visited
{
	text-decoration: none; 
	color: #0066cc;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
}

div.middle a:hover
{
	text-decoration: none; 
	color: #00cc66;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
} 

div.right
{
	padding-left: 5px;
	border-left: 1px solid black;	
	position: absolute;
	top: -950px;
	right: 5px;
}

div.left
{
	border-right: 1px solid black;	
	position: absolute;
	top: 170px;
	left: 5px;
}


div.right div div div a, a:visited
{
	text-decoration: none; 
	color: #0066cc;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: 500;
}

div.right div div div a:hover
{
	text-decoration: none; 
	color: #00cc66;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: 500;
} 

.banner768
{
	position: absolute;
	top: 5px;
	left: 5px;
	height: 90px; 
	width: 768px; 
	padding-right: 5px;
	border-right: 1px solid black;
	background-image: url('/images/logo2.png'); 
	background-repeat:no-repeat;
}

.login
{
	margin-left: 5px;
	padding-left: 5px;
	width: 190px; 
	height: 90px; 
	position: relative;
	top: -3px;
	float: right;
	background-color: #5a72e2;
	font-family: Tahoma;
	font-size: 9pt;
	color: white;
}

.login_form
{
	padding-left: 10px;
	margin-top: 10px;
	font-family: Tahoma;
	font-size: 8pt;
	color: white;
	background-color: #a7b7e2;
	width: 100px;
	position: absolute;
	top: -11px;
	left: 70px;
}

.login_label
{
	padding-left: 15px;
	width: 60px;
	font-family: Tahoma;
	color: white;
	font-size: 8pt;	
}

.login_div
{
	width: 170px; 
	position:relative; 
	top: 10px;
	margin-bottom: 15px;
}

.login_top_submit
{
	width: 40px;
	height: 16px;
	position: relative;
	left: 120px;
}

