/* CSS Document */

/* text base ------------------------------------------------ */

p { /* remove all text margins */
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

body  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: left; 
	color: #000000;
	text-decoration: none;}


/* main horizontal navigation  */

.captions {   /* image captions */
	font-size: 70%;
	line-height: 100%;
	font-weight: normal;
	color: #CFA859;
	text-decoration: none;
}

#menu
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 274px;
	background-color: ;
	width: 1024px;
	padding: 0px;
	border: 0px;
	height: 27px;
}

#navcontainer ul { list-style-type: none; }

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	left: 282px;
	top: 251px;
	background-color: #ffffff;
	width: 533px;
	padding: 0px;
	border: 0px;
	height: 27px;

}
#navcontainer ul li { display: inline; }
#navcontainer ul li a { 
text-decoration: none; 
padding: .2em 1em;
font-family: Arial, Helvetica, sans-serif;
color: #85A0A9;
font-size: 95%;
letter-spacing: ; 
	font-weight: normal;
text-align: center;
 /*text-transform: uppercase; */  
 
margin-left: 16px;
padding: 5px 0em; /* top right bottom left */
overflow: hidden;
float: left;}

#navcontainer ul li a:hover
{
color: #CFA859;
text-decoration: underline;
}

	#menu {
	width: 1024px;
	height: 29px;
	text-align: center;
	background: #FFFFFF;
}
	
	a img{ border:none;}
	
	
	
/*-----------------Submenu-------------------*/
	
	
	
ul.vertical_list {
    margin: 0px auto;
	list-style: none;

		margin-left:10px;
		margin-right: 20px;
		
        padding-left: 10px;  /*-----------------must use both for it to work across all browsers-------------------*/
		padding-right: 20px;
		


}
ul.vertical_list li {
    text-align: left;  
    
    border: 0px;
	list-style: none;

}
	
ul.vertical_list a {
	font-family: Arial, Helvetica, sans-serif;
    color: #999999;
    font-size: 70%;
    letter-spacing: 0.02em; 
    font-weight: normal;
	text-decoration: none;
	line-height: 170%;
		
	
}
	
ul.vertical_list:last-child  { 		
		border-bottom-width: 1px;
	    border-bottom-style: dotted; 
		border-bottom-color: #D7D7D7; 
		margin: 0px 5px 0 20px;
		padding: 10px 0 5px 0px;} 
	
	
ul.vertical_list li a:hover{
color: #CFA859;
text-decoration: underline;
}

/*..........................................Sub submenu...................*/

/* subMenu */
ul.vertical_list li li a:link, #vertical_list li li a:visited {
font-weight: normal;
		margin-left:-20px;
        padding-left: -20px;  /*-----------------must use both for it to work across all browsers-------------------*/
color: #CFA859;

}
ul.vertical_list li li a:hover {
    color: #666666;
text-decoration: underline;
}



/*..........................................Related Links...................*/

      
	
ul.relatedL_list {
    margin: 0px auto;
	list-style: none;
	margin-left:20px;

}

ul.relatedL_list li {
    text-align: left;
    

    padding: 0px 10px 3px 10px; /* top right bottom left */

    border: 0px;}
	
ul.relatedL_list a {
	font-family: Arial, Helvetica, sans-serif;
    color: #CFA859;
    font-size: 65%;
    letter-spacing: 0.08em; 
    font-weight: normal;
	text-decoration: none;}
	
ul.relatedL_list li a:hover{
color: #CFA859;
text-decoration: underline;
}

.relatedlinks_title {
	font-size: 95%;
	line-height: 100%;
	color: #CFA859;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	
		border-bottom-width: 1px;
	    border-bottom-style: solid; 
		border-bottom-color: #D3D3D3; 
		margin: 0px 20px 0 20px;
		padding: 10px 0 5px 0px;}
		
		
.relatedlinks_text {
	font-size: 70%;
	line-height: 120%;
	color: #CFA859;
	text-decoration: none;
	font-weight: normal;}
	
/*---------------------international links titles-----------------*/	

.intlinks_titles {
	font-size: 75%;
	line-height: 120%;
	color: #CFA859;
	text-decoration: none;
	font-weight: normal;
}
	
.intlinks_text {
	font-size: 60%;
	line-height: 120%;
	color: #999999;
	text-decoration: none;
	font-weight: normal;}
        
	
/*---------------------Services Table list-----------------*/	
ul.table_list {
    margin: 0px auto;
	margin-left:0px;
	list-style: none;
}

