body  {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #333;
	background-color: #FFF;
	background-image: url(../images/bkg_main.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: left top;
}

blockquote {
	background: #E8FFC4;
	border: 1px dashed #999;
	font-weight: bold;
	color: #000;
	text-align: left;
	margin: 0px 0px 10px;
	padding: 10px 15px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/*******************************/
.plusMinusTitle{
	cursor:pointer;
	
	font-size: 13px;
	font-weight: bold;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.hidetext {
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.dates{
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.date1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.prTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0d5c91;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.prReleases {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.prBody {
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}



.pdf_bullet {
	list-style: url(../images/i_pdf.gif) outside;
	padding-bottom: 5px;
}


.contentLI {
	line-height: 16px;
	padding-bottom: 10px;
}
.ULstyle {
	margin: 0px 0px 0px 40px;
	padding: 0px;
}.ULstyle1 {
	margin: 15px 0px 0px 40px;
	padding: 0px;
}


/**************************links**************************/


a:link{
	color: #7dba00 !important;
	text-decoration: none !important;
	font-weight: bold !important;
	font-size: 12px !important;
}
a:active{
	color: #7dba00 !important;
	text-decoration: none !important;
	font-weight: bold !important;
	font-size: 12px !important;
}

a:hover {
	color: #7aabde !important;
}
a:visited {
	color: #7dba00 !important;
	text-decoration: none !important;
	font-weight: bold !important;
	font-size: 12px !important;
}

a.title_link:link{
	color: #7dba00 !important;
	text-decoration: none !important;
	font-weight: bold !important;
	font-size: 12px !important;
}
a.title_link:active{
	color: #7dba00 !important;
	text-decoration: none !important;
	font-weight: bold !important;
	font-size: 12px !important;
}

a.title_link:hover {
	color: #fff !important;
}
a.title_link:visited {
	color: #7dba00 !important;
	text-decoration: none !important;
	font-weight: bold !important;
	font-size: 12px !important;
}

a.alert_lk:link{
	color: #d94f00 !important;
	text-decoration: underline !important;
	font-weight: bold !important;
	font-size: 10px !important;
}
a.alert_lk:active{
	color: #d94f00 !important;
	text-decoration: underline !important;
	font-weight: bold !important;
	font-size: 10px !important;
}

a.alert_lk:hover {
	color: #d94f00 !important;
	text-decoration: none !important;
	font-weight: bold !important;
	font-size: 10px !important;
}
a.alert_lk:visited {
	color: #d94f00 !important;
	text-decoration: underline !important;
	font-weight: bold !important;
	font-size: 10px !important;
}

/******************* main nav ********************/

#main_nav   {
	margin: 18px 0px 0px 5px;
	padding: 0px;
	float: left;
}

a.main_link:link {
	font-size: 12px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	color: #FFF !important;
	text-decoration: none !important;
	padding-right: 30px;
	padding-left: 2px;
}
a.main_link:visited {
	font-size: 12px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	color: #FFF !important;
	text-decoration: none !important;
	padding-right: 30px;
	padding-left: 2px;
}
a.main_link:hover {
	color: #0d5c91 !important;
	}
a.main_link:active {
	font-size: 12px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	color: #FFF !important;
	text-decoration: none !important;
	padding-right: 30px;
	padding-left: 2px;
}

/************** top navigation *********************/

#top_nav  {
	float: right;
	margin: 0px;
	list-style-type: none;
	width: 400px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}


a.top_link:link {
	font-size: 11px !important;
	font-weight: normal !important;
	color: #999 !important;
	text-decoration: none !important;
}

a.top_link:visited {
	font-size: 11px !important;
	font-weight: normal !important;
	color: #999 !important;
	text-decoration: none !important;
}

a.top_link:hover {
	text-decoration: underline !important;
}

a.top_link:active {
	font-size: 11px !important;
	font-weight: normal !important;
	color: #999 !important;
	text-decoration: none !important;
}


/******* form styles *****************/
#formWrap {
	padding-top: 10px;
	float: right;
	color: #FFFFFF;
}
form {
	margin: 0px;
	padding: 0px;
}

input.text{
	background: #E5f1cc;
}
input.text_sm {
	background: #E5f1cc;
	font-size: 11px;
	font-weight: normal;
}

input.txtBox {
	width: 150px;
}

input.text:focus, textarea:focus {
	background:#c5beb7;
}
textarea{
	margin-top:0.5em;
	background: #E5f1cc;
}
select {
	background: #E5f1cc;
}
.smallSelect {
	font-size: 11px;
}


label.top{ /* forcing label to be on its own line*/
	display:inline;
	color: #fff;
	font-weight: bold;
}
label.checkbox{
	line-height:1;
}
p.required {
	position:relative;
}
span.required {
	font-size: 18px;
	font-weight: bold;
	color: #d94f00;
}
.searchBtn {
	margin: 0px;
	height: 23px;
	width: 34px;
	border: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	background: transparent left;
}
/************************ layout ************************/

#container {
	width: 980px;
	text-align: left;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background: url(../images/bkg/base_MainTemp_full_bkg.jpg) repeat-y left top;
} 

#container #header {
	padding: 0px;
	margin: 0px;
	height: 75px;
	background-color: #FFF;
	width: 980px;
	
} 
#container #logo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 75px;
	width: 403px;
}


