BODY, HTML {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

BODY {
	background-color: #073002;
}

BODY, HTML, TABLE, TD, div {
	font-family: Arial;
	font-size: 10pt;
}

TD {
	vertical-align: top;
	text-align: left;
}

a img {
    border: 0px;
}

a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: #111111;
	text-decoration: none;
}
a:hover {
	color: #073002;
	text-decoration: underline;
}


.error {
	color: #ff2222
}

#radio {
    color: white;
    text-decoration: none;
    font-size: 150%;
    font-weight: bold;
    margin-right: 120px;
}

#precont {
    width: 100%;
    min-height: 100%;
    height: 100%;
}

#container {
    text-align: left;
    background-color: #f1f1b0;
    border-left: 1px solid #2b4e1d;
    width: 750px;
    min-height: 100%;
    overflow: auto;
    _height: 100%;
    _overflow: visible;
}

#head { 
    height: 195px;
    width: 100%;
    text-align: right;
    background-image: url('/pic/headbg.gif');
    background-position: top left;
    background-repeat: repeat-x;
}

#headleft {
    background-image: url('/pic/headleft.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    width: 320px;
    height: 100%;
    float: left;
}
#headright {
    background-image: url('/pic/headright.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    width: 420px;
    height: 100%;
    float: right;
}

.subhead {
    font-weight: bold;
    color: #073002;
    background-color: #f1f187;
    padding: 4px;
}

#left {
    width: 178px;
    min-height: 420px;
    _height: 420px;
    border: 0px;
    margin: 0px;
    border-right: 4px solid #48c21b;
    float: left;
}

ul#menu {
    margin: 0px;
    padding: 0px;
    padding-top: 5px;
    padding-left: 7px;
    list-style-type: none;
}
ul#menu li {
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
}
ul#menu li a {
    font-weight: bold;
    text-decoration: none;
    color: #073002;
    display: block;
    width: 100%;
}

ul#menu li ul {
    margin: 0px;
    padding: 0px;
    padding-left: 15px;
    list-style-type: none;
    display: none;
}
ul#menu li ul li a {
    font-weight: normal;
}

ul#menu li ul li {
    margin: 0px;
    padding: 0px;
}

ul#menu li a:hover {
    background-color: #f1f187;
}

#maincnt {
    margin-left: 190px;
    margin-right: 20px;
}


/** { border: 1px solid silver; }*/
