﻿body {
	background-color: #666699;
	text-align: center;
	min-width: 680px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
}
.shim {
	height: 700px;
	float: right;
	width: 1px;
}
#container {
	margin: 0 auto;
	width: 680px;
	height: 100%;
	text-align: left;
	background-color: #fff;
}

#banner {
	position: relative;
	background-color: Black;
	height: 60px;
}

#logo {
	position: absolute;
	bottom: 0px;
}

#content {
	margin-top: 5px;
	background-color: #fff;
	height: 100%;
	width: 680px;
}

#menu {
	padding-left: 5px;
	background-color: #8996c1;
}

#center {
	width: 660px;
	height: 100%;
	padding: 10px;
	float: left;
	background: #fff;
}

/* Begin MENU Styles */
.StaticMenuItemStyle {
	width: 85px;
	color: #000;
	background-color: #8996c1;
	padding-left:5px;
	padding-right:15px;
}
.DynamicMenuItemStyle {
	width: 150px;
	color: #000;
	background-color: #8996c1;
	padding: 5px;
}

.MenuItemLit {
	color: Yellow;
}
/* End MENU Styles */

/* Begin FORM Styles */
form {
	margin: 0;
	padding: 0;
}

form fieldset {
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	padding: 5px 10px 10px 5px; /* padding in fieldset support spotty in IE */
	margin: 0;
}

.Label {
	display: block; /* block float the labels to left column, set a width */
	float: left;
	width: 200px;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 5px;
}

form fieldset legend {
	font-size: 1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */ /* be careful with padding, it'll shift the nice offset on top of border  */
	padding-bottom: 5px;
	font-weight: bold;
	color: #8996c1;
}

.Select {
	width: 307px;
}

.CheckBox label {
	padding-top: 5px;
	padding-bottom: 5px;
}

.CheckBox input {
	width: 50px;
	display: inline;
}

.TextBox {
	width: 300px;
}

.Button {
	width: 100px;
}

form br {
	clear: left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

/* End FORM Styles */

h1 {
	font-weight: bold;
	font-size: 150%;
	color: #8996c1;
}
h2 {
	font-weight: bold;
	font-size: 125%;
	color: #8996c1;
}
h3 {
	font-weight: bold;
	font-size: 100%;
	color: #8996c1;
}

.error {
	color:Red;
	font-weight:bold;
	font-size: 125%;
}

#callout {background:#A5AFD1;border-style:solid;border-color:#64709A #64709A #64709A #64709A;border-width:0.1em 0.2em 0.4em;margin:10px;}