#container #bluebar {
	margin: 0px;
	padding: 0px;
	height: 52px;
	background-color: #7dba00;
	background-image: url(../images/bkg_main.jpg);
	background-repeat: repeat-x;
	background-position: left -75px;
	width: 980px;
}
#content_base {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: url(../images/bkg/base_MainTemp_full_bkg.jpg) repeat-y;
	width: 980px;
	
}
h1.partner {
	margin: 0px;
	padding: 5px 0px 0px 45px;
	font: 18px Arial, Helvetica, sans-serif;
	color: #0d5c91;
	background: url(../images/i_partners.jpg) no-repeat left top;
	height: 45px;
}
#TitleName {
	margin: 0px;
	padding: 30px 0px 0px 30px;
}




#side_LF  {
	width: 980px;
	padding: 0px;
	height: 100%;
	background-image: url(../images/bkg/base_MainTemp_full_top.jpg);
	background-repeat: no-repeat;
	background-position: left -127px;
	margin: 0px;
}

/****************** bottom ***********************/

#container #bottom {
	text-decoration: none;
	background-image: url(../images/bkg/base_MainTemp_full_bot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 980px;
	margin: 0px;
	padding: 0px;
	height: 50px;
}


#container #copyright {
	padding: 0px 30px 0px 0px;
	margin: 0px;
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	background-color: #FFF;
}

.sitemapTitle {
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: auto;
	margin: 0px;
	padding: 0px;
}

/************************************************************/

/********************buttons*****************************/
.btnLG {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #bedc7f;
	text-decoration: none;
	background: url(../images/btn_lg.gif) no-repeat;
	margin: 0px;
	height: 33px;
	width: 105px;
	border-style: none;
	padding: 0px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.btnLGhov {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	background: url(../images/btn_lg.gif) no-repeat;
	margin: 0px;
	height: 33px;
	width: 105px;
	border-style: none;
	padding: 0px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
.btnMD {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #bedc7f;
	text-decoration: none;
	background: url(../images/btn_md.gif) no-repeat;
	height: 33px;
	width: 80px;
	border: none;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
.btnMDhov {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	background: url(../images/btn_md.gif) no-repeat;
	height: 33px;
	width: 80px;
	border: none;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

.btnSM {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #bedc7f;
	text-decoration: none;
	background: url(../images/btn_sm.gif) no-repeat;
	height: 33px;
	width: 53px;
	border-style: none;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
.btnSMhov {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	background: url(../images/btn_sm.gif) no-repeat;
	height: 33px;
	width: 53px;
	border-style: none;
	cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

.btnNext {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #bedc7f;
	text-decoration: none;
	background: url(../images/btn_next.gif) no-repeat 10px top;
	height: 33px;
	width: 113px;
	border: none;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand;
	padding: 0px;
	margin: 0px;
}
.btnNexthov {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	background: url(../images/btn_next.gif) no-repeat 10px top;
	height: 33px;
	width: 113px;
	border: none;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand;
	padding: 0px;
	margin: 0px;
}
.fileBtn {
	background: url(../images/btn_lg.gif) no-repeat 5px top;
	height: 33px;
	width: 115px;
	border-style: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #e5f1cc;
	text-decoration: none;
}


/**********************************************/

/*********menu styles*************/

#menu {
	padding: 0px;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 50px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	margin: 0px;
	list-style-type: none;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#menu ul li a:link{
	color: #467CD8 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	font-weight: bold !important;	
	
	
}
#menu ul li a:visited{
	color: #467CD8 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	font-weight: bold !important;
}

#menu ul li a:hover{
	color: #333333!important;
	
}
#menu ul li a:active{
	color: #467CD8 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	font-weight: bold !important;
}
#menu ul li ul li
{
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu ul li ul a:link{
	color: #666 !important;
	
	
}
#menu ul li ul a:visited{
	color: #666 !important;
	
	
}
#menu ul li ul a:hover{
	color: #333 !important;
	
}
#menu ul li ul a:active{
	color: #666 !important;
	
}




.alert {
	font-weight: bold;
	color: #d94f00;
	border: 1px solid #d94f00;
	margin: 0px;
	padding: 1px;
	text-align: center;
	background: #FFF;
}

