          * { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #333333;
}

html, body {
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	/*background-color: #FFFFFF;*/
	margin: 0;
}


body {
	/*
	border-top: 14px solid #FFFFFF;
	border-bottom: 14px solid #FFFFFF;
	border-left: 20px solid #FFFFFF;
	border-right: 20px solid #FFFFFF;
	*/
	background-color: #999999;
}

/**************************
100% height 3 column styles
**************************/
#mainOuter {
	background-color: #999999; 
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}

#mainInner {
	background-color: #FFFFFF;
	width: 956px; 
	text-align:left;	
	border-right: #FFFFFF 20px solid; 
	border-top: #FFFFFF 14px solid; 
	border-left: #FFFFFF 20px solid; 
	border-bottom: #FFFFFF 14px solid;
	margin-right:auto;
	margin-left:auto;
}

#mainContainer {
	/*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
	min-height: 300px;
	width: 956px;
}

* html #mainContainer {
	height: 300px;
}

.outer {
	border-left: 200px solid #EAEAEA; /*** This is the width and the color for our left column ***/
	border-right: 200px solid #FFFFFF; /*** This is the width and the color for our right column ***/
	width: 556px;
	/*position:relative; top:-5px;*/
}

.outer2Col {
	border-left: 200px solid #EAEAEA;
	width: 756px;
	/*position:relative; top:-5px;*/
}

.outer2ColHome {
	border-left: 200px solid #FFFFFF;
	width: 756px;
	/*position:relative; top:-5px;*/
}

.inner {
	/*width: 100%;*/
}

/***
	div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
	div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid
	blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/

.float-wrap {
	float: left;
	width:100%;
	margin-left: -200px; /*** Same length as .outer border-left but with negative value ***/
}

#content {
	float: right;
	background: #FFFFFF;
	margin-right: -200px;  /*** Same length as .outer border-left but with negative value ***/
	width:100%;
}

* html #content {
	position: relative;
}

.contentWrap {
	border: 20px solid #FFFFFF;
	background-color:#FFFFFF;
}

.contentWrap2col {
	border-top: 20px solid #FFFFFF;
	border-left: 20px solid #FFFFFF;
	border-bottom: 20px solid #FFFFFF;
	background-color:#FFFFFF;
}

#leftSideBar {
	float: left;
	min-height: 600px;
	/*padding-top: 14px;*/
	border-top: 20px solid #EAEAEA;
}

* html #leftSideBar {
	position: relative;  /*** IE needs this  ***/
	height: 600px;
}

#rightSideBar {
	float: right;
	min-height: 500px;
	margin-right: -200px; /** This negative margin-right value is the width of the right column + the padding, in this example 130px. ***/
	border-top: 20px solid #FFFFFF;
}

* html #rightSideBar {
	height: 600px;
	position: relative;  /*** IE needs this  ***/
}

.clear { clear: both; }

/**************************
Header styles
**************************/
#header {
	background: #FFFFFF;
	/*height: 120px;*/
	width: 956px;
}

.headerTable {
	width: 956px;
}

.headerLink {
	font-size: 8pt;
	color: #666666;
	text-decoration:none;
}

.headerLink:hover {
	text-decoration:underline;
}

.headerLinkDivider {
	color: #666666;
}

/**************************
Footer styles
**************************/
.footer {
	position:relative; top:16px;
	text-align: left;
	font-size: 7pt;
	background:#FFFFFF url(/elements/images/common/footer.gif) repeat-x left;
	width:956px;
	height:35px;
	margin-bottom:20px
}

.footer .link,
.footer .link:visited,
.footer .link:hover,
.footer .link:active,
.footer .link:active:hover  {
	font-size: 7pt; 
	color: #0069A1;
}

.footer .text {
	font-size: 7pt; 
	color: #333333;
}

.disclaimer {
	font-size: 7pt; 
	color: #666666;
}

.breadcrumbs {
	height: 174px;
	width: 200px;
}

