@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:0px;
}

a{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
a.visted{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}


p{
	margin-top: 0em;
  margin-bottom: 0em;

}

.page_title{
	padding-left:70px;
	vertical-align:top;
}

.header-top{

}

.header-bottom{
	background-image:url(images/header-bottom.jpg);
	background-position:top-left;
	background-repeat:no-repeat;
	height:43px;
	min-height:43px;
}

.menu{
color:#8daf4d;
font-family:Century Gothic, Verdana, Geneva, sans-serif;
font-size:15px;
margin-left:130px;
position:absolute;
width:670px;
margin-top:-10px;
}


.menu_item{
margin:0 auto;
color:#7eb243;
float:left;
padding:5px 6px;

}
.menu_item a{
color:#7eb243;
font-weight:bold;
text-decoration:none;

}
.menu_item a:visited{
color:#7eb243;

}
.menu_active{
margin:0 auto;
color:#cccccc;
float:left;
padding:5px 6px;

}
.menu_active a{
color:#cccccc;
font-weight:bold;
text-decoration:none;

}
.menu_active a:visited{
color:#cccccc;

}

.green_title{
color:#7eb243;	
font-size:16px;
font-weight:bold;
}
.black_title{
color:#000000;
font-size:14px;
font-weight:bold;
}
.grey_title{
color:#cccccc;
font-size:16px;
font-weight:bold;
}
.grey_title a{
color:#cccccc;
font-size:16px;
font-weight:bold;
text-decoration:none;
}
.grey_title a:visited{
color:#cccccc;
font-size:16px;
font-weight:bold;
text-decoration:none;
}
.grey_heading{
color:#cccccc;
font-size:16px;
font-weight:bold;
padding-bottom:5px;
}

.green_text{
	color:#7eb243;
	padding:2px 0px 2px 0px;
}

.form_row{
	padding:2px 3px 2px 0px;
}

input
{
color: #7eb243;
border: 1px solid #7eb243;
}

.Address{
color: #7eb243;
border: 1px solid #7eb243;	
}

.Submit{
	background-color:#CCC;
	font-size:15px;
	color:#FFF;
	padding:0px 10px;
	border-style:none;
	font-weight:bold;
}

span.radio { 
  width: 24px; 
  height: 16px; 
  padding: 0 4px 0 0; 
  background: url(images/java_button.jpg) no-repeat; 
  display: block; 
  clear: left; 
  float: left; 
} 

