/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #ffffff; /* white for browser window background color and footer top border */
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 80%;
}

/* -- General Link Styling -- */

a:link {
color:blue; 
text-decoration: underline;
}

a:visited {
color: blue;
text-decoration: underline;
}

a:hover {
color: purple;
text-decoration: underline;
}

/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
}

#Header {
height: 200px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#CenterColumn {
margin: 0 180px 0 180px;    /* STEP 1: set to "0 RightColumnWidth 0 LeftColumnWidth" */
}

#LeftColumn {
float: left;
width: 179px;               /* STEP 2: To set right and left columns at 180, set 1 less than 180 here */
margin-left: -960px;        /* STEP 3: set to the same width (but with minus sign) specified in #PageWrapper above  */
}

#RightColumn {
float: left;
width: 179px;               /* STEP 4: also 1 less than 180 */
margin-left: -180px;        /* STEP 5: set to -(RightColumnWidth) */
}

#Footer {
clear: both;
text-align: center;         /* width: 100% after clear both gave bug - I think it is not needed */
padding: 8px 0;
}

.Liner {
padding: 10px 10px;
}

#Header .Liner {
padding: 10px 10px;
}

#Footer .Liner {
margin: 0;
padding: 0;
}


/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
border: 3px solid #ccccff;   /* --- border around whole page ---- */
margin: 0px auto;
background-image: url(image-files/wf_Background.gif);    /* --- seperate the columns ---- */
background-repeat: repeat-y;
}

#LeftColumn {
background-image: url();
background-repeat: repeat-y;
background-color: transparent;
}

#CenterColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#RightColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
background-image: url();
background-repeat: no-repeat;
background-color: #ffffff; /* white to cover background */
border-top:3px solid #ccccff;
}

/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 110%;
color: #1d487e;                /* darkish blue-green for headlines and RSSbox -- */
border-bottom: 1px solid #ffffff; /* white */
margin: 12px 0;
}



/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
font-size: 95%;
}

.Navigation li {
background-color: #FFFFFF;        /* white, for button and RSS box backgrounds -- */
border: 1px solid #FFFFFF;
margin-bottom: 3px;
}


/* -- Navigation Link styles -- */

.Navigation a {
color: #1d487e;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
border-bottom: 1px solid #FFFFFF;
}

* html .Navigation a { 
    height: 1px; /*  this fixes the Extra Whitespace in List Links bug in IE due to display: block */
    } 

.Navigation a:visited {
color: #1d487e;
text-decoration: none;
}

.Navigation a:hover {
	color: #1d487e;   /* light sea blue */
	text-decoration: none;
	border-bottom: 1px solid #0000FF;
}




/* ------ Section 5 - Additional Navigation ------ */


/* -- Thumbnail-with-Caption Navigation -- */

.imageCaptionLinkGroup {
text-align: center;
}

.imageCaptionLinkGroup a {
text-decoration: none;
}

.imageCaptionLinkGroup .caption {
text-decoration: underline;
font-size: 95%;
}


/* -- Horizontal Text NavBar -- */

.text-NavBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 12px auto 12px auto;
	width: 600px;
}

.text-NavBar ul {
list-style-type: none;
padding: 0;
}

.text-NavBar ul li {
display: inline;
text-align: center;
}

.text-NavBar a {
color: blue;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.text-NavBar a:visited {
color: blue;
text-decoration: none;
}

.text-NavBar a:hover {
color: blue;
text-decoration: underline;
}


/* ------ Section 6 - Specific Font Styles ------ */

#LeftColumn {
font-size: 90%;
}

#RightColumn {
font-size: 90%;
}

#Footer {
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #1d487e;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}


h1 {
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 0px solid #8f8fb3;
	text-align: center;
	font-size: 180%;
}

h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
border-bottom: 1px solid #8f8fb3;
font-size: 150%;
}

h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
border-bottom: 1px solid #8f8fb3;
font-size: 140%;
}

h4 {
font-size: 115%;
}

#LeftColumn h4 {
font-size: 90%;
margin-top: 0;
}

