@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-image: url(images/background.jpg); background-repeat:repeat;
}

.content{
	width:100%;
	text-align:center;
	display:block
}

img{
	border:0;
}

a {
	font-size: 14px;	
	color: #000066;
	text-decoration:none;		
}

a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	text-decoration:underline;
}

.style-g{
	color:#333;		
}

.style5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color:#1a376f;
}
.style6 {
	font-size: 14px
}
.style7 {
	font-size: 10px
}

#container {
	width:680px;
	height:1025px;
	margin:auto;
	border:thin solid #000066;
}

.image1 {
	float:left;
	width:274px;
}

.title {
	float:right;
	width:406px;
	background-color:#ffffff;
}

#page_hdr {
	font-family:'Times New Roman', Times, serif;
	font-style:italic;
	font-weight:bold;
	color:#1a376f;
	height:87px;
	background-image:url(images/healthy_bkg.jpg);
	background-repeat:no-repeat;
}

#nav {
	clear:both;
	background-color:#ffffff;
}

.clear_both {
	clear:both;
}

#sub_nav {
	float:right;
	margin:0px 0px 20px 0px;
	width:210px;
	background-image:url(images/bkg_1.jpg);
	background-repeat:no-repeat;
	border-bottom:#ffffff 1px solid;
	border-left:#ffffff 1px solid;
}

.padding {
	padding:10px;
}

.padding2 {
	padding:0px 10px;
}

#contact {
	font-size:12px;
	padding:5px 10px 0px 10px;
}

#content {
	float:right;
	padding: 0px 0px 0px 10px;
	background:url(images/end.jpg) no-repeat bottom #99b8e6;
	width:670px;
}

#footer {
	font-size:14px; 
	background:#d6e2f2;
	border-right:thin solid #000066;
	border-left:thin solid #000066;
	border-bottom:thin solid #000066;
	width:660px;
	height:30px;
	padding:10px;
	clear:both;
	margin:auto;
}