body {background-image: url(bg.gif);font-family: Arial; font-size: 11px; margin-top: 0px; padding-top: 0px;}

#container{background-color: white; width: 850px; margin: 0 auto;}
#header{margin-top: 0px;}

#footer{margin-bottom: 10px; background-color: white; float: left; width: 100%; font-size: 11px; border-top: 1px solid #2f2f2f;}
#footer_content{padding: 3px; background-color: white;}
#footer_bottom{background-color: white}


#content {width: 100%; background-color: white; float: left;}
#menu {width: 170px; float: left;}
#main {background-color: white; margin-left: 10px; width: 630px; margin-top: 5px; float: left;}

h2{margin-top: 0px; padding-top: 0px; margin-bottom: 2px;}

a:link{color: #333333;}
a:active{color: #333333;}
a:visited{color: #333333;}
a:hover{color: #ff6600;}

.clear {
	height:1px;
	margin:0 0 -1px 0;
	clear:both;
	overflow:hidden;
}

#signup{padding: 3px}
label{font-size: 10px; font-weight: bold;}


.menu1 {padding:0 0 0 190px; margin:0; list-style:none; height:35px; background:#fff url(button1_green.gif); position:relative; border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;}
.menu1 li {float:left;}
.menu1 li a {display:block; float:left; height:35px; line-height:35px; color:#eee; text-decoration:none; font-size:13px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu1 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu1 li a:visited {color: white;}
.menu1 li.current a {color:#fff; background:url(button3_green.gif);}
.menu1 li.current a b {background:url(button3_green.gif) no-repeat right top;}
.menu1 li a:hover {color:#fff; background:#000 url(button2_green.gif);}
.menu1 li a:hover b {background:url(button2_green.gif) no-repeat right top;}
.menu1 li.current a:hover {color:#fff; background:#000 url(button3_green.gif); cursor:default;}
.menu1 li.current a:hover b {background:url(button3_green.gif) no-repeat right top;}




.arrowgreen{
	width: 170px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
	margin-bottom: 5px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 13px Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(arrowgreen.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 1px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: white;
}

.arrowgreen li a:hover{
	color: #a6a6a6;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: yellow;
	background-position: 100% -64px;
}
