body {
	font-family: verdana, arial;
	font-size: .9em;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

a, a:link {
	color: #0000FF;
}

a:hover, a:active {
	color: #0000CC;
}
	
#header {
	background-color: ;
	color: white;
	padding: 10px;
	background: green;
	}
	
#header h2 {
	padding: 0px;
	margin: 0px;
}

#header h2 a {
	color: white;
	text-decoration: none;
}
#menu ul{
list-style:none;
}
#menu li{
	background:url('images/menu_035_bg.jpg') repeat-x;
	display:block;
	float:left;
	height:30px;
	border-right:1px solid #dbdbdb;
	line-height:36px;
	list-style-type:none;
	clear: both;
}
#menu li a{
display:block;
float:left;
color:#b1b1b1;
text-transform:uppercase;
font-size:11px;
font-weight:bold;
line-height:36px;
text-decoration:none;
padding:0 25px;				
}
#menu li a:hover{
color:#747474;
background:url('images/menu_035_h.jpg') repeat-x;
}
#menu li a.current{
display:block;
float:left;
color:#6c822e;
background:url('images/menu_035_c.jpg') repeat-x;
text-transform:uppercase;
font-size:11px;
font-weight:bold;
line-height:36px;
text-decoration:none;
padding-left:50px; padding-right:50px; padding-top:0; padding-bottom:0	
}
#menu li a:hover.current{
color:#6c822e;
}
	
#contentCase {
	background-color: #006600;
	border: 1px solid #000067;
	min-width: 770px;
	width: 70%;
	padding: 5px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
	
#content {
	background-color: white;
	border: 1px solid #000067;
	padding: 10px;
}

#footer {
	text-align: center;
}

/* #menulist -- the top horizontal menu */
ul#menulist {
	display: inline;
	padding: 0px;
	margin: 0px;
}

ul#menulist li {
	display: inline;
	list-style: none;
	padding-top: 0;
	padding-right: 0.25em;
	padding-bottom: 0;
	padding-left: 0.25em;
}

ul#menulist a {
	color: #006600;
	text-decoration: underline;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	float: left;
}

ul#menulist a:hover {
	background-color: #FFFFFF;
}

/* sidebar -- the list on the sidebar */
#sidebar {
	width: 150px;
	float: right;
	padding: 5px;
	border: #000067 1px solid;
	background-color: #E0E0E0;
}
#sidebar ul {
	padding: 0px;
	margin: 0px;
}

#sidebar ul li {
	list-style: none;
	padding: 0 .25em;
}

#sidebar ul a {
	text-decoration: none;
	padding: 3px 6px;
}

#sidebar ul a:hover {
}

a#xhtmlbutton img {
	border: 0px;
}

.topShadow {
	width: 100%;
	background: url(images/shadow-top-light.png) repeat-x top #fff;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}
