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 white;
}
    
.content {
    width: 770px;
    margin-top: 10px;
	background: #E9F1F9 url(images/content_repeat.gif) repeat-y;
    height: 690px;  /* NS */
    padding-bottom: 20px;
}
* html .content {
    height: 490px;  /* IE */
}
    
.left {
	width:155px;
	float:left;
}

div.center {
	padding:0px;
	float:left;
	width: 605px;
    margin-left: 10px; 
}
 
.infoText {
    background-color: #3D5B92;
    color: #D3E4F4; 
	padding: 2px;
	margin-bottom: 10px;
}

.menulist, .menulist ul {
    margin: 0;
    padding: 0;
    width: 155px;
    list-style: none;
}

.menulist ul {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 157px;
}

.menulist li {
    position: relative;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    background: #3D5B92;
    margin-bottom: -1px;
}

.menulist a {
    display: block;
    padding: 3px;
    color: #D3E4F4;
    text-decoration: none;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
    color: #003366;
    background-color: #D3E4F4;
}
.menulist a.highlighted {
    color: #D3E4F4;
    background-color: #3D5B92;
}

* html .menulist li {
    float: left;
    height: 1%;
}
* html .menulist a {
    height: 1%;
}

.adminmenu {
    margin-left: 585px;
    margin-top: -1px;
    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: #3D5B92;
}

.adminmenu a:hover {
    color: #3D5B92;
    background-color: #E9F1F9;
}

.adminmenu li{
    width: 185px;
    border-bottom: 1px solid #E9F1F9;
    border-top: 1px solid #E9F1F9;
    margin-bottom: -1px;
}

* html .adminmenu li {
    float: left;
    height: 1%;
}
* html .adminmenu a {
    height: 1%;
}

