/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

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

body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	position: relative;
	clip: rect(auto auto auto auto);
	left: 20px;
}
{
    text-align: justify;
        }

a{
	color: #cc0000;
	text-decoration: none;
}

a:link{
	color: #CC0000;
	text-decoration: none;
}

a:visited{
	color: #CC0000;
	text-decoration: none;
}

a:hover{
	color: #996633;
	text-decoration: none;
}

h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
}

h2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 135%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-weight: bolder;
}

h3{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 135%;
	color: #996633;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
}

h4{
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 200%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 130%;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

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

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

label{
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #CC0066;
}


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

#content{
  float:leftt;
	width: 90%;
	line-height: 1.5;
	padding-left: 10px;
	background-position: right;
	text-indent: 0pt;
	background-color: #FFFFFF;
}


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


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

.feature{
	padding: 0px 0px 0px 00px;
	font-size: 100%;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.feature h2{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 20px 20px 0px 0px;
}

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

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 90%;
	color: #333333;
}

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

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

#siteInfo{
	clear: both;
	border: 1px solid #CCCCCC;
	font-size: 75%;
	color: #333333;
	padding: 10px 10px 10px 10px;
}

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


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

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px Aucune #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

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

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


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

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

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

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

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

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


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

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

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

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}


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

#advert{
	padding-right: 0px;
	padding-left: 0px;
}

#advert img{
	display: block;
}


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

#headlines{
	margin: 0px;
	padding: 10px 10px 20px 0px;
	font-size: 80%;
	font-weight: normal;
	border-right-style: Aucune;
}

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



