body { 
    text-align: center;
	background: white;
    font-family: arial,verdana,helvetica,sans-serif;
	font-size: 12px; 
}
body, td{
	font-size: 12px; 
}
a{
	color: #506415;
	text-decoration: none;
}
a:hover{
	color: #759C02;
}

.main {
    width: 770px;
    margin-right: auto;
    margin-left: auto;
    padding:0px;
    text-align:left;
}

.banner {
    width: 770px;
    height: 125px;
    padding: 0px;
	background: white url(images/banner.jpg) no-repeat;
	border: 1px solid black;
}
    
.content {
    width: 770px;
    margin-top: 20px;
	background: #ECEBEB;
}

.admincontent {
	background: white;
}

.left {
	width:218px;
	/* height: 540px; */
	padding-top:12px;
	float:left;
	background:#7C020D;
    border-right: 52px solid white;
}

html>body .left {
	width: 166px;
}

div.center {
	width: 604px;
	padding:0px;
	float:left;
    border-left: 52px solid white;
    margin-left: -52px;
}
 
html>body div.center {
	width: 552px;
    height: 530px;
}

.address {
    color: #C3BEBE;
    font-size: 8pt;
	height: 65px;
	float:left;
	padding-left:17px;
	padding-bottom:0.5em;
	padding-top:1em;
}

.compname {
    color: #CC7F86;
}
    
.copyright {
    color: black;
    font-size: 8pt;
    text-align: center;
    position: absolute;
    _width: 100%;
    top: 620px;
	padding-bottom:0.5em;
}

html>body .copyright {
    padding-left: 20px;
}    
.infoText {
    background-color: #7F9E21;
    color: white; 
	padding: 2px;
	margin-bottom: 10px;
}

.menulist, .menulist ul {
    margin: 0;
    padding: 0;
    width: 166px;
    list-style: none;
}

.menulist ul {
    width: 180px;
}

.menulist ul {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 168px;
}

.menulist li {
    position: relative;
    border: 1px solid #8B7476;
    background: #7C020D;
    margin-bottom: -1px;
}

.menulist a {
    display: block;
    padding: 3px;
    color: #ffffff;
    text-decoration: none;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
    color: #7C020D;
    background-color: #9E8F90;
    font-weight: bold;
}
.menulist a.highlighted {
    color: #7C020D;
    background-color: #9E8F90;
}

* html .menulist li {
    float: left;
    height: 1%;
}
* html .menulist a {
    height: 1%;
}

.adminmenu {
    margin-left: 585px;
    margin-top: 80px;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    font-family: arial,verdana,helvetica,sans-serif;
	font-size: 11px; 
}

.adminmenu a{
    padding-left: 10;
    display: block;
	color: white;
    background: #7C020D;
}

.adminmenu a:hover {
    color: #7C020D;
    background-color: #9E8F90;
}

.adminmenu li{
    width: 185px;
    border-bottom: 1px solid #8B7476;
    border-top: 1px solid #8B7476;
    margin-bottom: -1px;
}

* html .adminmenu li {
    float: left;
    height: 1%;
}
* html .adminmenu a {
    height: 1%;
}