ul.table_list li {
    text-align: left;
	padding: 0px 10px 3px 10px; /* top right bottom left */
	color:#CCCCCC;
    border: 0px;}
	
ul.table_list a {
	font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 70%;
    letter-spacing: 0.08em; 
    font-weight: normal;
	text-decoration: none;}
	
ul.table_list li a:hover{
	color: #CFA859;
	text-decoration: underline;
}

/*---------------------Non hyperlinked Table list-----------------*/	
ul.tableh_list {
    margin: 0px auto;
	margin-left:0px;
}

ul.tableh_list li {
    text-align: left;
	padding: 0px 10px 3px 10px; /* top right bottom left */
	color:#CCCCCC;
    border: 0px;}
	
ul.tableh_list a {
	font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 70%;
    letter-spacing: 0.08em; 
    font-weight: normal;
	text-decoration: none;}	

/*---------------------Links Table list-----------------*/
	
ul.linkstable_list {
    margin: 0px auto;

		margin-left:0px;

}

ul.linkstable_list li {
    text-align: left;
    

    padding: 0px 10px 3px 10px; /* top right bottom left */

    border: 0px;}
	
ul.linkstable_list a {
	font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 70%;
    letter-spacing: 0.08em; 
    font-weight: normal;
	text-decoration: none;}
	
ul.linkstable_list li a:hover{
color: #CFA859;
text-decoration: underline;
}	
	
	
	

/* layout ------------------------------------------------ */

.twoColElsLtHdr #container { 
	width: 978px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #999999;
	text-align: left;

} 
#header { 
 
 <div id="header">
	/*background: url(../images/banner2.jpg) no-repeat;*/}
	
#header #banner-img{ 
	border: 0;
	position: absolute;
	
	width: 1024px; 
	height: 303px;
	
	left: 0px; top: 0px; width: 100%; padding: 0px; padding-right: 0px;
	/*background: url(../images/banner2.jpg) no-repeat;*/	
	  
}

.twoColElsLtHdr #searchbar1 {
	float: left; 
	width: 260px; 
	height: 30px;
	background: #EAE6D2; 
	padding: 0px 0; 
	
	}
	
.twoColElsLtHdr #searchbarfield {
	float: left; 
	width: 230px; 
	height: 20px;
	margin: 0 0px 0 18px; 
	padding: 4px 0; 
	}
	
.twoColElsLtHdr #sidebar1 {
	float: left; 
	width: 260px; 
	height: 100%;
	background: #F2F3E7; 
	padding: 0px 0; 
}

.twoColElsLtHdr #feature {
 	float: left;
	width: 260px; 
	height: 100%;
	background: #FFFFFF; 
	padding: 0px 0; 
	
	}

.twoColElsLtHdr #content {
	margin: 0 24px 0 340px; /
} 
.twoColElsLtHdr #footer { 
	padding: 0 0px; 
	background:#FFFFFF;
	
} 

	.twoColElsLtHdr #footerleft {
	
	width: 260px; 
	height: 20px;
	background: #FFFFFF; 
	padding: 0px 0px 0 0px; 
	margin: 0 0px 0 0px; /


	}
	
	#top { 
	width: 978px; background-color:#FFFFFF;
	padding:0;
	height: 80px;}
	
	

form {
    padding:0;
    margin:0;}

select {  font-family: Arial, Helvetica, sans-serif; font-size: 10px}
value {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}
select {  }
input {  font-family: Arial, Helvetica, sans-serif; font-size: 10px}

a:link {
	text-decoration: none;
	color: #85A0A9;}
	
/* main text variables ------------------------------------------------ */	

#textsub_headings {
	font-size: 80%;
	line-height: 100%;
	color: #CFA859;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	}
	
#text_quotes {
	font-size: 70%;
	line-height: 100%;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	}
	
#text_credits {
	font-size: 60%;
	line-height: 100%;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	}

/* text ------------------------------------------------ */

a.nav, a.nav:link, a.nav:visited {  /* main navigation */
	font-family: Arial, Helvetica, sans-serif;
	color: #666666; /* grey */
	font-size: 65%;
	letter-spacing: 0.08em; 
	font-weight: bold;
	text-align: left; 
	text-decoration: none; 
	display: inline; 
	margin-left: 16px;
	padding: 5px 0em; /* top right bottom left */
	overflow: hidden;
	float: left;}
	
	
