#content { position: absolute; }

/*
#EDF3EC= light
#1E7212= medium
#0A4D01= dark
*/

.light {background: #EDF3EC}
.medium {background: #1E7212}
.dark {background: #0A4D01}

.ladybug	{background-image: url(images/lb-back.gif); }
.yang		{background-image: url(images/yang-back.gif); }
.daisy		{background-image: url(images/daisy-back.gif); }
.green_ging	{background-image: url(images/green_ging.gif); }

body {font-family: Verdana; font-size: 10pt; color: #1E7212;}
ul {font: 10pt Verdana,Arial,Sans-Serif;}
td {font: 10pt Verdana,Arial,Sans-Serif;}

.button 		{font: 10pt Verdana,Arial,Sans-Serif; background-image: url(images/button.gif); color: white;}
.buttonover		{font: 10pt Verdana,Arial,Sans-Serif; background-image: url(images/button-over.gif); color: #0A4D01; cursor:hand;}

A:link {color: #0A4D01;cursor:hand; text-decoration:none; background:transparent;}
A:visited {color: #0A4D01;cursor:hand; text-decoration:none; background:transparent;}
A:active {color: #0A4D01;cursor:hand; text-decoration:none; background:transparent;}
A:hover {color: #0A4D01;cursor:hand; text-decoration:underline;background: #EDF3EC; font-style:normal; font-variant:normal; font-weight:bold}

A:link.menu {color: white ;cursor:hand; text-decoration:none; background:transparent;}
A:visited.menu {color: white ;cursor:hand; text-decoration:none; background:transparent;}
A:active.menu {color: white ;cursor:hand; text-decoration:none; background:transparent;}
A:hover.menu {color: #A40505 ;cursor:hand; text-decoration:underline;background: #EDF3EC; font-style:normal; font-variant:normal; font-weight:bold}

.aw_scroll {
	scrollbar-arrow-color: #EDF3EC;
	scrollbar-face-color: #0A4D01;
	scrollbar-base-color: #EDF3EC;
	scrollbar-track-color: #EDF3EC;
	scrollbar-3dlight-color: #EDF3EC;
	scrollbar-darkshadow-color: black;
	scrollbar-highlight-color: #EDF3EC;
	scrollbar-shadow-color: #0A4D01;
}

.aws-margintb { margin-top: 2px; margin-bottom: 2px; }
.aws-marginlrt { margin-left: 3px; margin-right: 3px; margin-top: 3px; }
.aws-marginl-10 { margin-left: 10px;}

.aws-adbox {
	border: 1px solid #1E7212; background: white;
	vertical-align: middle; }
	
.aws-titlebox {
	border: 1px solid #1E7212; background: #EDF3EC;
	vertical-align: middle; padding: 3px;}
	
.aws-lrbox {
	border-left: 1px solid #1E7212; border-right: 1px solid #1E7212;
	background: white;}
	
.aws-botbox {
	border-bottom: 1px solid #1E7212;}