/* CSS Document */
/* CSS Document */

/*////////////////STYLE FOR ALL CONTENT on WEBSITE all Other divs are contained IN it ///////////////////*/
#container{
	margin:0px;
	padding:0px;
	width:auto;
}
/*///////////////////////////////////////////////////////*/

/*////////////////////////Styles for the functions (text size/ Print)///////////////////////////////*/
#functions {
display:none;
  position:absolute;
  width:400px;
	top:178px !important;
  top:195px;
  left:250px;
}
/*///////////////////////////////////////////////////////*/

/*////////////////////////THIS IS THE STYLE FOR THE HEADER///////////////////////////////*/
#header{display:none;}
/*///////////////////////////////////////////////////////*/

/*////////////////////////ENGLISH / FRENCH & HAVE TOP NAVAGATION///////////////////////////////*/
#topNav {display:none;}
#topNav ul{}
#topNav li {}
#topNav a, #topNav a:visited, #topNav a:link{}
#topNav a:hover{}
/*///////////////////////////////////////////////////////*/

/*////////////////////////STYLE for the TITLE of Each sectition////////////////////////////*/

#title{
display:block;
font-size:1.3em;
border-bottom:#000000 1px solid;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	height:30px;
	width:759px;
	color:#000000;
	font-weight:bold;
}
#title p{padding-top:5px;}

/*///////////////////////Style for background/border purposes//////////////////////////*/

#content_container{background-color:#FFFFFF;}

/*////////////////////////SECTION NAVAGATION STYLE///////////////////////////////*/

#sideNav {display:none;}


/*/////////////////////THis is the style for the secondary navagaion menue//////////////////////////*/

#interiorNav{display:none;}

#content{
font-family:Arial, Helvetica, sans-serif;

	margin:5px 0px 5px 0px;
padding:5px 0px 5px 0px;
}

.contentpictop{
float:right;
padding:0px 0px 3px 3px;
margin:-10px -45px 0px 0px;
}
.contentpic{
float:right;
padding:3px 3px 3px 3px;
margin:0px -45px 0px 0px;
}

#content blockquote{}
#content em{}
#content strong{
padding:0px 5px 0px 0px !important;
padding:0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
#content p{
	font-size:.9em;
margin:5px 0px 5px 0px;
padding:5px 0px 5px 0px;}

#content h2{font-size:1.1em}
#content h3{font-size:1em}
#content ol{
font-family:Arial, Helvetica, sans-serif;
margin:0px 0px 0px 5px;
padding:1px 0px 1px 15px;
color:#32735b;
}
#content ol{
font-family:Arial, Helvetica, sans-serif;
margin:0px 0px 0px 8px;
padding:1px 0px 1px 25px;
color:#32735b;
}
#content ul{
list-style:disc;
margin:0px 0px 0px 5px;
padding:1px 0px 1px 15px;
}
#content ul li, #content ol li{
list-style-position:outside;
margin:0px 0px 0px 0px;
padding:4px 1px 4px 0px !important;
padding:4px 1px 4px 0px;
font-size:.85em;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
}
#content ul ul li {
list-style:disc;
margin:0px 0px 0px 0px;
padding:4px 0px 4px 0px;
font-size:.95em;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
}
#content a{
text-decoration:none;
display:inline !important;
display:inline;
padding:0px 5px 0px 0px !important;
padding:0px 0px 0px 0px;
color:#000000;}
#content a:hover{}

.clear{clear:both;}
/
#curves {	}
/*///////////////////////////////////////////////////////*/