.breadcrumbs  div.title {
	padding-top:60px;
	padding-left:12px;
	padding-right:12px;
}

.breadcrumbs  a.title {
	font-size: 11pt;
	color: #FFFFFF;
	text-decoration:none;
}

.breadcrumbs  a.title:hover {
	text-decoration:underline;
}

.breadcrumbs  div.breadcrumb {
	padding-top:5px;
	padding-left:12px;
	padding-right:12px;
}

.breadcrumbs  a.breadcrumb {
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration:none;
}

.breadcrumbs  a.breadcrumb:hover {
	text-decoration:underline;
}

.breadcrumbs  div.breadcrumbLast {
	padding-top:5px;
	padding-left:12px;
	padding-right:12px;
	font-size: 7pt;
	color: #FFFFFF;
	text-decoration:none;
}

.divSpacer {
	height: 20px;
}

.content8pt {
	font-size:8pt;
	color: #333333;
}

.content8ptWhite {
	font-size:8pt;
	color: #FFFFFF;
}

.content9pt {
	font-size:9pt;
	color: #333333;
}

.contentSerif {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size:10pt;
	color: #333333;
}

.contentText {
	color: #333333;
}

.contentWhite {
	color: #FFFFFF;
}

.contactInfo {
	font-size:8pt;
	color: #333333;
}

.contactInfoBold {
	font-size:8pt;
	font-weight: bold;
	color: #333333;
}

.body_popup {
	margin:10px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	background:#FFFFFF;
}

.pageTitle {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size:16pt;
	color:#7E8D4D;
}

.homeSectionTitle {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size:16pt;
	color:#333333;
}

.homeTopicTitle {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size:10pt;
	color:#BB813A;
}

.byLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#666666;
	padding:5px 0px 5px 0px;
}

.articleDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#666666;
}


.infoDiv .content {
	font-size: 8pt;
	padding:10px 12px 0px 12px;
}


.infoDiv .headerText {
	background-color: #F5F5F5;
	border-bottom: 1px solid #CCCCCC; 
	color: #333333;
	padding: 0px 10px 0px 12px;
	font-size: 8pt;
	valign: middle;
	height:22px;
}

.infoDiv .headerTextBold {
	background-color: #F5F5F5;
	border-bottom: 1px solid #CCCCCC;
	color: #333333;
	padding: 0px 10px 0px 12px;
	font-size: 8pt;
	font-weight: bold;
	valign: middle;
	height:22px;
}


.infoDiv .headerLink {
	background-color: #F5F5F5;
	border-bottom: 1px solid #CCCCCC;
	padding: 0px 12px 0px 10px;
	text-align:right;
}

.infoDiv .headerLink a {
	color: #0069A1;
	font-size: 7pt;
	text-decoration:none;
}


a.srch_link, a.srch_link:visited
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #0069A1;
}

.pdf {
	font-size:8pt;
	color:#7A302E;
	text-decoration:none;
}

.dbl_underline {
	border-bottom: medium double #333333;
}

.spacer {
	height: 20px;
}

.arrow21pt {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 21pt; 
	color: #333333;
}


.popupPageTitle
{
	padding-top: 8px;
	padding-left: 10px;
	font-size:12pt;
	font-weight:bold;
	color:#7E8D4D;
}

.pressRelease
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #333333;
}

.pressRelease .year
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #333333;
}

.pressRelease .yearSel
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #333333;
	font-weight: bold;
}

.pressRelease .date
{
	font-weight: bold;
}

.pressRelease .title
{
}

.pressRelease .subTitle
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #333333;
}

.pressRelease .spacer
{
	height: 10px;
}

.mediaMention
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #333333;
}

.mediaMention .bullet
{
	vertical-align: top;
}

.mediaMention .date
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold;
	color: #333333;
}

.mediaMention .title
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold;
	color: #333333;
}

.mediaMention .publication
{
	font-style: italic;
	font-weight: bold;
}

.mediaMention .spacer
{
	height: 20px;
}

.hpLink
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #7FB3D3;
	text-decoration: none;
}

