/* FONTS AND LAYOUTS
------------------------------------------------- */

/* Body background and defaults. */
body
{
	margin: 0;
	font-family: Arial, Sans-Serif, Helvetica;
	font-size: 12px;
	font-weight: normal;
	background-color: #398885;
}


/* Form defaults. */
form
{
	margin: 0;
}


/* Link font defaults. */
a:link
{
	text-decoration: none;
	color: #1b6f6c;
}

a:visited
{
	text-decoration: none;
	color: #1b6f6c;
}

a:hover, a:active
{
	text-decoration: underline;
	color: #24a2bb;
}

/* Address font defaults. */
address
{
	font-size: 10px;
	color: #444444;
	font-weight: 500;
}

/* Font headers. */
.Header_Font {
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
	color: #1b6f6c;
}

.Sub_Header_Font {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #1b6f6c;
}

.Disclaimer_Font {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #aaaaaa;
}

/* DIVS
------------------------------------------------- */

/* Logo header panel. */
#Logo_Panel
{
	background-image: url('images/logo.png'); 
	width: 800px;
	height: 75px;
}

/* Header menu panel. */
#Header_Menu_Panel
{
	width: 800px;	
	height: 30px;
	background-color: #cedfa9;
	border-style: solid;
	border-color: #a6c06d;
}

#Search_Box 
{
	width: 200px;
	height: 16px;
}

#Search_Button
{
	width: 75px;
	height: 22px;
}

/* Main page panel. */
#Main_Panel
{
	width: 800px;
	background-color: #ffffff;
	border-style: solid;
	border-color: #444444;
}

/* Health panel. */
#Health_Panel
{
	width: 275px;
	background-color: #9ed2d0;
	border-style: solid;
	border-color: #52a49e;
}

/* Testimonials panel. */
#Testimonials_Panel
{
	width: 475px;
	background-color: #fdd98d;
	border-style: solid;
	border-color: #fdc652;
}

/* Advertising panel. */
#Advertising_Panel
{
	width: 275px;
	background-color: #cccccc;
	border-style: solid;
	border-color: #aaaaaa;
}

/* Footer address panel. */
#Footer_Panel
{
	width: 800px;
}

