body{
	scrollbar-DarkShadow-Color:#000000;
	scrollbar-Track-Color:#FDEFDD;
	scrollbar-Face-Color:#E2633A;
	scrollbar-Shadow-Color:#000000;
	scrollbar-Highlight-Color:#FFFFFF;
	scrollbar-3dLight-Color:#E2633A;
	scrollbar-Arrow-Color:#FDEFDD;

 
 	cursor:url(images/pince2.cur), url(images/pince1.cur), default;
 	overflow:auto;
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.1;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #E2633A;
	text-decoration: none;
	cursor:url(images/pince1.cur), url(images/pince2.cur), default;
}

a:hover {
	text-decoration: underline;
	
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}


h2{
 font-size: 110%;
 color: #E2633A;
/*margin:10px 0px 20px 0;*/


}

h3{
 font-size: 90%;
 color: #334d55;

}

h5{
 font-size: 110%;
 color: #334d55;
/*margin:20px 20px 20px 50px;*/

}
p{
 font-size: 80%;

}

ul{
 list-style-type: square;
font-size:100%;
/*padding:10px 50px 20px 100px;*/
}








				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
    height :150px;
	/*min-height : 100px;*/
	margin: 0;
	padding: 0px 0px;
	border-bottom: 5px solid #E2633A;
	right:0px;
	color:black;
	background-position:left top;
	background-color:white;
	background-image:url(images/contact.gif);
	background-repeat:no-repeat;


}

#navBar{
	width :22%;
	position:absolute;
	padding: 0px;
	background-color: #FDEFDD;
	border-right: 2px solid #E2633A;
	border-bottom: 2px solid #E2633A;
	
}

#content{
	position:absolute;
	width : 74%;
	right : 0px;
	height : 77%;
	overflow-x:hidden;
	overflow-y:scroll;
	margin:0px 0px 00px 0px;
	padding : 0px 0px 0px 0px;
	
	


}

#content h1{
	 font-size: 110%;
	 /*margin:0px 0px 100px 0px;*/
	 color: #E2633A;
	
	}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 10px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
position:absolute; top:15px; left:140px;
color: #E2633A;
}

#globalNav img{
 display:block;
}

#globalNav a {
	font-size: 100%;
	}

#content li{
font-size:75%;
margin:5px 0px 0px 0px;
}
/************** .story styles *****************/

.story{
	clear: both;
	padding: 5px 0px 0px 10px;
	}

.story p{
	padding: 0px 0px 10px 0px;
}

.tableau {
font-size: 80%;
}
/************** .feature styles ***************/

.feature{
	padding: 0px 10px 5px 5px;
	font-size: 100%;
	text-align: justify;
}

.feature h3{
	font-size:100%;
	text-align: justify;
}

.feature img{
	float: left;
	margin: 0 10px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	position:absolute;
	bottom:0px;
	width:22%;
	border: 2px solid #E2633A;
	font-size: 75%;
	color: #E2633A;
	padding: 2px 2px 2x 2px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}

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

/*#search{
	padding: 0px 0px 20px 0px;
	border-bottom: 0px solid #E2633A;
	
}

#search form{
 margin: 0px;
 padding: 0px;
font-size:80%;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #FDEFDD;}

/* fix for browsers that don't need the hack */
/*html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #E2633A;
	}

#sectionLinks a:link{
	padding: 2px 0px 2px 2px;
	border-top: 1px solid #E2633A;
	width: auto;
}

#sectionLinks h3{
font-size: 92%;
padding: 2px 0px 2px 2px;
}

#sectionLinks a{
font-size: 79%;
padding: 2px 0px 2px 2px;
}

#sectionLinks a:visited{
	border-top: 1px solid #E2633A;
}

#sectionLinks a:hover{
	border-top: 1px solid #none;
	background-color: #FDE9D0;
	}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 5px 0px 10px 10px;
	font-size:80%;
}

.relatedLinks h3{
	padding: 0px 0px 2px 0px;
}

/************** #advert styles **************/

/*#advert{
	padding: 5px 0px 0px 50px;
	font-size: 300%;
	border-top: 1px solid #E2633A;
}

#advert img{
	position:absolute;
	bottom:20px;
	display: block;
}

/************** #headlines styles **************/

#headlines{
		margin: 0px;
	padding: 0px 0px 2px 2px;
	}


#headlines a{
	font-size:72%;
}

#headlines h3{
	font-size:90%;
	padding: 5px 0px 0px 0px;
}