body {
font-family: Arial, sans-serif;
font-size: 11px;
line-height: 18px;
color: #4F4F4F;
margin: 0px;
background: #fff url(images/bg.gif) repeat-x left top;
}

p {
font-family: Arial, sans-serif;
font-size: 12px;
color: #777372;
}

ul li {
color: #777372;
}

a, a:visited, a:active {
font-family: Arial, sans-serif;
font-size: 12px;
color: #777372;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

.menu_wrapper {
margin: 0;
padding-top: 20px;
}

.Menu {
font-family: Arial, sans-serif;
font-size: 11px;
/* Since we aren't floating li in this example we don't have to set a height on the div */
}

.Menu ul {
text-align: center; /* We are using text-align: center on ul to horisontally align our menu */
margin: 0 0 5px 0; /* Just some margin to align the green border below the menu */
padding: 0;
}

.Menu li {
display: inline; /* The menu is horizontally aligned using display: inline */
}

.Menu li a, .Menu li a:visited, .Menu li a:active {
font-family: Arial, sans-serif;
font-size: 10px;
padding: 6px 0px 7px 5px;
margin: 0px;
color: #7D7979;
text-decoration: none;
background: url(images/tabbed-menu-left.gif) no-repeat left top; /* Rollover effect using "Fast rollovers without preload" concept for the left part of the tab */
}

.Menu li a:hover {
color: #fff;
background: #FFAE42 url(images/tabbed-menu-leftO.gif) no-repeat left bottom;
}

.Menu li a span {
font-family: Arial, sans-serif;
font-size: 10px;
padding: 6px 26px 7px 17px;
margin: 0px;
background: url(images/tabbed-menu-right.gif) no-repeat right top; /* Rollover effect using "Fast rollovers without preload" concept for the right part of the tab */
}

.Menu li a:hover span {
font-family: Arial, sans-serif;
font-size: 10px;
color: #fff;
background: #FFAE42 url(images/tabbed-menu-rightO.gif) no-repeat right bottom;
}

.Menu ul#Menu_ul {
margin: 0 0 3px 0; /* Just some margin to align the green border below the menu */
text-align: left; /* We are using text-align: right on ul to align our menu to the right*/
padding: 0;
}



.Menu li#active a span
{
color: #fff;
background: url(images/tabbed-menu-right.gif) no-repeat right bottom;
}

.Menu li#active a
{
color: #fff;
background: url(images/tabbed-menu-left.gif) no-repeat left bottom; /* Rollover effect using "Fast rollovers without preload" concept for the left part of the tab */
}

.form_get {
font-family: Arial, sans-serif;
color: #333;
font-size: 11px;
background: url(images/right_map_bg.jpg) no-repeat top center;
width: 168px;
text-align: left;
padding-left: 10px;
height: 381px;
margin: 0px;
}

.form_get_inside {
font-family: Arial, sans-serif
line-height: 10px;;
color: #333;
font-size: 11px;
background: transparent;
padding-left: 10px;
padding-right: 10px;
text-align: left;
margin: 0px;
}

.text_bg_green {
background: url(images/text_bg.jpg) no-repeat top center;
height: 148px;
margin: 0;
padding: 20px;
}

h3 {
font-family: Arial, sans-serif;
font-weight: bold;
color: #333;
font-size: 12px;
margin-bottom: 8px;
padding: 0;
}

h4 {
font-family: Arial, sans-serif;
font-weight: bold;
color: #999933;
font-size: 13px;
margin-bottom: 8px;
padding: 0;
}

#iframe
	{
	font-family: Arial, sans-serif;
	color: #777372;
	font-size: 11px;
	overflow:auto;
	width:550px;
	height:80px;
	}
	
form, input, select {
font-family: Arial, sans-serif;
font-size: 12px;
color: #777372;
}

.smallform {
font-family: Arial, sans-serif;
font-size: 10px;
color: #333;
line-height: 12px;
}

.big_link a, .big_link a:visited, .big_link a:hover {
	font-family: Arial, sans-serif;
	color: #990000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	width: 140px;
	padding-top: 10px;
}

	
.footer {
	border-top: 1px solid #93AD36;
	font-family: Arial, sans-serif;
	color: #93908B;
	font-size: 11px;
	padding: 10px;
	text-align: center;
	}
	
.disclaimer {
font-family: Arial, sans-serif;
color: #93908B;
font-size: 10px;
}
	
.footer a, .footer a:visited, .footer a:active {
	text-decoration: none;
}

.box_middle {
background: url(images/box_bg.jpg);
padding-right: 20px;
padding-left: 5px;
font-family: Arial, sans-serif;
color: #93908B;
font-size: 12px;
}

.box_middle li {
padding: 0px;
line-height: 18px;
font-family: Arial, sans-serif;
color: #93908B;
list-style: square url(images/bullet_checkmark.gif);
font-size: 12px;
}

.box_bottom {
background: url(images/box_bottom.jpg) no-repeat top center;
height: 16px;
padding: 0px;
}

#iframe1 {
		overflow:auto;
		width:540px;
		height:85px;
		}