body { background-color: white;
font-family: Verdana;
font-size: 12px;
color:black;
margin:5px;
padding-bottom:10px;
scrollbar-face-color:antiquewhite;
scrollbar-highlight-color:red;
scrollbar-3dlight-color:orange;
scrollbar-darkshadow-color:brown;
scrollbar-shadow-color:pink;
scrollbar-arrow-color:red;
scrollbar-track-color:ivory;
}

.header {
	height:70px;
	color:orangered;
	font-size: 12px;
	border:0px solid brown;
	text-align:center;
	background-color: white;
	background-image: url(/images/header_bg.jpg);
	background-repeat: repeat-x;
}

#mainbody { margin-left:190px;
margin-right: 0px;
padding-top:5px;
padding-right:20px;
padding-bottom:5px;
padding-left:20px;
background:white;
border:0px double silver;
}

#menu { position:absolute;
top:80px;
left:10px;
width:180px;
background:white;
color:#4191B6;
border:0px solid silver;
text-align: center;
}

.menuitem { width:180px;
background:siver;
color:#336699;
font-size:12px;
font-weight:normal;
border:3px solid white;
text-align: left;
}

.menuhead { left: 0px;
width:178px;
background:#6A5ACD ;
color:white;
border:3px solid #6A5ACD;
text-align: left;
font-weight:bold;
font-size:12px;
}

.footer {
	width:100%;
	text-align:center;
	margin-top:5px;
	padding:1px;
	color:black;
	border:0px solid darkgray;
	background-color: white;
	background-image: url(/images/footer_bg.jpg);
	background-repeat: repeat-x;
}

a:hover { font-size:12px;
background-color:yellow;
color:brown}

p { margin: 10px 10px 10px 10px}

.note { font-family: Arial, Verdana, sans-serif;
font-size: 12px; color: darkgray;}

TABLE.case {
BORDER-RIGHT: #C0B0FF 1px solid; BORDER-TOP: #C0B0FF 1px solid; BORDER-LEFT: #C0B0FF 1px solid; BORDER-BOTTOM: #C0B0FF 1px solid; margin-top: 5px; margin-bottom: 10px;
}
TH.case {
	COLOR: red; BACKGROUND-COLOR: #C0B0FF; text-align:left; font-weight:bold
}

.block {
	border: 1px solid #9ABACF;
	background-color: #EFF6FB;
	padding: 10px;	
	margin-top: 10px;
	margin-bottom: 10px;
}
.block ul {
  margin-top: 0px;
  margin-bottom: 1px;
  list-style-type: square;
  line-height:150%;
}
.block li {
  padding-bottom: 3px;
}

#side_header {
	width: 180px; height: 26px; background-image:url(images/side_header.gif); background-repeat:no-repeat; text-align:left; border-left: 1px solid; border-right: 1px solid; border-top: 1px solid;  border-color: silver;
}

#side_back {
	width: 180px; background-color: #DEEFCE; text-align:left; border-bottom:1px solid; border-left: 1px solid; border-right: 1px solid; border-color: silver;
}

#text_header {
	font-size: 12px;font-weight: bold; color:#FFFFFF; margin: 0px; padding: 7px 7px;
}
#text_main {
	font-size: 12px;font-weight: bold; color:#000000; margin: 0px; padding: 4px 4px;line-height:28px;
}
