body {
background: white;
font-size: 15px; font-family: arial,verdana,helvetica; text-decoration: none;
}
td {
font-size: 15px; font-family: arial,verdana,helvetica; text-decoration: none;
}
h3{
font-size: 20px;
font-family: arial,verdana,helvetica; 
font-weight: bold;
text-decoration: none;
}
dl, dt, dd, ul, li {
font-size: 100%; font-family: arial,verdana,helvetica; text-decoration: none;
margin: 0;
padding: 0;
list-style-type: none;
}

a {text-decoration: none;
font-size: 100%; font-family: arial,verdana,helvetica; text-decoration: none;
color: black;
color: #222;
}
A:link {color:black; text-decoration:none}
A:hover {color:blue; text-decoration:underline}

#menu {
position: absolute;
top: 10;
z-index:100;
margin: 0px auto;
width:896px;
}
#menu dl {
float: left;
width: 126px;
margin: 0 1px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
font-size: 100%;
background: #ccc;
border: 1px solid gray;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}

#wrapper {
	width:896px;
	margin:0px auto;
	padding:10px;
}
#header {
	height:30px;
	width:884px;
	padding:5px;
	margin-top:11;
}
#content {
	margin-top:10px;
	padding-bottom:10px;
}
/* applies to all divs within the content div */
#content div {
	padding:10px;
  float:left;
}
#content-left {
	width:250px;
}
#content-main {
	margin-left:10px;
	width:592px;
}
#content-right {
	margin-left:10px;
	width:134px;
}
#bottom {
	clear:both;
	text-align:right;
}
