html {
	height: 100%;
}

body {
	background-color: #FFFFFF;
	margin:0 auto;
	padding:0 auto;
	height:100%;
	text-align:center;
}

#container {
	width: 100%;
	margin: 0 auto;
	padding: 0 auto;
	text-align:left;
}

#mainbody {
	margin: 0px auto;
	width: 90%;
	height:100%;
	text-align:left;
	border: 1px solid #000000;
}

/* Header */
#header {
	float: left;
	width:90%;
	height:78px;
}

#topbar {
	float: left;
	height: 78px;
}

#logo {
	float: left;
	width:230px;
	height:78px;
	background-color:#FFFFFF;
}

#topspace {
	display: none;
	float: left;
	width:530px;
	height:78px;
}

#toparea {
	display: none;
	float: left;
	width:463px;
	height:59px;
	margin: 0;
	padding: 0px 0px 0px 67px;
	background-image:url(images/dmc/ele_topred_left.gif);
	background-color:#EE3224;
	background-repeat:no-repeat;
	background-position:top left;
}

#toparea a, #toparea img {
	margin: 0 auto;
	padding: 16px 0px 0px 0px;
}

#iwantto {
	width:100px;
	margin: -28px 0px 0px 300px;
	padding: 0;
}

#navigation {
	display: none;
	float: left;
	width:530px;
	height:19px;
}
/* End Header */

#contentholder {
	display: inline;
	float: left;
	width:100%;
	min-height: 400px;
	padding: 0 auto;
	margin: 0 auto;
	background-color:#E6E4D3;
}

#sidebar {
	display: none;
	float: left;
	width:238px;
	clear:left;
}

#sidebartop {
	display: inline;
	float: left;
	width:238px;
	height:114px;
}

#sidebarmiddle {
	display: inline;
	float: left;
	width:188px;
	height:193px;
	background-image: url(images/dmc/loginbox.gif);
	background-repeat: no-repeat;
	background-color:#1E417B;
	text-align: left;
	padding: 6px 0px 0px 50px;
}

#sidebarbottom {
	display: inline;
	float: left;
	width:238px;
	height:104px;
}

#topbody {
	display: inline;
	float: left;
	width: 100%;
	height: 27px;
	border-top: 5px solid #9d9fa1;
background-color:#1E417B;
}

#maincontent {
	display: inline;
	float: left;
	width:90%;
	min-height: 100%;
	padding: 5%;
	background-color:#E6E4D3;
	border-top: 5px solid #EE3224;
	border-bottom: 5px solid #EE3224;
}

#footer {
	display: none;
	float: left;
	width: 100%;
	height:54px;
	background-color:#EE3224;
	border-top: 5px solid #9d9fa1;
}







.content {
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	margin-right: 20px;
}

.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ED1C24;
	text-align: left;
}

.maintitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalized;
	color: #003d7d;
	text-align: left;
	border-bottom: 1px solid #ED1C24;
}

.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.nav_categories {
	list-style: none;
	margin-left: 0px;
}

.loginnoindent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.TextField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #003D7D;
	width: 80px;
}

.AppTextField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #003D7D;
	padding: 0;
	margin: 0;
}

A {
	font-weight: bold;
	color: #003D7D;
	text-decoration: none;
}

A HOVER {
	text-decoration: underline;
}

A VISITED {
	color: #99B1CB;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003D7D;
	background-color: #DBD7BD;
	border: 1px solid #003D7D;
	margin: 4px 0px 4px 0px;
	padding: 0 auto;
	float:none;
	width: 60px;
	display:inline;
}

.outline {
	border: thin inset #1E417C;
	color: #1E417C;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 3px;
}

ul.MenuBarHorizontal {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	cursor: default;
	width: 530px;
}

/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */

ul.MenuBarActive {
	z-index: 1000;
}

.miditem {
	font-size: 8px;
	text-align: left;
	padding: 3px 3px 0px 3px;
	letter-spacing: -0.2pt;
	background-image: url(/images/miditem.gif);
	background-repeat:no-repeat;
	background-position: left;
}

.bottomitem {
	font-size: 8px;
	height: 22px;
	padding: 3px 3px 0px 3px;
	letter-spacing: -0.2pt;
	background-image: url(/images/bottomitem.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.tracking {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #003D7D;
	width: 80px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.trackingButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #003D7D;
	background-color: #DBD7BD;
	border: 1px solid #003D7D;
	margin: 0px;
}

/* Begin Nav */
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	list-style-type: none;
	position: relative;
	cursor: pointer;
	float: left;
	padding: 0px 0px 0px 4px;
	margin: 0px 0px 0px -4px; 
	width: 88px;
}

/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul {
	margin: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
	text-transform: uppercase;
	padding: 0;
	width: 90px;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
	left: auto;
}

/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li {
	width: 90px;
	text-align: left;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {
	left: auto;
	top: 0;
}

/*******************************************************************************
 DESIGN INFORMATION: describes color scheme, borders, fonts
 *******************************************************************************/
/* Submenu containers have borders on all sides */

ul.MenuBarHorizontal ul {
	width: 90px;
}

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus {
	color: #FFF;
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
	color: #003e7e;
}

/*******************************************************************************
 SUBMENU INDICATION: styles if there is a submenu under a given menu item
 *******************************************************************************/
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */

ul.MenuBarHorizontal a.MenuBarItemSubmenu {
	background-repeat: no-repeat;
	background-image: url(/images/topitem.gif);
	height: 15px;
	padding-left: 4px;
	padding-top: 4px;
}

.hideme {
	background-color: #e7e5d3;
	visibility:hidden;
}

ul.MenuBarHorizontal ul a.miditem:hover  {
	background-image: url(/images/miditem_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

ul.MenuBarHorizontal ul a.bottomitem:hover  {
	background-image: url(/images/bottomitem_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu {
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover {
	background-repeat: no-repeat;
	background-image: url(/images/topitem_over.gif);
	height: 15px;
	color: #FFFFFF;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover {
}

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe {
	position: absolute;
	z-index: 1010;
	overflow: hidden;
	visibility: hidden;
}

/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection {
	ul.MenuBarHorizontal li.MenuBarItemIE {
		display: inline;
		float: left;
	}
}

ul#navlist {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	width: 100%;
}

ul#navlist li {
	display: inline;
	color: #1E417C;
	font-size: 9px;
	text-align: left;
	float: left;
}

.liclass {
	width: 190px;
	padding-bottom: 4px;
}

.liclass2 {
	width: 80px;
	padding-right: 2px;
	padding-bottom: 4px;
}

.liclass3 {
	width: 130px;
	padding-right: 2px;
	padding-bottom: 4px;
}

.liclass4 {
	width: 130px;
	padding-bottom: 2px;
}
/* End Nav */

label,input,textarea {
	display: block;
	width: 120px;
	float: left;
	margin-bottom: 10px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;
}

label {
	text-align: right;
	width: 120px;
	padding-right: 20px;
}

label.radio {
	display:inline;
	text-align: left;
	width: 80px;
	font: 10px Arial, Helvetica, sans-serif;
}

label.radio input {
	display: inline;
	text-align: left;
	width: 30px;
	padding-right: 5px;
	font: 10px Arial, Helvetica, sans-serif;
}

label.check {
	display:inline;
	text-align: left;
	width: 120px;
	font: 10px Arial, Helvetica, sans-serif;
}

label.check input {
	display: inline;
	text-align: left;
	width: 30px;
	padding-right: 5px;
	font: 10px Arial, Helvetica, sans-serif;
}

br {
	clear: left;
}