/* CSS Document */

body {margin: 0; padding: 0; background-color: #FFFFC6; font: normal .8em/.9em arial;}

h1 {font: bold 1.8em/1.8em arial;}
h2 {font: bold 1.4em/1.4em arial;}
h3 {font: bold 1em/1em arial;}

a {color: white;}
a:hover {color: #FFFFC6;}

#header {position: absolute; left: 0px; height: 125px; width: 100%; text-align: center; 
top: -4px; border: 3px solid #009BAD; padding: 2px 0 0 0;}

#top_row {position: absolute; height: 30px; left: -2px; top: 116px; background-color: #00777F; 
border-bottom: 3px solid #009BAD; border-top: 3px solid #009BAD;}
#top_row a {font: bold 20px/25px arial;}

span {display: none;}
#menu {background-color: #00777F; text-align: center;  padding-top: 10px; margin: 0;}
#menu a {display: block; width: 90%; font: bold 14px/15px arial; 
border-right: 2px solid #a7a7a7; border-bottom: 2px solid #a7a7a7; 
border-top: 2px solid #d5d5d5; border-left: 2px solid #d5d5d5; margin: 3px 0 3px 0;
background-color: gray; height: 21px;}
#menu a:active {border-right: 2px solid #d5d5d5; border-bottom: 2px solid #d5d5d5; 
border-top: 2px solid #a7a7a7; border-left: 2px solid #a7a7a7; top: 1px;}

#menu #active {color: #FFFFC6;}

#page_desc {
	display: block;
	position: absolute;
	text-decoration: none;
	top: 230px;
	left: 15px;
	text-align: center;
	width: 170px;
	color: white;
	height: 133px;
}

#mid_row {
	position: absolute;
	top: 144px;
	left: -1px;
	height: 581px;
}

#content {background-color: white; width: 100%; padding: 10px 5px 5px 10px; border-left: 3px solid #009BAD;}
#content {background-color: white; width: 100%; padding: 10px 5px 5px 10px; border-left: 3px solid #009BAD;}
#content a {color: #00777F;}
#content a:visited {color: #009BAD;}
#content a:hover {text-decoration: none;}

#footer {border-top: 3px solid #009BAD; border-bottom: 3px solid #009BAD; padding: 2px 0px 2px 0px; 
background-color: #00777F; color: white; text-align: center; font: normal 12px/14px arial;}

.now_available {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #00777F;
}
.health_links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}
#health a:link {
	color: #00777F;
}
#health a:visited {
	color: #00777F;
}
