/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: #333;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color: #990000;
	outline: none;
	}
a:visited {
	color: #666;
	}
a:active {
	color:  #666;
	}
a:hover {
	color: #666;
	text-decoration: underline;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}

h1 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: #3366CC dotted 2px;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}	
#top {
	margin: 20px 20px 21px 40px;

	background: #333;
	width: 980px;
	height: 120px; /* ie5win  */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 120px;
	width: 980px;
	}
html>body #top {
	height: 120px; /* ie5win fudge ends */
	width: 980px;
	}
#footer {
	margin: 10px 40px 20px 40px;
	text-align: center;
	background: #333;
	color:#fff;
	font-size: 12px;
	width: 980px;
	height: 20px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 20px;
	width: 980px;
	}
html>body #footer {
	height: 20px; /* ie5win fudge ends */
	width: 980px;
	}
#footer a {
	color: #3366CC;
	text-decoration: none;
	}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	}
#left {
	position: absolute;
	top: 190px;
	font-size: 12px;
	left: 60px;
	background: url(images/menu_top.gif) top left no-repeat;
	padding-top: 20px;
/*	padding: 10px;
	border: 5px solid #ccc;
	background: #666; */
	width: 140px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 140px;
	}
html>body #left {
	width: 140px; /* ie5win fudge ends */
	}
/* left menu */
#left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 140px; /* Width of Menu Items */
	}

#left ul li {
	position: relative;
	}
	
#left li ul {
	position: absolute;
	left: 139px; /* Seto 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#left ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #990000; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #999;
	border-bottom: 0;
	}

#left ul li a:hover { color: #fff; background: #3366CC; } /* Hover Styles */
		
#left li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
#left li:hover ul, li.over ul { display: block; } /* Sets display style */
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


/* End */

	
#middle {
	margin: 0px 0px 0px 190px;
	padding: 10px;
	font-size: 12px;
	color: #333;
	border-left: 1px solid #ccc; 
	background: #fff;
	width: 580px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 580px;
	}

#middle ul {
	margin: 0 0 20px 10px;
	padding: 0;
	list-style: disc;
	float: none;
	}

#middle ul li {
	margin-left: 10px;
	margin-top: 5px;
	padding: 0;
	list-style: disc;
	float: none;
	}
html>body #middle {
	width: 580px; /* ie5win fudge ends */
	}
#right {
	position: absolute;
	top: 190px;
	font-size: 10px;
	left: 850px; /* Opera5.02 will show a space at right when there is no scroll bar */
	padding: 10px;
	border: 1px solid #ccc;
	color: #333
	background: #fff;
	width: 110px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 110px;
	}
html>body #right {
	width: 110px; /* ie5win fudge ends */
	}

#wrap {
	margin: 0px 20px 0px 40px;
	clear: both;
	color: #333
	padding-bottom: -1px;
	background: #fff;
	width: 980px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 980px;
	}
html>body #wrap {
	width: 980px; /* ie5win fudge ends */
	}

#container-top {
	background: #333;
	background: url(images/body_top.jpg) bottom left no-repeat;
	margin-left: 40px;
	height: 14px;
	width: 980px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 980px;
	}
html>body #container-top {
	width: 980px; /* ie5win fudge ends */
	height: 14px;
	}
#container-bottom {
	background: #333;
	background: url(images/body_btm.jpg) top left no-repeat;
	margin-left: 40px;
	height: 14px;
	width: 980px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 980px;
	}
html>body #container-bottom {
	width: 980px; /* ie5win fudge ends */
	height: 14px;
	}
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}