a.top_nav, a.top_nav:link, a.top_nav:visited {  /* main navigation */
	font-family: Arial, Helvetica, sans-serif;
	color: #666666; /* grey */
	font-size: 65%;
	letter-spacing: 0.08em; 
	font-weight: bold;
	text-align: left; 
	text-decoration: none; 
	display: inline; 
	margin-left: 26px;
	padding: 5px 0em; /* top right bottom left */
	overflow: hidden;
	float: left;}
	
a.footer_nav, a.footer_nav:link, a.footer_nav:visited {  /* footer navigation */
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff; /* grey */
	font-size: 50%;
	letter-spacing: 0.08em; 
	font-weight: normal;
	text-align: left; 
	text-decoration: none; 
	display: block; 
	margin-left: 14px;
	padding: 5px 0em; /* top right bottom left */
	overflow: hidden;
	float: left;}
	
	
h1 {  /* main headings */
	font-size: 130%;
	line-height: 120%;
	color: #85A0A9;
	text-decoration: none;
	font-weight: normal;

}

h2 {   /* main body text */
	font-size: 80%;
	line-height: 170%;
	font-weight: normal;
	color: #666666;
	
}

h3 {   /* main body text with uderline */
	font-size: 70%;
	line-height: 160%;
	font-weight: normal;
	color: #CFA859;
	text-decoration: none;
}

h4 {  /* main body text credits */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 140%;
	color: #85A0A9;
	text-decoration: none;
	font-weight: normal;
}

h5 {   /* international links descriptors */
	font-size: 70%;
	line-height: 100%;
	color: #666666;
	text-decoration: none;
	font-weight: normal;

}

.table_text {
	font-size: 70%;
	line-height: 100%;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	text-align: left;}

	
.sidebar_menutitle {
	font-size: 95%;
	line-height: 100%;
	color: #CFA859;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	}
	

.sidebar_title {
	font-size: 95%;
	line-height: 100%;
	color: #85A0A9;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	
		border-bottom-width: 1px;
	    border-bottom-style: dotted; 
		border-bottom-color: #D7D7D7; 
		margin: 0px 5px 0 20px;
		padding: 40px 0 5px 0px;

}
.sidebar_title2 {
	font-size: 95%;
	line-height: 100%;
	color: #85A0A9;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	
		border-bottom-width: 1px;
	    border-bottom-style: solid; 
		border-bottom-color: #D3D3D3; 
		margin: 0px 20px 0 0px;
		padding: 40px 0 5px 0px;

}
.sidebar_text {
	font-size: 65%;
	line-height: 120%;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.sidebar_newsdate {
	font-size: 65%;
	line-height: 160%;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.sidebar_newstext {
	font-size: 65%;
	line-height: 160%;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
a.footer_nav:hover {
	text-decoration: underline;
}

a.nav:hover {
	text-decoration: underline;
	color: #85A0A9;
}
	 
.twoColElsLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}



.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 20px; 
	margin-right: 20px;
}


.twoColElsLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}

/* Miscellaneous classes for reuse------------------------------------------------ */


.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;
}

/* Miscellaneous classes for reuse------------------------------------------------ */
.latestnews_date {
	font-size: 70%;
	line-height: 160%;
	color: #666666;
	text-decoration: none;

}
.latestnews_description {
	font-size: 80%;
	line-height: 110%;
	color: #CFA859;
	text-decoration: none;
	font-weight: normal;
	text-align: left;

	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-color: #666666; */
	
}

.latestevents_date {
	font-size: 70%;
	line-height: 160%;
	color: #666666;
	text-decoration: none;

}
.latestevents_description {
	font-size: 80%;
	line-height: 110%;
	color: #CFA859;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	
}

.exposureupdate_date {
	font-size: 75%;
	line-height: 160%;
	color: #666666;
	text-decoration: none;

}
.exposureupdate_description {
	font-size: 90%;
	line-height: 110%;
	color: #CFA859;
	text-decoration: none;
	font-weight: bold;
	text-align: left;

	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-color: #666666; */
	
}


/* Breadcrumb------------------------------------------------ */

.B_crumbBox {
       /*Span that surrounds all crumb output*/

	font-size: 70%;
	line-height: 120%;
	color: #ffffff;
	text-decoration: none;
	text-align: left;}

.B_hideCrumb  {     /*Span surrounding the "..." if there are more crumbs than will be shown*/
}
.B_currentCrumb  {  /*Span or A tag surrounding the current crumb*/
}
.B_firstCrumb  {    /*Span that always surrounds the first crumb, whether it is "home" or not*/

}
.B_lastCrumb  {     /*Span surrounding last crumb, whether it is the current page or not*/

}
.B_crumb   {        /*Class given to each A tag surrounding the intermediate crumbs (not home, or hide)*/
text-decoration: none;
color: #ffffff;
}
.B_homeCrumb  {     /*Class given to the home crumb*/
	text-decoration: none;
	color: #ffffff;
}

