/* Background */

body {
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	margin-right:0;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	background-color:#ffffff;
	color: #000000;
	background-image:url(images/menubar.gif);
	background-repeat: repeat-y;
}

/* Main Page Layout */

#mainpage {
	width:auto;
	border-left:0;
	border-right:0;
	border-top:0;
	border-bottom:0;
	border-style:none;
	margin-left:120px;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
	padding-left:0;
	padding-right:0;
	padding-top:0;
	padding-bottom:0;
	z-index:1;
}

/* Menu Layout */

#menubar {
	width:120px;
	height:auto;
	position:absolute;
	top:0px;
	left:0px;
	border-left:0;
	border-right:0;
	border-top:0;
	border-bottom:0;
	border-style: none;
	background-color:#333399;
	color: #ffffff;
	text-align:left;
	padding-left:0px;
	padding-right:0px;
	padding-top:170px;
	padding-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	z-index:2;
	background-image:url(images/sidebar.gif);
	background-repeat: no-repeat;
	background-position:0px 0px;
	overflow: hidden;
}

.menu {
	font-size:0.9em;
	margin-left:0.3em;
	margin-right:0.3em;
	margin-top:0.1em;
	margin-bottom:0.4em;
/*	background-color:#333399; */
	color: #ffffff;
	clear: both;
}

.menu *, .menu a:hover, .menu a:link, .menu a:active, .menu a:visited {
	color:#ffffff;
/*	background-color:#333399; */
}

ul.menu {
	list-style: none outside;
	padding-left:0;
	padding-right:0;
	padding-top:0;
	padding-bottom:0;
}
ul.menu li {
	padding-left:0em;
	padding-right:0em;
	padding-top:0em;
	padding-bottom:0.25em;
}
ul.menu ul {
	margin-left:1.25em;
	margin-right:0.3em;
	margin-top:0.1em;
	margin-bottom:0.1em;
	list-style: disc outside;
	padding-left:0;
	padding-right:0;
	padding-top:0;
	padding-bottom:0;
}
ul.menu ul li {
	padding-left:0;
	padding-right:0;
	padding-top:0;
	padding-bottom:0;
}

/* Boxed Menu Items */

div.menuitem, div.menuitemon {
	font-family: 'Times New Roman', Times, serif;
	font-weight: 800;
	line-height:175%;
	font-size:0.8em;
	text-align: center;
	width: 117px;
	height: auto;
	background-color: #333399;
	color: #ffffff;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:1px;
	border-top: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-color: #ffffff;
	border-style: solid;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	display: block;
	clear:both;
}

div.menuitemon {
	margin-bottom:0.5em;
}

a.menuitema, div.menuitem a.menuitema:visited, span.bluemenuboxtitle {
	width:115px;
	height:auto;
	text-align:center;
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #333399;
	color:#ffffff;
	background-color: #333399;
	float: left;
}

label.bluemenuboxtitle {
	font-family: 'Times New Roman', Times, serif;
	font-weight: 800;
	text-align:center;
	color:#ffffff;
}

div.menuitemon a.menuitema, div.menuitemon a.menuitema:visited, div.menuitem a.menuitema:active, div.menuitem a.menuitema:hover {
	background-color: #ffffff;
	text-decoration: none;
	color: #333399;
}

div.menuitemon label {
	line-height: 100%;
}
div.menuitemon input.button {
	margin-top:0.5em;
}

div.menuitemon fieldset {
	border:none;
	text-align: center;
	color:#ffffff;
	background-color: #333399;
}

div.menuitemon label a.menuitema{
	font-family: 'Times New Roman', Times, serif;
	font-weight: 800;
	font-size:0.9em;
	text-align: center;
}

/* Printer Settings */

@media print {
body {
	background-image:none;
	background-repeat: no-repeat;
}
#menubar {
	display:none; 
	width:0; 
	height:0; 
	overflow:hidden;
}
#mainpage {
	margin-left:0;
}
}