/* CSS Document */
html, body {
   height: 100%;
   margin: 0 0 1px;
   padding: 0;
}
body {
	border:0;
	font-size:88.01%;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	background-color:#FFF;
}
.green{
	color:#81994b;
}
a{
	outline:none;
}
p {
	margin-left:10px;
	margin-right:10px;
}
p.large {
	font-size:115%;
}
p.smspacer{
	margin-bottom:65px;
}

p.topspace{
	margin-top:60px;
}

p.tar {
		text-align:right;
		color:#81994b;
		font-size:120%;
}
p.quote{
	clear:both;
	margin-top:15px;
	border: #ccc 1px solid;
	padding:5px;
	background-color:#e7f6c6;
}
p.healthnet{
	font-size:9px;
	border: #ccc 1px solid;
	padding:5px;
}

h1 {
	
	margin-bottom:40px;
	margin-left:10px;
	font-size:140%;
	color:#81994b;
}

h2 {
	margin-top:50px;	
	margin-bottom:30px;
	margin-left:10px;
	font-size:120%;
	color:#81994b;
}
hr{
	width:50%;
	border: 0;
	color:#e8c7a6;
	background-color:#e8c7a6;
	height: 2px;
	margin-bottom:-10px;
}


table{
	table-layout:fixed;
	width:90%;
	border-collapse:collapse;
	border-style:none;
	margin:0 auto;
}

colgroup{
	width:450px;
}
#c1{
	width:340px;
}
#c2{
	width:70px;
}
#c3{
	width:40px;
	
}
td{
	border-style:none;
	border-bottom:#ddd 3px solid;
	padding:5px;
	
}
td.rt{
	text-align:right;
}


#wrapper {
	font-size:85%;
	padding:0px;
	margin:0 auto;
	width: 750px;
}
#header {
	height:200px;
	width:750px;	
	text-align:right;
}
#header img{
	display:block;
	float:left;
}
#phone{
	color:#81994b;
	font-size:150%;
	font-weight:bold;
	padding-right:10px;
	text-align:right;
}
#leftcol {
	float:left;
	width:170px;
	margin:0;
	padding-top:130px;
	color:#ccc;
	background-color:#81994b;
	
}
#leftcol p{
	display:block;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
}
#leftcol a{
	display:block;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:15px;
}
#leftcol a:link{
	color:#fff;
	text-decoration:none;
}
#leftcol a:visited{
	color:#fff;
	text-decoration:none;
}
#leftcol a:hover{
	color:#fff;
	text-decoration:underline;
}

#container {
	margin:0px;
	width:750px;
	background-image:url(../graphics/cont_bg.jpg);
	background-position:left;
	background-repeat:repeat-y;
	}

#content {
	float:left;
	width:549px;/*563px;*/
	background-color:#fff;
	padding:15px 15px 0 15px;
	border-right:#ddd 1px solid;
}

#content a{
	color:#81994b;
	font-variant:small-caps;
	font-size:130%;
	text-decoration:none;
	border:none;
	font-weight:bold;
}

#content a:link{
	text-decoration:none;
	
}
#content a:visited{
	text-decoration:none;
	
}
#content a:hover{
	text-decoration:underline;
	
}
#content p.healthnet a{
	font-variant:normal;
}
#content img.rt{
	display:block;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
#clrfoot{
	height:1px;
	clear:both;
}

#footer {
	clear:both;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	font-size:90%;
	border-top:#ddd 1px solid;
}
#footer span.message{
	color:#fff;
	font-size:110%;
	display:block;
	margin-left:190px;
	padding-top:15px;
}
#footer span.cred{
	color:#fff;
	display:block;
	margin-left:190px;
	padding-top:15px;
}
#footer span.cred a{
	color:#fff;
	text-decoration:none;
}

#footer span.cred a:hover{
	color:#fff;
	text-decoration:underline;
}

#banner4 {
	width:400px;
	margin:30px auto;
}

.center {
	text-align:center;
}
.leftlink{
	text-align:left;
}
.clear {
	clear:both;
	height:15px;
}
.bluebld{
	margin-left:10px;
	color:#39f;
	font-weight:bold;
}
.emph{
	font-weight:bold;
	margin-right:2px;
}
.ital{
	font-style:italic;
}
.faq{
	font-size:125%;
	font-weight:bold;
	font-style:italic;
	margin-right:10px;
}
.smem{
	width:80%;
	font-style:italic;
	text-align:justify;
}
