a:link{
color:green;
}

a:visited{
color:green;
}

a:hover{
color:black;
}

a:active{
color:tomato;
}

#main_background{
	background-color:#C0CDE2;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
}
#banner{
	background-color:#ffffff;
	background-image:url("./images/banner_background.jpg");
	background-repeat:repeat-x;
}

#logo{
	float:left;
	background-image:url("./images/banner_background.jpg");
	background-repeat:repeat-x;
}

#banner_text{
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 0px;
	text-align: right;
	color: #4E6846;
	font-size: 16pt;
	font-weight: 400;
	font-family: arial;
}

#navigation_buttons{
	text-align:center;
	word-spacing: -4px
}

#page_header{
	text-align:left;
	font-family: verdana;
	font-size: 24pt;
	color: #AECBFF;
	margin-left: 100px;
	margin-top: 20px;
}

#content{
	text-align:left;
	margin-left:100px;
	margin-right:100px;
	font-family:arial;
	color:black;
	font-size: 10pt;
}

.symptoms{
	padding-top: 1px;
	padding-bottom: 1px;
	border-color: #000000;
	border-width: 1px;
	text-align:left;
	font-family: arial;
	font-size: 10pt;
	
}
.content_table{
	text-align:left;
	margin-left:100px;
	margin-right:100px;
	border-collapse: collapse;
	border-color: #000000;
	border-width: 1px;
}
.content_row{
	text-align: left;
}

.content_column{
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-color: #000000;
	border-width: 1px;
}

.content_header{
	text-align:center;
	font-weight: bold;
	font-size:11pt;
	font-family:arial;
}

.cell_header{
	color: #9BA7C1;
	font-family: verdana;
	text-align:left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size:13pt;
}
.cell_content{
	text-align:left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 8px;
	margin-bottom: 10px;
	font-family: arial;
	font-size: 10pt;
}

.cell_content_costs{
	text-align:right;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}
#contact_table{
	border-width:1px;
	border-collapse:collapse;
	border-color:green;
	border-style:solid;
}
#contact_contents{
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 4px;
	text-align:center;
}

#footer{
	background-color:#ffffff;
	background-image:url("./images/footer_background.jpg");
	background-repeat:repeat-x;
}

#footer_links{
	text-align:center;
	font-size:7pt;
	font-family: tahoma;
	margin-bottom: 10px;
}

#copyright_text{
	text-align:center;
	margin-top: 0;
	margin-bottom: 0;
	font-family: arial;
	color: #4E6846;
	font-size:small;
}
#webdesign_text{
	text-align:center;
	margin-top: 0;
	margin-bottom: 0;
	font-family: arial;
	color: #4E6846;
	font-size:7pt;
}

#prosupplements{
	color:#0046AD;
}
#prosupplements a{
	color:#0046AD;
}