/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana,Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 10px;
	padding: 0px;
	background-color:#ECE9E0;
}

a:link, a:visited, a:hover {
	color: #820033;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
	color: #000000;
}



/* overrides decoration from previous rule for hovered links */

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

h1{	/* titre */
  font-size: 200%;
 color: #000000;
 /*padding: 25px 10px 10px 10px;*/
 font-weight:300;
 text-align: center;
}

h2{
 font-size: 150%;
 font-weight:300;
 color: #000000;
 
}

h3{
 font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
 font-size: 110%;
 color: #000000;
 /*text-align: right;*/
 }

h4{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 75%;
 font-weight: normal;
 font-style: italic;
 /*text-align: right;*/
 color: #000000;
}

h5{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 110%;
 font-style: italic;
 /*font-weight: bold;*/
 text-align: left;
 padding: 0px 0px 0px 20px;
 color: #000000;
}

h6{	/*signature*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%; 
	 /*font-style: italic;*/
 	/*font-weight: bold;*/
 	text-align: right;
 	color: #000000;
}

a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
 	color: #000000;
}
	
p {
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
}


ul{
 list-style-type: square;
 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	border: 2px solid #AE1836;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

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

#masthead{
	Position: fixed;
	margin-top: -15px;
	padding: 10px 0px ;
	width: 910px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color:#ECE9E0;
	z-index:1;
}

#navBar{
	position: absolute;
	/*left: 10px;*/
	width: 170px;
	top: 120px;
	background-color: #F7E6BB;
	padding: 30px 0px 0px 0px;
	height: 1000px;
	
		
}

#content{
	position:absolute;
	width: 700px;
	margin-top: 60px;
	margin-left: 170px;
	padding: 10px 20px;
	border-right: 1px solid #cccccc;
	left: 10px;
	top: 65px;
}


/***********************************************/
/*Component Divs                               */
/**********************************************

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


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

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


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

#globalBar{
	color="#AE1836"; 
	padding: 0px;
}


#globalBar img{
 display: block;
}


/************** .feature styles ***************/

.feature{
	padding: 15px 10px 0 0;
	
}
.feature_i{
	padding: 15px 0px 0px 0px;
	
}

.feature_d {
	padding: 15px 25px;
	text-align: Right;
}

.tableau{
	padding: 15px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}

.feature h2{
	padding: 30px 0px 30px 50px;
	
}

.feature_G img{
	float: left;
	padding: 10px 10px 10px 0px;
	margin: 0 5px 5px 0;
}

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


/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
}

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


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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	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: 4px 4px 4px 0px;
	vertical-align: middle;
}
*//

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

#Nav-Top{
	/*width: 160px;*/
	height:80px;
	
}


/*********** #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 #AE1836;}

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


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

#sectionLinks{
	position: absolute;
	margin: 0px;
	padding: 35px 10px 10px 10px;
	width: 150px;
	/*border: 2px solid #AE1836;*/
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 10px;
	border-top: 1px solid #AE1836;
	width: 100%;
/* voice-family: "\"}\""; 
  voice-family:inherit; */
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #AE1836;
	padding: 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #AE1836;
	border-bottom: 1px solid #AE1836;
	background-color: #ECE9E0;
	padding: 10px;
}


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

/**.relatedLinks{
	/*position:relative;
	/*margin: 0px;
	/*width: 170px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

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


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

/***#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


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

/***#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
