@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	}
    body {
	margin: 0 auto;
	padding: 0 auto;
	background-color: #cee1fe;
    }
#bgcolor   {
	background-color: #cee1fe;
	width: 100%;
}
#footBG  {
	background: url(../bg/footerBG.jpg) top center no-repeat;
}			
#wrapper  {
	width: 1000px;
	margin: 0 auto;
	padding: 0 auto;
	text-align:center; 
    background: #cee1fe  url(../bg/newBG.jpg) top center no-repeat;	
	margin-bottom: 20px;	
	}
#container {
	width: 900px;
	margin: 0 auto;
	padding: 0 auto;
	text-align:center; 
	}
#content {
	width: 530px;
	margin: 0 auto;
	padding: 0 auto;
	text-align:left;
	background-color: #FFFFFF; 
	}			
#rightCOL  {
	width: 275px;
	height: 100%;
	
}
#newsBG  {
	width: 275px;
	background: url(../bg/NEWSBG.jpg) top center no-repeat;
	
	}		
#newsBOX  {
	width: 190px;
	padding-top: 80px;
	text-align: left;
	}		
#foottags  {
	width: 800px;
	margin-left: 50px;
	height: 30px;
	text-align: center;
}		
p{
margin-bottom:15px;
font-size: 14px;
line-height: 1.5em;
}

    a:link {
        color: #718C25;
        text-decoration: underline;
    }
    a:visited {
        text-decoration: underline;
        color: #718C25;
    }
    a:hover {
        text-decoration: none;
        color: #000000;
    }
    a:active {
        text-decoration: underline;
    }
    .style2 {font-size: 9px; font-weight: normal; font-family: Georgia, Times, serif;}

#newsBOX  ul {
font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
font-size:13px;
font-weight:normal;
margin:0;
padding:0;
list-style-type:none;
}

#newsBOX ul li {
padding-left: 30px;
background-image: url(../extras/butter.png);
background-repeat: no-repeat;
background-position: -0.5em;
line-height: 1.4em;
padding-top: 5px;
padding-bottom: 5px;
}