#RightColumn h3 {
font-size: 110%;
color: #1d487e;
border-bottom: 1px solid #FFFFFF;
margin: 12px 0;
}

#RightColumn h4 {
font-size: 90%;
color:#000000;
margin-top: 0;
}

#CenterColumn p, li {
	line-height:145%;
}

#TOC h4 {
	margin-top:0px;
	margin-bottom: 6px;
}

#TOC a {
	color: #1d487e;
	text-decoration:underline;
}

#TOC p {
	margin-top:0px;
}

#TOC hr {
	color:#ccccff;
	background-color:#ccccff;
	height:2px;
	border:none;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
clear: both;
line-height: 14px;
}

blockquote {
margin: 12px 56px;
color: #1d487e;
font-size: 115%;
line-height: 20px;
font-family: "Times New Roman", Times, serif;
}

/* ------ Section 7 - Boxes ------ */


.CalloutBox {
	background-color: #fff;
	width: 160px;
	border: 1px solid #1d487e;
	margin: 18px auto 24px auto;
	padding: 4px
	color: black;
}

.CalloutBox p {
margin: 13px;
}
p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1, h2, h3, h4, h5, h6 {
margin: 0;
}
p.CalloutBox h1, h2, h3, h4, h5, h6 {
padding: 0;
}




.C2LeftBox {           /* the container box */
background-color: #ddd;
width: 40%;
border: 1px solid #8f8fb3;
margin: 2px 18px 12px 0;
float: left;             /* adding float enables text to flow around it */
color: #006;
}

.C2LeftBox h5 {
margin:0;
padding:2px;
text-align:center;
background-color: #fff;
}

.C2LeftBox p {
font-size:11px;
padding:0px 4px;
line-height:13px;
}


.ReminderBox {           /* the container box */
background-color: #ddd;
width: 24%;
border: 1px solid #8f8fb3;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #006;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 13px;
}


.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter {
padding: 5px;
background-color: #d3e4fb;
border: 0px;
}
.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}
.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}
.AdSenseBoxCenter {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}


.ReturnToNavBox {
background-color: #fff;
width: 90%;
border-top: 1px solid #8f8fb3;
border-bottom: 1px solid #8f8fb3;
margin: 0 auto 12px -4px;
padding: 4px;
}
	

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #ffc;
border: 1px solid #8f8fb3;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #1d487e;
line-height: 14px;
text-align: center;
}




/* ------ Section 8 - Frequently Used Styles ------ */

.clear {
clear: both;
}

img {
border: 0 solid #ddd;
}

/* -- lists -- */

#CenterColumn ul {
list-style-type: disc;
margin: 0 0 8px 10px;
}

#CenterColumn li {
margin: 0 0 8px 5px;
}


#CenterColumn ol {
list-style-type: decimal;
margin: 0 0 8px 10px;
}

#CenterColumn li {
margin: 0 0 8px 5px;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

.center { 
text-align: center;
}

/* images */
.imagesdroite {
	border: none;
	float: right;
	padding: 0px 0px 10px 10px;
	margin: 0px;
}
.imagesgauche {
	border: none;
	float: left;
	padding: 0px 10px 10px 0px;
	margin: 0px;
}

/* couleurs */

hr {
	color:#1d487e;
	height:1px;
	background-color:#1d487e;
}

.noir {
	color: #000000;
}
.blanc {
	color: #FFFFFF;
}
.rouge {
	color: #FF0000;
}
.bleupale {
	color: #1d487e;
}


/* Grandeurs */
.T18pts{
	font-size: 18px;
}
.T16pts {
	font-size: 16px;
}
.T15pts {
	font-size: 14px;
}
.T14pts {
	font-size: 14px;
}
.T12pts {
	font-size: 12px;
}
.T11pts {
	font-size: 11px;
}
.T10pts {
	font-size: 10px;
}
.T9pts {
	font-size: 9px;
}
.T8pts {
	font-size: 8px;
}
.T7pts {
	font-size: 7px;
}
.T6pts {
	font-size: 6px;
}
.S8 {
	font-size: .8em;
}