/* -------------------------------------------sidebar login*/

#sidebarlogin fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}
#sidebarlogin form {
	border: none;
	margin: 0px;
	padding: 0px;
}


#sidebarlogin label {
color: #444444;
}

#sidebarlogin label {
display: block;
margin-top: 5px !important;
}

#sidebarlogin input {
	width: 100%;
}
#sidebarlogin #checkbox_1 {	width: auto; float: right;}
#sidebarlogin h3 {
display: none;
}
.button {width: auto !important; height: auto !important; padding: 2px !important; margin-top: 5px !important; margin-bottom: 5px !important;}

#sidebarlogin #forgotpsswd {
	display: block;
	font-size: 70% !important;
}
	
.logindetails {
	font-size: 70%;
	padding: 10px 0em; /* top right bottom left */
	color: #85A0A9;
	text-decoration: none;
	text-align: left;
 
}


	
.logindetails2 {
	font-size: 70%;
	padding: 10px 0em; /* top right bottom left */
	color: #999999;
	text-decoration: none;
	text-align: left;
}
	
	#WebLoginLayer0 {
		font-size: 70%;
	padding: 10px 0em; /* top right bottom left */
	color: #85A0A9;
	text-decoration: none;
	text-align: left;
 
}
	

/* ------------------sitemap-------------------  */

ul.sitemap_list {
    margin: 0px auto;
	list-style-type: disc;
		margin-left:20px;

}
 
	



ul.sitemap_list li {
    text-align: left;
    padding: 0px 10px 3px 10px; /* top right bottom left */
		border-bottom-width: 1px;
 
		border-bottom-style: dotted; 
		border-bottom-color: #D7D7D7; 
	}
	
	ul.sitemap_list li li {
    text-align: left;
    padding: 0px 10px 3px 10px; /* top right bottom left */
		list-style-type: circle;
    border: 0px;
	}
	
	
	
ul.sitemap_list a {
	font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 70%;
    letter-spacing: 0.08em; 
    font-weight: normal;
	text-decoration: none;

	}
	
ul.sitemap_list li a:hover{
color: #CFA859;
text-decoration: underline;
}

/* ------------------search-------------------  */

#ajaxSearch_form { /* #ajaxSearch_form - id of the search form*/
           color: #444;
           width: auto;
       }
	 
       #ajaxSearch_input { /*#ajaxSearch_input - id of the input box on the form*/
           width: auto;
           display: inline;
           height: 17px;
           border: 1px solid #ddd;
           border-left-color: #c3c3c3;
           border-top-color: #7c7c7c;
           background: #fff url(images/input-bg.gif) repeat-x top left;
           margin: 0 3px 0 0;
           padding: 3px 0 0;
           vertical-align: top;
       }
       #ajaxSearch_submit { /*#ajaxSearch_submit - id of the submit button*/
           display: inline;
           height: 22px;
           line-height: 22px;
       }
       #ajaxSearch_output {  /*#ajaxSearch_output - id of the div that the ajax results are returned in*/
           border: 1px solid #444;
           padding: 10px;
           background: #fff;
           display: block;
           height: auto;
           vertical-align: top;
       }
	   
	    .ajaxSearch_resultLink { /*class for result link*/
			font-size: 80%;
			line-height: 110%;
			color: #CFA859;
			
			
			}
			.ajaxSearch_extract {/*class for content extract div (for highlighting)*/
				font-size: 70%;
				line-height: 160%;
				color: #666666;
				text-decoration: none;
				font-weight: normal;
		}
		
		.ajaxSearch_resultsInfo {/*resultsIntro*/
			font-size: 80%;
			line-height: 110%;
			color: #CC0000;
	   }
	   /*The following items are used to style the reults when the user does not have javascript or they have clicked the more results link*/
	   
       .ajaxSearch_paging { /*.ajaxSearch_paging - class for span of result pages listing*/
   	font-size: 70%;
	line-height: 160%;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
       }
	   
	 .ajaxSearch_resultDescription {/*class for result description span*/  
	   				font-size: 70%;
				line-height: 160%;
				color: #666666;
				text-decoration: none;
				font-weight: normal;
	  } 
	  
	  .ajaxSearch_resultsIntroFailure{ /*class for no results paragraph*/
	  	   				font-size: 70%;
				line-height: 160%;
				color: #666666;
				text-decoration: none;
				font-weight: normal;
	  }
	   
	  /*The following items are used to style the results returned by the ajax request. */
	  
       .AS_ajax_result {  /*.AS_ajax_result - class for the result container div*/
           color: #444;
           margin-bottom: 3px;
       }
       .AS_ajax_resultLink { /*.AS_ajax_resultLink - class for the result link*/

           	text-decoration: underline;
       }
       .AS_ajax_resultDescription{ /*.AS_ajax_resultDescription - class for the result description span*/
           color: #555;
       }
       .AS_ajax_more { /*.AS_ajax_more - class for more search results div*/
           color: #555;
       }
	   
