* { margin: 0; }

a:link { 
	color: #336666;
	font-weight: bold;
	text-decoration: none;
	}
a:visited { 
	color: #006633;
	font-weight: bold;
	text-decoration: none;
	}
a:hover { 
	color: #FF9966;
	font-weight: bold;
	text-decoration: none;
	}
a:active { 
	color: #FF9933;
	font-weight: bold;
	text-decoration: none;
	}

body {
 background: url('images/bggrad.gif');
 background-repeat: repeat-x;
  background-color: #E48F34;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

.photobg {
 background: url('images/photobg.png');
 background-repeat: no-repeat;
 background-position: 0px 0px;
 width: 140px;
 height: 168px;
 float: left;
 padding-left: 9px;
 padding-top: 8px;
}

.bulletbf 
   {
   list-style-image:url('images/butterbf.png');
   margin-left: 50px;
   }
 
iframe {
border: 0px solid #ffffff;
}

#wrapper { 
 margin: 10px auto;
 width: 972px;
}
#header {
 background: url('images/header.gif');
 background-repeat:no-repeat;
 width: 950px;
 color: #333;
 padding: 0px 10px 0px 10px;
 border: 1px solid #ccc;
 height: 113px;
 margin: 0px;
 background-color:#F3F2ED;
}
#header2 {
 background: url('images/header2.gif');
 background-repeat:no-repeat;
 width: 950px;
 color: #333;
 padding: 0px 10px 0px 10px;
 border: 1px solid #ccc;
 height: 113px;
 margin: 0px;
 background-color:#F3F2ED;
}

#header2 h1{ 
 position:absolute;
 left: -5000px;
}
#header h1{ 
 position:absolute;
 left: -5000px;
}

#mission {
background: url('images/missionbg.gif');
background-repeat:no-repeat;
background-position: left bottom;
min-height: 200px !important;
font-family:Helvetica,Arial,sans-serif !important;
font-size: 1em;
}


#mission h3 {
background: url('images/missionh3.gif');
background-repeat:no-repeat;
height: 35px !important;
padding:10px 0 0 50px;
}

#footer {
 background: #447C7B;
 color: #333;
 margin: 0px;
 padding: 5px 10px;
 border: 1px solid #ccc;
 height: 40px;
}

#footer img a{
 vertical-align: middle;
 text-decoration: none;
}

#footer .left {
width:33%;
float: left;
text-align:left;
}

#footer .right {
width:33%;
float: left;
text-align:right;
}

#footer .center {
float:left;
width:33%;
text-align: center;
}

#navigation {
 width: 950px;
 height: 27px !important;
 color: #333;
 padding: 5px 10px;
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
 border-top: 0px;
 border-bottom: 0px;
 background: #447C7B;
}
#content_wrapper { 
background:#CCC8B3;
 background: url(images/content_wrapperbg.gif);
 width: 950px;
 color: #333;
 border: 1px solid #ccc;
  margin: 0px;
 padding: 10px;
}

#content {
 background: url(images/contentbg.gif);
 background-repeat: repeat-y;
}

#content1clmn {
 background:#FDFDE9;
}

#content_cal {
 background:#FDFDE9;
}

#left {
 float: left;
 width: 160px;
 padding: 30px 30px 0 30px;
 margin: 0;
 text-align:center;
}

#right { 
margin: 0 0px 0 220px;
padding: 20px 30px 30px 30px;
color: #2B370C;
font-size: 14px; 
line-height: 19px;
text-align: justify;
} 

#oneclmn { 
padding: 20px 30px 30px 30px;
color: #2B370C;
font-size: 14px; 
line-height: 19px;
text-align: justify;
} 

#content ul {
	list-style-type: disc;
	list-style-image: url(bullet.gif);
	list-style-position: inside;
}

.clear {
clear:both;
}