/* 	CSS Document
	created by:  Leigh Penny, ICVM Group
	created date: March 27, 2007
 */
<!--
* {
	float: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}
p {
	margin: 0px;
	margin-bottom: 10px;
}
blockquote {
	padding-left:20px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
ul {
   margin-left: 1.5em;
}
ol {
   margin-left: 2em;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
.right {
	float: right;
	}
.left {
	float: left;
}
#container {
	width: 878px;
	position:relative;
}
#header {
	position:relative;
	z-index:1000;
	width: 878px;
	text-align:left;
	}
#mainbody {
	position: absolute;
	top:277px;
	left:0px;
	z-index:100;
	width: 838px;
	text-align:left;
	border-left:20px solid #72716D;
	border-right:20px solid #72716D;
	}
#menubox {
	width: 168px;
	height: 171px;
	text-align:left;
	background: url(../images/menuBox.png) no-repeat top;
	margin-top:70px;
	margin-bottom:182px;
	padding: 30px 20px 30px 20px;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='images/menuBox.png');
	}
#menulinks {
	display:block;
	position:absolute;
	}

HR 
{ color:DarkBlue; background: gray; border: 0; Height:1px;}