body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #00CC00;
	background-image: green url(../design/side_bg.jpg);
	background-attachment: fixed;
}

/* Main Menu */

.mainmenu
{
color: yellow;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: left;
word-spacing: 3px;
font-weight: bold;
}

/* Main Menu Links */

a.mainmenu:link {color: yellow}
a.mainmenu:visited {color: yellow} 
a.mainmenu:hover {color: white}

/* Sub Menu */

.submenu
{
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 8px;
text-align: left;
word-spacing: 3px;
font-weight: bold;
}

/* Copyright */

.copyright
{
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: center;
}
/* Copyright Links */



/* Sub Page Layout */

.subpages
{
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
word-spacing: 1px;
background-color: #013300;
}

/* Sub Page Links */

a.sublinks:link {color: #00FF00}
a.sublinks:visited {color: #00FF00}
a.sublinks:hover {color: #FFCC00}

/* Rollover Image Pop */

.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid black;
font:normal 12px Verdana;
text-align: left;
line-height: 18px;
z-index: 100;
background-color: white;
width: 200px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=green,direction=135,Strength=5);
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}

.style1 {
	color: #FFCC00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
word-spacing: 1px;
}
.style2 {
	color: #00FF00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
word-spacing: 1px;
}
.style3 {
	color: BLUE;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
word-spacing: 1px;
}
.style4 {
	color: #cc9900;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
word-spacing: 1px;
}
.style5 {
	color: RED;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
word-spacing: 1px;
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 0px 3px;
/*	width: 60px; */
	background: #F86C17;
	color: yellow;
	text-align: left;
	text-decoration: underline}

#sddm li a:hover
{	background: #33CC00}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #F86C17;
	border: 1px solid yellow}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: black;
		color: white;
		font: 11px arial}

	#sddm div a:hover
	{	background: #33CC00;
		color: black}
