* {
	margin: 5px;
	padding: 0;
}
 body {
	background: #000000;
	font:70% Tahoma,Arial,sans-serif;
	color:#000000;
        text-align: justify;
	line-height: 187%;
 }



p {
margin-bottom:-.75em;
}


#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: #ffffff;
}


/* Logo */

#logo {
	width: 886px;
	height: 370px;
	border: 2px solid #a1c2e4;
	margin: 0 auto;
	background: #ffffff url(images/banner.jpg);
}


/* Page */

#page {
	width: 886px;
	margin: 0 auto;
	border: 2px solid #25c2e3;
        background: #ffffff url(images/contentbg.jpg) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 632px;
margin:28px 0 0 0;
        padding:0px 0px 20px 25px;
		background: #ffffff;
}

#content h1,#content h2,#content h3,#content h4,#content h5,#content h6 {
margin-bottom:15px;
color:#000000;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 180px;
margin-top:35px;
margin-bottom:15px;
background: #ffffff;
     }



/* Navigation */


#links {
}



#links ul {
	list-style: none;
}



#links ul li  li{
	   font-size:85%;
	}



#links a {
        background: #ffffff url(images/menubg.jpg) no-repeat left center ;
	color: #000000;
        font-weight:bold;
        height:6px;
        text-decoration:none;
        display:block;
        padding:6px 0px 14px 32px;
        margin-top:13px;
        margin-left:5px;
        font-size:95%;
}

#links ul li li a {
background: url(images/submenubg.jpg) no-repeat left center ;
color:#000000;
padding:0px 0 7px 28px;
}

/* Footer */



#footer  {
        height:77px;
	width: 886px;
	margin: 0 auto;
        background: #8faeda url(images/footer.jpg) no-repeat ;
		border: 2px solid #a1c2e4;
        text-align: center;
        font-size: 95%;
       color:#ffffff;
}


#footer p {
padding-top:0px;
}




/*Css to allow user to position images on site*/


img.imageleft {
        float:left;
	border: 2px solid #000000;
        margin-right:10px;
        margin-bottom:5px;
        margin-top:10px;
}

img.imageright {
        float:right;
        border: 2px solid #000000;
        margin-left:10px;
        margin-bottom:5px;
        margin-top:10px;
}

img.imagealone {
       border: 2px solid #000000;
        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:#ffffff;
font-size: 85%;
}

#cfContact {
background-color:#000000;
border: 1px solid #25c2e3;
color:#ffffff;
font-weight:bold;
}