/* -------------------------------------------fd download*/
fd_output{border: 1px solid #ccc;

    padding: 10px;

}


.fd_output tr.fd-alt {

    background-color: #eee;

}

.fd_output tr.fd-directory {

    background-color: #336699;

    color: #fff;

}


.fd-path{
	font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 70%;
    letter-spacing: 0.08em; 
    font-weight: normal;
	text-decoration: none;
		border-bottom-width: 1px;
	border-bottom-style: dotted;}
	
	
	
	
a:hover {
	color: #85A0A9;
}
.menu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	
	}
.talk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
	color: #7AADA2;
	text-decoration: none;
	}
	
.heads {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 140%;
	color: #7AADA2;
	text-decoration: none;
	font-weight: normal;
}

.menuleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #333333;
	text-decoration: none;
	line-height: 160%;
}

.addressleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #85A0A9;
	text-decoration: none;
	line-height: 160%;
	
				margin: 0px 0px 0px 0px;

		padding: 0px 0px 0px 10px;
}

.relatedlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 55%;
	color: #85A0A9;
	text-decoration: none;
	line-height: 160%;
	
		
		}
	

.footer2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #ffffff;
	text-decoration: none;
}

.footer2:hover{
	color: #000000;
	text-decoration: none;
}

.team {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #999999;
	text-decoration: none;}


hr {
   
    border: 0px;
	height: 1px;
	color: #D3D3D3;
	background-color: #D3D3D3;
	margin: 0px;
	}
	
	.menuleftbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #CC6600;
	text-decoration: none;
	line-height: 22px;
	font-weight: bold;
}
	.addressleftbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #85A0A9;
	text-decoration: none;
	line-height: 22px;
	font-weight: bold;
}

.sidebar_featuretext {
	font-size: 70%;
	line-height: 140%;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	text-align: left;

}

.sidebar_featureheading {
	font-size: 70%;
	line-height: 160%;
	color: #CFA859;
	text-decoration: none;
		font-weight: normal;
	text-align: left;
		padding: 5px 0px;


}
.sidebar_featureheadingbold {
	font-size: 70%;
	line-height: 140%;
	color: #CFA859;
	text-decoration: none;
		font-weight: bold;
	text-align: left;


}


.home_icons_titles {
	font-size: 70%;
	line-height: 110%;
	color: #85A0A9;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}

a.home_icons_titles:hover {
	text-decoration: underline;
	color: #CFA859;
}

.link_strip {
	font-size: 75%;
	line-height: 110%;
	color: #85A0A9;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}

a.link_strip:hover {
	text-decoration: underline;
	color: #CFA859;
}

.homeintro {
	font-size: 70%;
	line-height: 130%;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	margin: 7px;
	padding: 7px;
}

.homeintrohtitle {
	font-size: 75%;
	line-height: 120%;
	color: #cc6600;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	margin: 7px;
	padding: 7px;
}

td.grey {
	background: #58585A;
	border: 5px solid #58585A;
}


.hometext {
	font-size: 80%;
	line-height: 160%;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	
	
}

.homeheadline {
	font-size: 190%;
	line-height: 130%;
	color: #cc6600;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
		padding: 0px 0px 15px 0px;
	
}
.textlinks {
	font-size: 85%;
	line-height: 120%;
	color: #CFA859;
	text-decoration: none;
	font-weight: normal;
}

#searchbar1 {
	float: left; 
	width: 268px; 
	height: 27px;
	background: #FFFFFF; 
	padding: 0px 0;
	
	
	}
	
#searchbarfield {
	float: left; 
	width: 230px; 
	height: 20px;
	margin: 0 0px 0 18px; 
	padding: 4px 0; 
	}
.icon_link {
	font-size: 60%;
	line-height: 110%;
	color: #85A0A9;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	font-style: italic;
		margin: 0px 20px 0 0px;
		padding: 40px 0 5px 0px;
}
