
body {
        margin: 5px 0 15px 0;
        text-align: center;
        font-family: "Trebuchet MS", Times, serif;
        color: #000000;
        font-size: 13px;
        background-color: #C6CBD7;
		background-image: url("bg_gray.jpg");
}
a:link {
	color: Blue;
	text-decoration: underline;
}
a:visited {
	color: Blue;
	text-decoration: none;
}
a:hover {
	color: Red;
	text-decoration: underline;
}
#wrap {
        width: 942px;
        padding: 0 5px;
        text-align: left;
        background-color: #ffffff;
        
}
#toprow {
	width: 942px;
	background-image: url("images/background.jpg");
}
#navrow {
	width: 942px;
	height: 40px;
	background-color: #FFBB39;
	text-align:center;
	vertical-align: top;
}
#navrow ul {
        margin: 0;
        padding: 5px;
}
#navrow ul li {
        display: inline;
        list-style-type: none;
        margin: 0;
        padding: 0 2px 0 0;
        font-family: Times, serif;
        color: #FFF;
        font-size: 13px;
        font-weight: bold;
        font-variant: small-caps;
}
#navrow ul li a:link, #navrow ul li a:visited {
        text-decoration: none;
        color: #FFF;
}
#navrow ul li a:hover {
        text-decoration: underline;
}
#contentrow {
	width: 942px;
	text-align: left;
	background-color: #FFFFCC;
}

#contentcolumn{
margin: 0 190px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -940px; /*Set margin to that of -(MainContainerWidth)*/
background: #C8FC98;
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
background: #FDE95E;
}


#leftcol {
	width: 180px;	
	padding: 5px;
	vertical-align: top;
	margin-top: 0px;
	font-family: Verdana;
	font-size: 12px;
}



#rightcol {
		width: 625px;
		float: right;
		margin: 10px;	
		padding: 10px;
		text-align: left;
}
#onecol {
        width: 904px;
        padding: 20px;
		background-color: White;
		font-family: Verdana;
		color: Black;
		font-size: 14px;
		
		}
		
.french_text {
	color: #9C6331;
	font-weight: bold;
}		
		
.more { 
font-size: 75%;
font-weight: bold;
 }		
 
 .bigred {
	font-size: 125%;
	color: Red;
	font-weight: bold;
}
 
 .boldred { 
	font-size: 100%;
	font-weight: bold;
	color: Red;
 }
 
#footer {
	height: 23px;
	padding: 3px 10px 2px;
	background-color: #FFBB39;
	background-repeat: no-repeat;
}
#footer ul {
        margin: 0;
        padding: 0;
}
#footer ul li {
        display: inline;
        list-style-type: none;
        margin: 0;
        padding: 0 2px 0 0;
        font-family: Times, serif;
        color: #FFF;
        font-size: 13px;
        font-weight: bold;
        font-variant: small-caps;
}
#footer ul li a:link, #footer ul li a:visited {
        text-decoration: none;
        color: #FFF;
}
#footer ul li a:hover {
        text-decoration: underline;
}
#copyright {
        width: 942px;
        margin: 5px auto 15px auto;
        font-family: Times, serif;
        color: #999;
        font-size: 12px;
        font-weight: bold;
        font-variant: small-caps;
}
div.clear {
        clear: both;
}
h1 {
        font-family: Times, serif;
        font-size: 28px;
        color: #666666;
        font-weight: normal;
        font-style: italic;
        margin: 0 0 15px 0;
        padding-bottom: 5px;
        text-align: center;
        border-bottom: 2px solid #FFBB39;
        line-height: 100%;
}
h2 {
        font-size: 15px;
        color: #666666;
        font-style: italic;
        margin: 0 0 15px 0;
        padding-bottom: 5px;
        text-align: center;
        line-height: 110%;
}
h3 {
        display: block;
        border-top: 1px dotted #666666;
        font-size: 15px;
        color: #4FA601;
        line-height: 100%;
        margin: 0 0 10px 0;
        padding-top: 10px;
}
h4 {
        display: block;
        border-top: 1px dotted #666;
        font-size: 13px;
        color: #666;
        line-height: 100%;
        margin: 0 0 10px 0;
        padding-top: 10px;
}




