body {
  margin:6px 0px 0px 0px;
  padding:0;
  background:#fff repeat-x url("../images/background.jpg");
  font:small georgia, serif;
  line-height:1.6em;
  text-align:center;
  color:#333;
  }
  
a:link{
	color:#006600;
	text-decoration:none;  
}
a:visited {
	color:#993300;
	text-decoration:none;  	
}
a:active {
	color:#006600;
	text-decoration:none;  
}
a:hover {
	color:#006600;
	text-decoration:underline;  	
}
  
#container {
  background:#fff;
  width:750px;
  margin:1px auto;
  padding:0;
  border:1px solid #fff;
  text-align:left;
  color:#333;
  position:relative;
}
  
#header {
  background:#fff;
  width:750px;
  height:150px;
  margin:0 auto;
  text-align:left;
  color:#fff;
  position:relative;
  font-family:georgia, sans-serif;

}
  
#topNav {
  background-color:#fff;
  float:left;
  width:750px;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  clear:both;
}
  
.home #topNav {
  background-position:0 -70px;
}
  
#topNav ul {
  margin:0;
  padding:0 20px;
  list-style:none;
  font-size:85%;
  text-transform:lowercase;
}

#topNav li {
  float:left;
  margin:0;
  padding:0;
  background-image:none;
  line-height:normal;
  text-indent:0;
  }
  
#topNav a, #topNav strong {
	display:block;
	padding:5px 10px 6px;
	border:solid #ddd;
	border-width:0 1px 0 0;
	color:#006600;
	text-decoration:none;
	white-space:nowrap;
	background:#fff url("../images/background_topNav_normal.jpg");
  }

*html #topNav a {
  width:1%;
  }

#topNav a:hover {
  background:#fff url("../images/background_topNav.jpg");
  }

#content {
	font-family:georgia, sans-serif;
	width:750px;
	font-size:85%;
	color:#333;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:#f9f9f9 repeat-y url("../images/content_background.jpg");
	clear:both;
	
}
   
#c1 {
	float:left;
	font-family:georgia, serif;
	font-size:12px;
	width:750px;
	margin:0;
	padding:0;
}

#c1 h1 {
	background:#19550F;
	font-family:arial, sans-serif;
	font-size:14px;
	color:#DBE4FA;
	letter-spacing:.5em;
	padding:5px 0px 5px 10px;
	vertical-align:middle;
	margin:0;
}

#c1 p {
	padding:5px 10px 5px 10px;
}

#featured {
    xborder:1px solid #ccc;
    padding:5px;
    display:block;
    clear:both;
}

#featured:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* ie hack for clearing floats */
#featured { 
	overflow : hidden; _height : 1%; 
}

#featured img {
    float:left;
    margin:10px;
}

#featured ul {
    background:#f2f2f2;
    padding:5px;
}

#featured ul li {
list-style:none;
line-height:25px;
}


#c1 .sectionDivider h2 {
	background:#19550F;
	font-family:arial, sans-serif;
	font-size:14px;
	color:#DBE4FA;
	letter-spacing:.5em;
	padding:5px 0px 5px 10px;
	vertical-align:middle;
	margin:0;
	display:block;
	clear:both;
}

#c1 .section {
	border-top:1px solid #ccc;
	margin-bottom:10px;
	display:block;
	clear:both;	
}

#c1 .section:after {
	 content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .section {height: 1%;}
/* End hide from IE-mac */

#c1 .section h2 {
	padding:10px 0px 0px 0px;
	color:#333;	
	font-size:16px;
}

#c1 .section p {
	font-size:10px;
	margin:1px 10px 5px 0px;
	padding:1px 10px 5px 10px;
	border:0px dashed #333;
}

#c1 .section img {
	float:left;
	padding:0px 20px 10px 5px;
}

#c1 .section ul {
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-indent:-3;
width:500px;
}

#c1 .section ul li {
	list-style:none;	
	line-height:25px;
margin:0px 0px 15px 0px;
}



#c2 {
	font-family:verdana, sans-serif;
	margin-left: 500px;
	padding:0;
}

#c2 H1 {
	background:#93E095;
	font-family:verdana, sans-serif;
	font-size:7px;
	text-transform:uppercase;
	color:#19851C;
	letter-spacing:.5em;
	padding:5px 0px 5px 10px;
	vertical-align:middle;
	margin:0;
}

#c2 p {
	font-size:11px;
	margin:10px 10px 10px 10px;
	padding:10px 10px 10px 10px;
	border:0px dashed #333;
}
   
#footer {
	background:#fff;
	margin:0;
	border-top:1px solid #ccc;
	font-size:10px;
	color:#666666;
	text-align:center;
	clear:both;
}
   
#footer h3 {
font-size:11px;
}


#footer p {
margin:10px auto 10px auto;
width:600px;
font-size:11px;
}

#footer .copyright {
font-size:10px;
}
  

