body {
	color: #FFF;
	font-family: Verdana, sans-serif;
	background: url(Graphics/Water.jpg);
	font-weight: 100;
	font-size: 12px;
}

h1 {
	color: #D278FF;
}

a {
	color: #FFF;
}

a:hover {
	color: #6699FF;
}

.ErrorMessage {
	color: red;
	font-weight: bold;
}

.Frame {
	border: solid 1px #006666;
	width: 982px;
	/* Center the frame element within the body */
	margin: 0 auto;
	/* This background in the frame makes the .LeftBar element appear as if it goes all the way to the bottom. */
	background-color: #000F39;
	background-image: url(/Images/Background);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.Header {
	/* This position: relative allows the .Logo to be absolutely positioned relative to the .Header */
	position: relative;
	background-image: url(Graphics/HeaderBackground.png);
	background-repeat: repeat-x;
	height: 131px;
	border-bottom: solid 1px #FFF;
}
.Header .Logo {
	position: absolute;
	right: 0;
}

.Header .NavMenu {
	padding: 1px 0 0 10px;
	margin: 0;
	font-family: Optima;
	font-size: 14px;
}

.Header .NavMenu li {
	height: 26px;
	display: block;
	float: left;
	margin: 2px 0 0 0;
	padding: 10px 12px 0 12px;
	text-transform: uppercase;
	background: transparent url(Graphics/TopMenuDivider.png) no-repeat scroll top left;
	position: relative;
}
.Header .NavMenu li a {
	text-decoration: none;
}
.Header .NavMenu li:first-child {
	background-image: none;
}

.Header .NavMenu .Selected {
	color: #F585E7;
	cursor: text;
}

.Header .NavSubMenu {
    clear: both;
    display: none;
    z-index: 9999;
    background-color: #248D9E;
    opacity: 0.9;
    filter: alpha(opacity=90);
    margin: 0;
    padding: 5px 0 5px 0;
    border: solid 1px #046D7E;
    position: absolute;
    top: 30px;
    left: 2px;
}

.Header .NavMenu li:hover .NavSubMenu {
    display: block;
}

.Header .NavSubMenu li {
    float: none;
    background-image: none;
    padding: 0;
    margin: 0;
    text-transform: none;
    height: auto;
}

.Header .NavSubMenu li:hover {
    display: block;
}

.Header .NavSubMenu li a {
    display: block;
    width: 160px;
    padding: 2px 8px 2px 8px;
    margin: 0;
}

.Header .NavSubMenu li a:hover {
    background-color: #046D7E;
    color: #FFF;
}

.Footer {
	clear: both;
	height: 125px;
}

.Footer .Tagline {
	margin: 20px 0 0 165px;
}

.Footer .NavMenu {
	padding: 0;
	margin: 0 0 0 195px;
	font-size: 12px;
	text-transform: capitalize;
}

.Footer .NavMenu li {
    font-family: "Times New Roman";
	display: inline;
	color: #6699FF;
}

.Footer .NavMenu li a  {
    font-family: Verdana;
    color: #6699FF;
}

.AdminBox {
	padding: 5px;
	background-color: yellow;
	border: double 3px #000;
	position: absolute;
	top: 5px;
	left: 5px;
}

.Spacer {
	clear: both;
}