﻿body
{ 
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	background-color: #134a83;
	background-image: url(../Images/Background-Body.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	height: 100%;
}

#wrapper
{
	width: 750px;
	height: 100%;
	background-color: White;
	border: solid 2px #003366;
	padding: 10px 10px 10px 10px;
}

#header
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 80px;
	border-bottom: solid 1px Black;
}

#logo
{
}

#headertext
{
	position: absolute;
	top: 20px;
	right: 10px;
	font-size: 14px;
	font-weight: bold;
}

#menu
{
	height: 28px;
	width: 100%;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	font-weight: bold;
	position: relative;
	left: -11px;
	padding-bottom: 10px;
}

#body
{
}

#title
{
	font-family: "Courier New", "Courier", "monospace";
	font-size: 12px;
	font-weight: bold;
	color: #336699;
}

#content
{
}

select
{
	font-family: "Arial";
	font-size: 10px;
	color: Black;
}

input
{
	font-family: "Tahoma", "Arial";
	font-size: 11px;
	color: Black;
}

textarea
{
	font-family: "Tahoma", "Arial";
	font-size: 11px;
	color: Black;
}
	
#MenuBar li
{
	width: auto;
	white-space: nowrap;
	margin-left: 0px;
	margin-right: 20px;
	background-color: transparent;
	line-height: 13px;
}

#MenuBar ul
{
	width: auto;
	border: 1px solid Black;
	background-color: White;
}

#MenuBar ul li
{
	width: auto;
	margin: 0;
	float: none;
}

#MenuBar a.MenuBarItemSubmenu
{
	background-color: White;	
}
	
ul#MenuBar a
{
	background-color: transparent;
}

ul#MenuBar li
{
}

ul#MenuBar li a
{
	color: Black;
}

ul#MenuBar li li
{
	color: Black;
}

ul#MenuBar li li a
{
	color: Black;
	font-size: 12px;
}

ul#MenuBar li li li
{
	color: Black;
}

ul#MenuBar li li li a
{
	color: Black;
}

#MenuBar a.MenuBarItemHover
{
	color: Maroon;
	text-decoration: underline;
}

#MenuBar a.MenuBarItemSubmenuHover
{
	color: #134a83;
}

.image
{
	border: solid 1px black;
}

a
{
	color: #11568B;
}

a:link
{
	color: #11568B;
}

a:visited
{
	color: #11568B;
}

a:hover
{
	color: Maroon;
	text-decoration: none;
}

a:active
{
	color: #11568B;
}

.officername
{
	font-family: "Courier New", "Courier", "monospace";
	font-size: 12px;
	font-weight: bold;
	color: Maroon;
}