body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	background-color:#ffffff;
}

h1, h2, h3, h4, h5, h6 {}

h1 { font-size: 28px; color:#00673d; font-weight:bold; margin:6px 0 6px 0;} /* Page Title */
h2 { font-size: 18px; color:#75a030; font-weight:bold; margin:4px 0 4px 0;}	/* Paragraph header */
h3 { font-size: 12px; color:#75a030; font-weight:bold; margin:16px 0 12px 0;}
h4 { font-size: 12px; color:#75a030; font-weight:bold; margin:16px 0 12px 0;}
h5 { font-size: 12px; color:#75a030; font-weight:bold; margin:16px 0 12px 0;}
h6 { font-size: 12px; color:#666666; font-weight:bold; margin:4px 0 4px 0;}

h5.sub-header { font-size: 12px; color:#75a030; font-weight:bold; margin: 16px 0 0 0; line-height:1.6em;}
h5.sub-sub { font-size: 12px; color:#8c8c8c; font-weight:bold; margin:4px 0 4px 0;}

img {border:none;}

p {margin-bottom: expression(this.nextSibling==null ? '0' : ''); line-height:1.6em; }
em {font-style:italic;}
a	{color:#166332;}

table {border:none 0px;}
th, td {border:none 0px;}

text {border:0px;}

input .submit {}

strong {font-weight:bold;}

select, textarea {background:#ffffff none repeat scroll 0 0;}

.clear {clear:both;}

.align_left { float:left;}
.align_right {float:right;}

/* Scrollbar: overflow scroll replacement */
div#box_scroll_content {}

div#box_scroll {
	float: left;
	width: 100%;
	overflow: auto;
	margin-top:30px;
}

#box_scrollbar {
	float: right;
	background: url(Images/Scroll/ver_base_bottom.png) no-repeat bottom;
	_background: url(Images/Scroll/ver_base_bottom.gif) no-repeat bottom;
	display: none;
	margin-top:30px;
}

#box_scrollbase {
	background: url(Images/Scroll/ver_base_top.png) no-repeat;
	_background: url(Images/Scroll/ver_base_top.gif) no-repeat;
	width: 18px;
	margin-bottom: 109px;
	_pngfixkeeppos: true;
}

#box_scrollhandle {
	background: url(Images/Scroll/handle.png) no-repeat;
	width: 23px;
	height: 109px;
	_pngfixkeeppos: true;
}

.faded{
	opacity: 0.35; 
	-moz-opacity: 0.35; 
	-khtml-opacity: 0.35; 
	filter: alpha(opacity=35); 	
}

.lighter{
  position: absolute;
	opacity: 0.85; 
	-moz-opacity: 0.85; 
	-khtml-opacity: 0.85; 
	filter: alpha(opacity=85); 	
}

.size_50{
	width: 70px;
	text-align: left;
	font-size: 13px;
}

.green{color: green;}

.red{color: red;}

.pad      { padding: 10px; }
.pad-l    { padding-left: 10px; }
.pad-r    { padding-right: 10px; }
.pad-t    { padding-top: 10px; }
.pad-b    { padding-bottom: 10px; }
.spad	    { padding: 5px; }
.spad-l   { padding-left: 5px; }
.spad-r   { padding-right: 5px; }
.spad-t   { padding-top: 5px; }
.spad-b   { padding-bottom: 5px; }	
.pad-none { padding: 0; }

.mar      { margin: 10px; }
.mar-l    { margin-left: 10px; }
.mar-r    { margin-right: 10px; }
.mar-t    { margin-top: 10px; }
.mar-b    { margin-bottom: 10px; }
.smar     { margin: 5px; }
.smar-l   { margin-left: 5px; }
.smar-r   { margin-right: 5px; }
.smar-t   { margin-top: 5px; }
.smar-b   { margin-bottom: 5px; }	
.nsmar-l  { margin-left: -5px; }
.nsmar-r  { margin-right: -5px; }
.nsmar-t  { margin-top: -5px; }
.nsmar-b  { margin-bottom: -5px; }	
.mar-none { margin: 0; }

.radiobutton{	}

.radiobutton input{float: left;}

.radiobutton label{
	font-size:0.9em;
	margin-left:18px;	
	display:block;	
}

.error_msg{}

.rounded-box-85{
	background:url(Images/Global/rounded-textbox-85.png) no-repeat top left;
	width:115px;
	height:25px;
	float:left;
}

.rounded-textbox-85{
	border: 0;
	width:75px;
	margin:5px;
}

.rounded-box-119{
	background:url(Images/Global/rounded-textbox-119.png) no-repeat top left;
	width:149px;
	height:29px;
	float:left;
}

.rounded-textbox-119{
	border: 0;
	width:109px;
	margin:5px;
}

#header-search .sf_searchBox
{
	background:url(Images/Global/rounded-textbox-234.gif) no-repeat;
	width:234px;
	height:29px;
	float:left;
}

#header-search .sf_searchText{
  width:168px;
  margin:5px 0 0 5px;
	border:0;
	float:left;
}

#header-search .sf_searchSubmit
{
  background:#ffffff url(Images/Global/search.gif) no-repeat 0 0;
	border:0;
	width:61px;
	height:25px;   
	float:left;
	margin-top:2px;
}

.searchResults
{
  border-top:solid 1px  #D9D9D9;
  border-bottom:solid 1px  #D9D9D9;
  padding:0 0 20px 0;
}

.searchResults dt{
  margin:20px 0 0 0;
}

.searchResults dt a{
  text-decoration:none;
}

.searchResults dt a, .searchResults dd a{color:#75a030;}

.searchResults dt a {font-weight:bold;}

.searchResults dd {margin:5px 0 0 0;}

ol.sf_pager li 
{
   list-style:none;  
   padding:0px;
   margin:0px;
}

ol.sf_pager li a
{
  color:#75a030;
  text-decoration:none; 
}

ol.sf_pager li a:hover, ol.sf_pager li a:active {text-decoration:underline;}

.rounded-corner{border:0px;	}

.rounded-corner thead th{
	background-color:#cdddb5;	
	height:38px;
	border:0px;
	color:#75a030;
	font-weight:bold;
	text-align:center;
}

.rounded-corner tbody td {
	background:#e3ecd6;
	color:#666666;
	border:0px;
	text-align:center;
	padding: 15px 0 5px 0;
}

.rounded-corner thead th.tl {
	background:#CDDDB5 url(Images/Global/rounded-corner-tl.gif) no-repeat top left;
	height:10px;
}

.rounded-corner thead th.tr {
	background:#CDDDB5 url(Images/Global/rounded-corner-tr.gif) no-repeat top right;
	height:10px;
}

.rounded-corner tfoot td.bl {
	background:#E3ECD6 url(Images/Global/rounded-corner-bl.gif) no-repeat bottom left;
	height:10px;
}

.rounded-corner tfoot td.br {
	background:#E3ECD6 url(Images/Global/rounded-corner-br.gif) no-repeat bottom right;
	height:10px;
}


.form {width:448px;}

.form .row {
	width:448px;	
	float:left;
	margin:6px 0 6px 0;
}

.form .caption {
	width:115px;
	margin-top:4px;
	float:left;	
	color:#666666;
	font-weight:bold;
}

.form .forminput {float:left;}

.form .forminput .textbox {width:245px;height:20px;}

.form .errormsg{color:#ef3e42;}

.breakout1 {
  width:448px;
	background-color:#e3ecd6;
}

.breakout1 .body {padding:5px 15px 5px 15px;}

.breakout1 .top { background: url(Images/Global/breakout1_tr.gif) no-repeat top right; }

.breakout1 .top-left {
	background: url(Images/Global/breakout1_tl.gif) no-repeat top left; 
	height:10px;
}

.breakout1 .bottom { background: url(Images/Global/breakout1_br.gif) no-repeat top right;}

.breakout1 .bottom-left {background: url(Images/Global/breakout1_bl.gif) no-repeat top left; height:10px;}

.breakout1 ul{list-style:none;}
 
.breakout1 ul li { 
  margin:0px;
  padding-left:15px;
  list-style-type:none !important;
  background: url(Images/Global/nav-list-off.gif) no-repeat  0 5px;
  line-height:1.5em;
}

.breakout1 ul li a {color:#166332 !important;}

.breakout2{
	background-color:#f4f8ef;
	padding:20px 0 20px 10px;
	width:455px;
	border-top:solid 1px #d9d9d9;
	border-bottom:solid 1px #d9d9d9;
	margin-bottom:20px;
}

.breakout2 .title{
	color:#ef3e42;
	font-weight:bold;
}

.breakout2 ol {}

.breakout2 ol li {
	margin-left:20px;
	color:#53923e;
}

.breakout2 ul {}

.breakout2 ul li{
  list-style-type:decimal !important;
	color:#999999;
	line-height:1.5em;
}

#ddlwrapper {
  background-color:#ffffff;
  background: url(images/ddl_bg.jpg) no-repeat left bottom;
  height:34px;  
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#ddlbar {width: 235px;}

#ddlbar, #ddlbar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#ddlbar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	color: #000000;
}

#ddlbar a.trigger {
	padding:10px 16px 10px 10px;
	background-image: url(images/bg_select.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#ddlbar li {
	float: left;
	width: 235px;
	list-style:none;
}

#ddlbar li {position: relative;}

/* hide from IE mac \*/
#ddlbar li {position: static; width: 235px;}
/* end hiding from IE5 mac */

#ddlbar li ul, #ddlbar ul li  {
	width: 235px;
	list-style:none;
}

#ddlbar ul li a  {
	border-right: 0;
	padding: 3px 12px 3px 16px;
	background-color: #ffffff;
}

#ddlbar li ul {
	position: absolute;
	display:none;
	background-color: #FFFFFF;	
  list-style:none;  
}

#ddlbar li:hover a, #ddlbar a:focus, #ddlbar a:active, #ddlbar li.hvr a {
	color: #000000;
	background-color: #ffffff;
}

#ddlbar li:hover ul, #ddlbar li.hvr ul {
	display: block;
}

#ddlbar li:hover ul a, #ddlbar li.hvr ul a {
	color: #000000;
	background-color: transparent;
}

#ddlbar ul a:hover {
	background-color: #42023C !important;
	color: #ffffff !important;
}



