html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #FFFFFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	padding: 0;
	text-align: center;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
h1 {
	color: #6C5735;
	font-size: 14px;
	font-weight: normal;
	line-height: 14x;
	margin-bottom: 30px;
}
h2 {
	color: #52C7F4;
	font-size: 12px;
	font-weight: normal;
	line-height: 13px;
	display: inline;
	
}

ul {
	list-style-position: outside;	
	padding: 0;
margin-left: 15px;
}
li {
	
	
	
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0px;
}

a,  a:link {
  color: #999;
  font-weight: normal;
  text-decoration: none;
}
a:visited {
  color: #999;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  color: #93C94D;
  text-decoration: underline;
}
a:focus {
  color: #93C94D;
}
a:active {
  color: #93C94D;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 1024px;
}
#outerWrapper #contentWrapper {
  background-image: url("../amerirad_images/contentWrapper_bg.png");
  background-repeat: repeat-y;
  border: solid 1px #CCCCCC;
  overflow: hidden;
}
#outerWrapper #contentWrapper #left {
  background-image: url("../amerirad_images/bg-stripe.gif");
  background-position: left;
  background-repeat: repeat-y;
  border-style: none;
  float: left;
  padding: 0px 0px 0px 0px;
  width: 310px;
  
}
#outerWrapper #contentWrapper #content {
  border-style: none;
  color: #666666;
  font-size: 13px;
  line-height: 24px;
  margin: 0px 0px 0px 310px;
  padding: 95px 0px 0px 5px;
  width: 600px;
  
}
#outerWrapper #contentWrapper #content h1 {
  text-transform: capitalize;
}
#outerWrapper #contentWrapper #content h2 {
  color: #27C7F4;
  text-transform: capitalize;
}
#nav {
	width: 400px;
	margin-top: 20px;
	margin-right: 35px;
	font-size: 10px;
	color:#999;
	word-spacing: 8px;
	text-align: right;
	float: right;
	
	}
	.copyright {
	font-size: 9px;
	color: #999;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: normal;
	font-variant: normal;
	text-align: left;
}
