body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	background: #9be1bf url(../images/bodyBackground.jpg)  repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
}
HR {
	COLOR: #8292a1; TEXT-ALIGN: center; size: 1px
}
h1, h2, h3, h4 {
	margin:0;
	padding:0;
}
a {
	color:#cc0000;
	FONT-WEIGHT: bold;
	text-decoration:underline;
}
a:hover {
	color:#3c53a1;
	text-decoration:none;
}
#container { 
	width: 990px;  /* pages annexes   using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 6px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	margin-bottom:10px;
	text-align:center;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FFFFFF;
	font-size:56px;
	text-align:right;
}
#header p {
	color:#FFFFFF;
	padding:0 10px;
	text-align:right;
}
#headerPic {
	background:url(../images/headerBackground.jpg) center top no-repeat;
	width:990px;
	height:318px;
	margin-top:10px; 	
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	border:1px solid #0f3f27;
}
#sidebar1 p {
	padding:0 6px;
	
}
#sidebar1 h3 {
	background:url(../images/titleBackground.jpg) left top repeat-x;
	height:50px;
	padding:10px 10px 0 10px;
	font-size: 20px
}
#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-left:15px;
	border:1px solid #0f3f27;
}
#sidebar2 p {
	padding:0 10px;
}
#sidebar2 h3 {
	background:url(../images/titleBackground.jpg) left top repeat-x;
	height:50px;
	padding:10px 10px 0 10px;
}
#mainContent { 
	margin: 0 0 0 380px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#ffff99;
}
#mainContent1 { 
	margin: 0 0 0 500px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#ffff99;
}
#mainContent h1 {
	color:#0f3f27;
} 
HR {
	COLOR: #8292a1; TEXT-ALIGN: center; size: 1px;
}


#footer { 
	background: url(../images/footerBackground.jpg) left top repeat-x;
	height:66px;
	text-align:center;
	font-size:12px;
	margin-top:10px;
}
#footer a {
	color:#044132;
	font-size:10px;
} 
#footer p {
	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 */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainMenu {
	background:url(../images/menuBackgrond.jpg) left top no-repeat;
	width:990px;
	height:66px;
}
ul#navlist {
	margin: 0;
	padding: 17px 20px 0 20px;
	white-space: nowrap;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a { 
	padding: 18px 30px;
	font-size:24px;
	font-weight:bold;
	color:#12412a; 
}
#navlist a:link, #navlist a:visited {
	color:#12412a; 
	text-decoration: none;
}
#navlist a:hover {
	color:#12412a; 
	background: url(../images/active.jpg) left top repeat-x ;
	text-decoration: none;
}
.pic {
	float:left;
	margin: 0 15px 15px 0;
	border:1px solid #0f3f27;	
}
.Blue_text {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #3c53a1; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.Black_text {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}