#header {
	width: 920px; 
	margin: auto; 
	background-color: #99ff66;
	border: medium solid #000000;
	text-align: center;
	
}

BODY
{
	color: Black;
	font-family: "Trebuchet MS",Arial,sans-serif;
	text-align: center;
	background-image: url(images/fade.gif);
	background-repeat: repeat-x;
}

H1,H2,H3 { color: #006600; }

TD
{
	vertical-align: top;
}
TABLE.maintable
{
	width: 920px;
	border: medium solid #000000;
	background-color: #99ff66;
	margin: auto;
	text-align: center;
}
TD.head
{
	background-color: #ffffff;
}
TD.ip
{
	vertical-align: top;
	font-size: 10pt;
	font-family: Arial, Sans-Serif;
}
TD.body
{
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}
TD.content
{
	font-size:14px;
	text-align: left;
}
TD.comlinecontent
{
	font-size:13px;
	white-space: nowrap;
	text-align: left;
}
TD.note
{
	font-size:14px;
}
TD.addexpad
{
	text-align: left;
	vertical-align: middle;
}
#navmenu
{
	padding:25px 15px 0 15px;
	background:#ffff00;
}
ul#menu
{
	list-style-type:none;
	width:100%;
	position:relative;
	height:27px;
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:11px 0 0 0;
}
ul#menu li
{
	display:block;
	float:left;
	margin:0 0 0 4px;
	height:27px;
}
ul#menu li.left
{
	margin:0;
}
ul#menu li a
{
	display:block;
	float:left;
	color:#fff;
	background:#006600;
	line-height:27px;
	text-decoration:none;
	padding:0 17px 0 18px;
	height:27px;
}
ul#menu li a.right
{
	padding-right:18px;
}
ul#menu li a:hover
{
	background:#00cc00;
}
ul#menu li a.current
{
	color:#006600;
	background:#99ff66;
}
ul#menu li a.current:hover
{
	color:#ffffff;
	background:#00cc00;
}
#sidebar {
	float: right;
	width: 220px;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	display: block;
}

#login input {
	margin-bottom: 10px;
	padding: 2px 5px;
	border: 1px solid #972296;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

#inputtext1, #inputtext2 {
	width: 98%;
}

#inputsubmit1 {
	margin: 0;
	padding: 0;
	background: url(images/img05.gif) repeat-x;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	font-size: .8em;
}

#updates p {
	line-height: normal;
	font-size: .8em;
}

#updates a {
	text-decoration: none;
}

/* Footer */

#footer {
	clear: both;
	width: 760px;
	height: 80px;
	margin: 0 auto;
	padding: 30px 50px;
	background: url(images/img07.gif) no-repeat center top;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: x-small;
}

#footer a {
	text-decoration: underline;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}