body {
	font: 11px arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #ccc url(images/bgbody.png);
	color: #000;
        # color: black;
	}
	
h1 {
	clear: left;
	width: 770px;
	background-color: #666;
	color: #fff;
	text-transform: uppercase;
	font: 18px /1 Arial;
	padding: 10px 0 2px 10px;
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}

h2 {
	color: #666;
	font: bold 14px arial, sans-serif;
	}

h3 {
	color: #333;
	font: bold 12px arial, sans-serif;
	}



a:hover {
	color: #000;
	} 

a:visited {
          color: #000;
          }
a:link {
       color: #000;
       }



a img {
	border: none;
	}


body #content {
	background: #eee url(/images/uploads/1833762797_bgcontent_blue.png) repeat-y top left;
}

#content li {
	list-style-image: url(/images/bullet.gif);
	}

#brochure li { 
  list-style: square;
  list-style-position: outside; 
  list-style-image: none;
  color: #ffffff;
}

#brochureblack li { 
  list-style: square;
  list-style-position: outside; 
  list-style-image: none;
  color: black;
}

#brochure h1 {
	clear: left;
	width: 90%;
	background-color: transparent;
	color: black;
	text-transform: uppercase;
	font: 18px /1 Arial;
	padding: 0;
	margin: 10px;
	border-top: none;
	border-bottom: none;
	}

#brochure h2 {
	color: black;
	font: bold 14px arial, sans-serif;
        padding: 0px 0 10px 0px;
	}

#brochure h3 {
	font: bold 14px arial, sans-serif;
	}
td {
	vertical-align: top;
	}

/*------------------------------------boxes-------------------------------------*/

#box1 {
	color: #000;	/*	text color	*/
	}
#box1 p a {
	color: #000;	/*	link color	*/
	}
	
#box2 {
	color: #fff;	/*	text color	*/
	}
#box2 p a {
	color: #fff;	/*	link color	*/
	}
	
#box3 {
	color: #fff;	/*	text color	*/
	}
#box3 p a {
	color: #fff;	/*	link color	*/
	}
	
#box4 {
	color: #fff;	/*	text color	*/
	}
#box4 p a {
	color: #fff;	/*	link color	*/
	}

.box h2 a:hover {
	color: #fff;	/*	heading hover color	*/
	}