@charset "UTF-8";
	  	body {
     background-color: #003;
}
	
	h4 {
		font-weight: bold; 
		color: #222;
		font-size: 15px; }
		
	a { 
		color: #00baff;
		text-decoration: none; 
		font-weight: bold;
		font-size: 12px; }
		
	a:hover { text-decoration: underline; }
                    

.header {
     height: auto;
     width: 100%;
     postition: fixed;
     top: 0;
     z-index: 999;
}

.header #logo
{
     padding-top: 35px;
}

.fixed {
	position: fixed;
}

#eng-french {
     float: right;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 0.8em;
     position: relative;
     bottom: 0px;
     margin-left: 5px;
     background: #666;
     padding: 10px;
     border-bottom-left-radius: 10px;
     border-bottom-right-radius: 10px;
}

#eng-french:hover
{
     background: #999;
     color: #999;
}

#eng-french a
{
     color: #CCC;
     text-decoration: none;
     display: block;
}

#eng-french a:hover {
     color: #003366;
     text-decoration: none;
     display: block;
}


#search {
	color: #036;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	float: right;
	width: 200px;
	clear: right;
	margin-top: 15px;
	background: #FFF;
	display: none;
}

#headerContentWidth {
	max-width: 1000px;
	min-width: 780px;
	width: 70%;
	margin: 0px auto;
}


#clearFooter {
     clear: both;
     position: fixed;
     bottom: 0px;
     z-index: 999;
     height: 50px; /* height has to change in #Main too*/
     width: 100%;
}

#clearFooter p {
	font-size: 0.9em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	text-align: center;
	padding: 0.5em;
}
                                        /* These are just the demo styles and these can be removed and Orbit 
will still work like a champ (except any content block needs a background which
our demo gets from this sheet) */

.container {
     position: absolute;
     top: 458px;
     left: 712px;
     margin: -220px 0 0 -470px;
}
    
.content { }
.content h1 {
	font-size: 40px; 
	text-transform: uppercase; 
	font-weight: bold; 
	text-align: center;
	margin-top: 180px;
	color: #222;
	line-height: 50px;  }
    
/*	--------------------------------------------------
	Global Reset & Standards
	-------------------------------------------------- */
	html, body { margin: 0; padding: 0; }
.content h3 {
	text-align: center; 
	font-size: 22px; 
	color: #222; }
	h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, img, small, strike, strong, em, sub, sup, tt, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td, section { margin: 0; padding: 0; border: 0; font-weight: normal; font-style: normal; font-size: 100%; line-height: 1; font-family: inherit; text-align: left; }
	table { border-collapse: collapse; border-spacing: 0; }
	ol, ul { list-style: none; }
