﻿/* CSS Document */
<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #464DA0;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #908BA0;
}
a:hover {
	text-decoration: none;
	color: #464DA0;
}
a:active {
	text-decoration: underline;
	color: #464DA0;
}

#divTopNav {
	background: #B1DE36;
	margin: 0px auto;
	border-bottom: 4px solid white;
}

#divHomeMain {
	margin: 0px auto;
	background: url(../images/DairyWellnessPlan/bg_main.gif);
	border-bottom : 4px solid white;
}

#divSubMain {
	margin: 0px auto;
	background: url(../images/DairyWellnessPlan/bg_main.gif);
	border-bottom : 4px solid white;
}

#divHomeWrapper {
	width: 840px;
	background: url(../images/DairyWellnessPlan/bg_left_home.gif) repeat-y #E9E9E9;
	margin: 0px;
	border-right : 4px solid white;
}

#divSubWrapper {
	width: 840px;
	background: url(../images/DairyWellnessPlan/bg_left_border.gif) repeat-y #E9E9E9;
	margin: 0px;
	border-right: 4px solid white;
}

#divInset {
	background: url(../images/DairyWellnessPlan/bg_left_whole.jpg) no-repeat bottom left;
}

#divHomeLeftBar {
	width: 358px;
	margin: 0px;
	float: left;
	border-right : 4px solid white;
}

#divSubLeftBar {
	width: 203px;
	margin: 0px;
	float: left;
	border-right: 4px solid white;
}

#divLogo {
	border-bottom: 4px solid white;
}

#divLeftNav {
	background: url(../images/DairyWellnessPlan/bg_left_grad.jpg) no-repeat;
}

#divLeftArt {
	background: url(../images/DairyWellnessPlan/bg_left.jpg) #DADFE9 no-repeat bottom;
}

#divRightBar {
	float: right;
	width: 100px;
}

#divHomeContent {
	margin: 0px 0px 0px 359px;
	padding: 48px;
	width: 372px;
	background: #E9E9E9;
}

#divSubContent {
	margin: 0px 0px 0px 203px;
	padding: 50px;
	width: 522px;
}

#divBlueBar {
	background: #5861C2;
	border-bottom : 4px solid white;
}

#divFooter {
	padding: 16px;
	color: #666666;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#divUtility {
	float: right;
}

h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #262626;
}

.title  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #262626;
}

h2  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

.title1
{
	font-weight: bold;	 
}



.bodyboldpurple {
	color: #6D75BA;
	font: bold;
}

.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
}

.Header {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 21px;
	line-height: 28px;
	color: #516EAC;
}

.subhead {
    font-size: 18px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 24px;
	font-weight: bold;
}


-->