.hpLink:hover, homeLink:visited:hover
{
	text-decoration: underline;
}

.hpFeatureLinkGold3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:#CFA15A;
}

.whiteLink {
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration:underline;
}

.homeLink {
	font-size: 10pt;
	color: #EEE09E;
	text-decoration:underline;
}

.moreLink, moreLink:visited {
	font-size: 10pt;
	color: #799821;
	text-decoration:none;
}

.moreLink:hover moreLink:visited:hover{
	font-size: 10pt;
	color: #799821;
	text-decoration:underline;
}



.submitButton {
	font-size: 8pt; 
	color: #FFFFFF;
	background-image:url(/elements/images/common/button_bkgd_green.gif);
	background-color: #688148;
	height:13px;
	padding: 6px 7px 0px 7px;
	border: 1px solid #688148;
}
.submitButtonLink {
	font-size: 8pt; 
	color: #FFFFFF;
	letter-spacing:.05em;
	text-decoration:none;
	
}

.submitButtonLink:hover {
	text-decoration:underline;
}

.submit_button {
	font-size: 8pt; 
	color: #FFFFFF;
	
	background-color: #688148;
}


/*************************************
Home Page menu button and tab styles
*************************************/
.hpBtnSection
{
	width: 736px;
	height: 250px;
}

td.hpBtnContent
{
	width: 536px;
	vertical-align: top;
}

.hpBtnLinks
{
	width: 200px;
	height: 250px;
}

 .hpBtnLink1 
 {
    height: 83px;
 }


td.hpBtnLink
{
	background-color: #07324D;
	text-align: center;
	padding-left:12px;
	padding-right:12px;
}

td.hpBtnLink
{
	color: #7FB3D3;
}

td.hpBtnLinkActive
{
	color: #CFA15A;
}

a.hpBtnLink, a.hpBtnLinkActive
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 10pt; 	
	text-decoration: none;
}

a.hpBtnLink:hover, a.hpBtnLinkActive:hover
{
	text-decoration: underline;
}

a.hpBtnLink
{
	color: #7FB3D3;
}

a.hpBtnLinkActive
{
	color: #CFA15A;
}

.hpBtnLink2
{
	height: 82px;
	border-top: 1px solid #215A80;
	border-bottom: 1px solid #215A80;
	padding-left:12px;
	padding-right:12px;
}

.hpTabMenuTbl
{
	width: 736px;
	height: 28px;
}


td.hpTabMenuStart
{
	width:12px; 
	background:#FFFFFF url(/elements/images/home/tabInactive.gif) repeat-x left;
}

td.hpTabMenuActive
{
	text-align:center;
	background:#FFFFFF url(/elements/images/home/tabActive.gif) repeat-x left;
	border-left:1px solid #B3B3B3; 
	border-top:1px solid #B3B3B3;
	border-right:1px solid #B3B3B3;
	color: #00691A;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 9pt; 	
}

a.hpTabMenuActive
{
	color: #0069A1;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 9pt; 	
	display:block; 
	text-decoration: none;
}

.hpTabMenuDividerActive
{
	width:1px; 
	background:#FFFFFF url(/elements/images/home/tabInactive.gif)
}

td.hpTabMenu
{
	text-align:center; 
	background:#FFFFFF url(/elements/images/home/tabInactive.gif) repeat-x left;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	color:#454545;
}

a.hpTabMenu
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color:#454545;	
	display:block; 
	text-decoration: none;
}

a.hpTabMenu:hover
{
	text-decoration: underline;
}

.hpTabMenuDivider
{
	width:1px; 
	background:#FFFFFF url(/elements/images/home/tabDivider.gif);
}

.newsitem {
	background-color: #D9decf;
	padding: 5px;
	width: 200px;
	margin: 5px;
}

.sidebarHeaderRight {
	background-color: #EAEAEA;
	width: 225px;
	padding:4px 16px 4px 8px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:7.5pt;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:.05em;
	color:#555555;
}


