body {
	background: url("images/bkg.gif");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px 0 20px 0;
	color: #555555;
}

acronym{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
}
.image {
  float: left;
  margin: 5px;
}

.imgcenter {
  margin-left:180px;
}

.client {
  border-bottom: 1px dotted #7A7A7A;
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
}


#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 750px;
	background: url("images/bg.gif") repeat-y;
}


#header {
	background: url("images/logo.gif");
	height: 185px;
	background-color: #434343;
}
#title h1 {
	font: bold 20px Georgia, Arial, Helvetica, sans-serif;
	color: black;
	padding: 70px 0 0 100px;
}
#title2  {
	font: bold 12px Georgia, Arial, Helvetica, sans-serif;
	color: black;
	padding: 0px 0 0 100px;
}
#content {
	float: left;
	width: 500px;

	padding: 34px 20px 0 25px;
}

#content p{
  text-align:justify;
}

#right { 
	margin: 0;
	float: left;
	width: 165px;
	height: 1%; /* Holly hack for Peekaboo Bug */
	padding: 25px 20px 0 20px;
	color: #555;
}

#footer {
	clear: both;
	background: #ffffff url("images/bgb.gif") bottom no-repeat;

	text-align: center;
	padding: 20px 0 10px 0;
}
#content h1 {
	font: bold 18px Georgia, Arial, Helvetica, sans-serif;
	color: #608800;
	background: url("images/bull0.gif") left no-repeat;
	text-indent: 15px;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content h2 {
	font: bold 16px Georgia, Arial, Helvetica, sans-serif;
	color: #608800;
	background: url("images/bull0.gif") left no-repeat;
	text-indent: 15px;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
p {
	padding: 0 0 5px 0;
	margin: 0;
}
a:link, a:visited {
	color: #5A8200;
	text-decoration: underline;
	}
a:hover, a:visited:hover {
	color: #80B700;
	}
#right #navig {
	font: bold 12px Georgia, Arial, Helvetica, sans-serif;
	padding: 10px 0 20px 0;
	margin: 0;

	
}
ul {
	margin:0;
	padding: 10px 0 10px 20px;
}
ul li {
	list-style: none;
	line-height: 120%;
	text-indent: 10px;
	background: url(images/bull1.gif) left no-repeat;
}
#right ul {
	margin:0;
	padding:0 0 10px 0;
}
img {
	border: none;
}
.hr {
	background: url("images/hr.gif") bottom repeat-x;
	border: none;
	margin: 5px 0 5px 0;
	padding: 0;
	height: 2px;
	font-size: 0px;
	}
#content p img {
	float: left;
	padding: 3px 5px 5px 0;
}
blockquote {
	margin: 15px 30px 15px 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}