td#td_maincontent_ {
    background-color: white;
}



div#leftmenu_ a {
    color: white;
    font-size: .8em;
    padding: 6px;
    margin: 0px;
    border-bottom: 1px solid white;
    display: block;
    text-decoration: none;
}

div#leftmenu_ ul ul a {
    padding-left: 10px;
}

div#leftmenu_ ul ul ul a {
    padding-left: 25px;
}

div#leftmenu_ a:hover {
    text-decoration: underline;
    background-color: gray;
}

div#leftmenu_ ul, div#leftmenu_ ul li {
    list-style-type: none;
    margin:0px;
    padding: 0px;
}

body{
    margin: 7px auto;
}

div#wrapper_ {
    width:760px;
    height:601px;
}

div#banner_ {
    width:760px;
    height:130px;
}

div#menu_ {
    width:760px;
    height:24px;
    background-image: url(images/menu_bg.gif);
}

div#leftmenu_ {
    float: left;
    width:150px;
}

div#maincontent_ {
    float: left;
    width:590px;
    width:610;
    height:416px;
    background-color: white;
    min-height: 400px;
    height: 100%;
    padding: 10px;
}

div#rule_ {
    width:760px;
    height: 4px;
    margin-bottom: 0px;
}

div#footer_ {
    width:760px;
    height:27px;
    background-color: #494949;
    border-width: 0px;
    border-style: solid;
    float: left;

}

div#footer_ p {
margin: 0px;
clear: both;
}

div#footer_ p {
 font-size: .7em;
 font-weight: bold;
 color: #FFFFFF;
 padding: 4px;
 padding-left: 12px;
 float: left;
}

div#footer_ span {
 font-size: .7em;
 font-weight: bold;
 color: #FFFFFF;
 padding: 4px;
 padding-right: 12px;
 float: right;
}

div#footer_ a {
 color: #FFFFFF;

}

div#footer_ a:hover {
  color: #8F896B;
}

table.wrapper {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: black;
}

img, embed, div {
	display: block;
}

div#utilities, div#utilities a {
    background-color: black;
    padding: 5px 0 5px 0;
    border: 0px;
}

div#utilities a:hover {
    background-color: black;
}

div#utilities img {
    float: left;
    margin: 0 5px 0 5px;
}