* {
	margin: 0;
	padding: 0;
}
 body {
	background: #bbc05e;
	font:76% Verdana,Tahoma,Arial,sans-serif;
	color:#000000;
        text-align: justify;
	line-height: 187%;
 }



p {
margin-bottom:0.9em;
}


#content ul {
        margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
        margin-left:15px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #DB5600;
}


/* Logo */

#logo {
	width: 898px;
	height: 380px;
	margin: 0 auto;
	background: #ffffff url(images/bannernew.jpg);
}


/* Page */

#page {
	width: 898px;
	margin: 0 auto;
        background: #FFFFFF url(images/contentbg.jpg) repeat-y ;
}

/* Content */

#content {
	float: right;
	width: 634px;
margin:10px 0 0 0;
        padding:10px 35px 20px 0;
}

#content h1,#content h2,#content h3,#content h4,#content h5,#content h6 {
margin-bottom:10px;
color:#323525;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
margin-top:17px;
margin-bottom:10px;
     }



/* Navigation */


#links {
}

#links ul {
	list-style: none;
}



#links ul li  li{
	   font-size:85%;
	}



#links a {
        background: url(images/menubg.jpg) no-repeat left center ;
	color: #323525;
        font-weight:bold;
        height:20px;
        text-decoration:none;
        display:block;
        padding:10px 0 2px 39px;
        margin-top:12px;
        margin-left:13px;
        font-size:95%;
}

#links ul li li a {
background: url(images/submenubg.jpg) no-repeat left center ;
color:#ffffff;
padding:2px 0 2px 42px;
}

/* Footer */



#footer  {
        height:60px;
	width: 898px;
	margin: 0 auto;
        background: #44331a url(images/footer.jpg) no-repeat ;
        text-align: center;
        font-size: 85%;
       color:#ffffff;
}


#footer p {
padding-top:5px;
}




/*Css to allow user to position images on site*/


img.imageleft {
        float:left;
	border: 2px solid #5d5e24;
        margin-right:10px;
        margin-bottom:5px;
        margin-top:10px;
}

img.imageright {
        float:right;
        border: 2px solid #5d5e24;
        margin-left:10px;
        margin-bottom:5px;
        margin-top:10px;
}

img.imagealone {
       border: 2px solid #5d5e24;
        margin-bottom:10px;
        margin-top:10px;
}


/*Css to style text links*/

#content A:link {
font-weight:bold;
color:#000000;
}

#content A:visited {
font-weight:bold;
color:#000000;
}

#content A:active {
font-weight:bold;
color:#000000;
}

#content A:hover {
text-decoration: underline; 
font-weight:bold;
color: #000000;
}

#contacts {
padding-left:5px;
font-weight:bold;
color:#FFFFFF;
margin-top:25px;
margin-left:8px;
background-color:#5d5e24;
font-size: 85%;
}

#cfContact {
background-color:#5d5e24;
color:#ffffff;
font-weight:bold;
}