/***********************************************/
/* Core Page Divs                              */
/***********************************************/

body{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 0px;
	background-color: #F6F6F6;
	}

h1{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #A50A3C;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B0B0B0;
	}


h2{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #434D3E;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #5F613D;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7A7C4E;
}


h4 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #EAEAEA;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
 }

h5 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#666666;
	font-weight:bold;
	text-align:left;
	height:0px;
	background-color: #EAEAEA;
	padding-left: 5px;
	font-style: italic;
	}
	
h6 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color:#999999;
	font-weight:normal;
	text-align:left;
	height:0px;
	background-color: #EAEAEA;
	padding-left: 5px;
	font-style: italic;
	}

#thirdcolumn_header{
	font-weight: bold;
	color: #EAEAEA;
	background-repeat: repeat-x;
	font-size: medium;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	text-indent: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0px;
	background-image: url(../images/third_header.gif);
}

#thirdcolumn_header2{
	padding: 3px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #85986A;

}

#thirdcolumn_header3{
	padding: 3px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #85986A;

}


/***********************************************/
/* Header                                      */
/***********************************************/

#header
	{
	padding:0px;
	margin:0px;
	background-image:url(../images/banner.gif);
	background-repeat:no-repeat;
	background-position: left center;
	height: 150px;
	}

/***********************************************/
/* Breadcrumb                                  */
/***********************************************/

#top_breadcrumb 
	{
	color:#666666;
	display: block;
	text-align: left;
	margin: 0px;
	height: 20px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/bread.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	} 

	
.breadcrumb 
	{
	color:#666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	}
	
#breadcrumb 
	{
	color:#999999;
	display: block;
	text-align: left;
	margin: 0px;
	height: 20px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	border-bottom-color: #CCCCCC;
	} 

#breadcrumb a 
	{
	color:#ffffff; 
	text-decoration:none; 
	font-weight:bold; 
	} 

#breadcrumb a:hover 
	{
	color:#e9cf71; 
	text-decoration:underline; 
	font-weight:bold; 
	} 




/***********************************************/
/* Main Layout                                 */
/***********************************************/


#wrapper {
	margin-right: 30px;
	margin-left: 0px;
	background-color: #FFFFFF;
	min-width: 900px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E1E1E1;
	border-left-color: #E1E1E1;
}
	
#containertwocolumn {
	float:left;
	width: 100%;
	}

#leftnavigation{
	padding: 0px;
	left:0px;
	position:absolute;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 31px;
	z-index: 10;
	top: 151px;
	height: 230px;
	}
	
.textbold {
	font-weight: bold;
	color: #000000;
	}


#contentcover {
	margin-left:227px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	}

#container {
	min-width: 900px;
	-moz-min-content: 900px;
	max-width: 100%;
	-moz-max-content: 100%;
	background-color: #FFFFFF;
	}
			   
#content{
	margin-right:227px;
	padding-top: 25px;
	}	
	
#content_image{
	margin-right:10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/behind_focal.gif);
	background-repeat: no-repeat;
	}	
	
#contentonecolumn{
	padding-top: 25px;
	padding-right: 15px;
	padding-left: 15px;
	}

#news_box{
	margin-right:10px;
	margin-left:11px;
	}

#result_box{
	border:1px solid #CCCCCC;
	width:185px;
	margin-bottom: 1em;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 7px;
	}
	
#paragraph_breaks{
	display: block;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #C3C3C3;
	margin-top: 0px;
	margin-right: 55px;
	margin-bottom: 0px;
	margin-left: 55px;
}

#paragraph_breaks2{
	display: block;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #C3C3C3;
	margin-top: 0px;
	margin-right: 55px;
	margin-bottom: 0px;
	margin-left: 55px;
}

#paragraph_breaks3{
	display: block;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #C3C3C3;
	margin-top: 0px;
	margin-right: 55px;
	margin-bottom: 0px;
	margin-left: 55px;
}

#paragraph_breaks4{
	display: block;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #C3C3C3;
	margin-top: 0px;
	margin-right: 55px;
	margin-bottom: 0px;
	margin-left: 55px;
}

#thirdcolumn{
	margin-right: 5px;
	margin-left: 0px;
	margin-top:20px;
	padding: 0px;
	font-size: 100%;
	float:right;
	width: 220px;
	border: 1px solid #BEBFC0;
	}

#thirdcolumn p{
	padding: 0px 0px 0px 0px;	
	}

#thirdcolumnsub{
	margin-right: 0px;
	margin-top:0px;
	font-size: 100%;
	width: 220px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #EDF1F2;
	}

#thirdcolumnsearch{
	margin-right: 0px;
	margin-top:0px;
	font-size: 100%;
	float:right;
	width: 205px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	}	
	
#thirdcolumnsub2{
	margin-right: 0px;
	margin-top:0px;
	padding: 0px;
	font-size: 100%;
	float:right;
	width: 215px;
	border: 1px solid #D6CEAD;
	margin-bottom: 0px;
	background-image: url(../images/third_bg.gif);
	background-repeat: repeat-x;
	}	
	
#thirdcolumnsub3{
	margin-right: 0px;
	margin-top:0px;
	padding: 0px;
	font-size: 100%;
	float:right;
	width: 215px;
	border: 1px solid #D6CEAD;
	margin-bottom: 0px;
	background-image: url(../images/third_bg.gif);
	background-repeat: repeat-x;
	}	

#thirdcolumnsub p{
	padding: 0px 0px 0px 0px;	
	}

#footnote 
	{
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #F0F0F0;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	background-repeat: repeat-x;
	background-color: #70736E;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/footer_bg.gif);
	}


.footnote_link 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #B9E3FF;
	}

/* fix for browsers that don't need the hack */
/*html>body #navigationlinks li:onpage {border-top: 1px solid #DEC08A;}*/


/************* #search styles ***************/

.searchtext {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	}	
	
.searchbutton {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	background-color:#8eb1b7;
	border: 1px solid #FED932;
	}	

#searchform
	{
	position:absolute;
	top:130px;
	right:40px;
	text-align:right;
	white-space:nowrap;
	padding:0px;
	margin:0px;
	}

#quicklinks
	{
	right:40px;
	position: absolute;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0;
	}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #CCCCCC;
	color: #C60B46;
	background-color: white;
	background-image: url(../images/shade.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
