body
{
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Trebuchet, sans-serif;
	font-size: 9pt;
	padding-right: 0;
	padding-top: 8px;
	background-position: center;
	list-style-type: circle;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-left: 0px;
	margin-right: 0px;
}
#sidebar2 {margin:0; padding:0;}

a:link {
	text-decoration: underline;
	color: #f26c36;
}

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

a.lnk:link {
	text-decoration: underline;
	color: #f26c36;
}

a.lnk:hover {
	text-decoration: none;
	color: #f26c36;
}
a.lnk:visited {
	color: #f26c36;
}

#footer a:active {
	color: #f26c36;
	text-decoration: underline;
}
		

#footer
{
	font: normal 10px Arial,Verdana, Arial, sans-serif;
	background-color:#FFFFFF;
	/*padding: 1em;*/
	padding-top: 1em;
	text-align: right;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #d0d3d4;
}

#footer p {
	font-size: 7pt;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
}
#footer a:link {
	color: black;
	text-decoration: none;
}
#footer a:visited {
	color: black;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	color: #f26c36;
}
#footer a:active {
	color: black;
	text-decoration: none;
}
		
#container
{
	width: 775px;
	/*min-height: 510px;*/
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #ccc;
	/*line-height: 14pt;*/
	padding: 0px;
}


#containerb
{
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center center;
	width: 775px;
	line-height: 14pt;
	/*border:1px solid red;*/
}
		
#rightnav
{
	float: right;
	width: 230px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
	margin-left: 0px;
	line-height: 14pt;
	padding-top: 0px;
	align: left;
	
}

#rightnav p
{
	padding-left: 12px;
	align: left;
}

#headerb {  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-left: 0;
	padding-right: 0;
	background-image: url(img/navbar.gif);
	background-repeat: no-repeat;
	height: 47px;
	/*margin-bottom: 12px;*/
	border-top:1px solid white;
	border-bottom:1px solid white;
	width:auto;
	/*border: 1px solid blue;*/
} 

/*MOJUMBO addition --- french nav bar */

#headerb #navbar ul {
	margin-top: 14px;
	margin-left: 3px;
	padding-left: 0px;
	}
#headerb #navbar li, #headerb #navbar li a{
	display:inline;
	text-decoration: none;
	color: #FFFFFF;
	margin-left:12px;
	margin-right:auto;
	font-weight:bold;
	
}

 #headerb #navbar li a:hover{
 	text-decoration: none;
	color: #f26c36;
 }
 
  #headerb #navbar li a.donate{
	display:inline;
	text-decoration: none;
	color: #FFFFFF;
	margin-left:12px;
	margin-right:auto;
	font-weight:bold;
	
}

 #headerb #navbar li a.donate:hover{
 	text-decoration: none;
	color: #666f74;
 }

/* END MOJUMBO addition --- french nav bar */

 #headerb h3 {
	font-size: 9pt;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	background-position: 0;
	word-spacing: 30px;
	color: white; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0;
	padding-left: 150px;
	text-decoration: none;
	padding-top: 14px;
}
 #headerb h3 a:link {
	text-decoration: none;
	color: #FFFFFF;
}
 #headerb h3 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
 #headerb h3 a:hover {
	text-decoration: none;
	color: #f26c36;
}
 #headerb h3 a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#headerc {
	font-weight: bold;
	font-size: 8pt;
	text-transform: uppercase;
	text-align: right;
	height: 10px;
	padding-top: 0;
	padding-bottom: 10px;
	width: 775px;
	background-position: right;
	border:0px solid red;
} 

#headerc ul {
	margin-top: 14px;
	margin-left:-36px;
	}
#headerc li, #headerc li a{
	display:inline;
	text-decoration: none;
	color: #000;
	margin-left:12px;
	margin-right:auto;
	font-weight:bold;
}

 #headerc li a:hover{
 	text-decoration: none;
	color: #f26c36;
 }

#headerc a:link {
	color: black;
	text-decoration: none;
}
#headerc a:visited {
	color: black;
	text-decoration: none;
}
#headerc a:hover {
	text-decoration: none;
	color: #f26c36;
}
#headerc a:active {
	color: black;
	text-decoration: none;
}


#rightnav li
{
margin-left:15px;
}

	
/*#content
{
padding: 10px;
}*/
