body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #3066F3;
	text-align:center;
	background-image:url(images/bgline.jpg);
	background-position:top;
}

a {
	color: #3366FF;
	font-weight: bold;
	text-decoration: none;
}



a:hover{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.menu {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	line-height: 150%;
}

.menu a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

.menu a:hover{
	color: #000033;
	font-weight: bold;
	text-decoration: underline;
}

.container {
	width: 780px;

}

.topcontainer {
	width: 800px;
	margin: 5px;
	padding: 5px;
	background-color: #ffffff;
	text-align:center;
}

.banner {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	width: 780px;
	height: 76px;
	border: 0px;
	background-image:url(images/dairyland_banner.gif);
	background-position:bottom;
	
}

.leftcontent {
	background-color: #ffffff;
	margin:  0px;
	padding: 0px;
	width: 253px;
	height: 244px;
	background-image:url(images/dairyland-bg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	text-align:left;
	border: 0px;
}

.menubg {
	background-color: #ffffff;
	margin:  0px;
	padding: 0px;
	width: 253px;
	background-image:url(images/menubg.gif);
	background-position:bottom left;
	background-repeat:repeat-y;
	text-align:left;
	border: 0px;
}

.bottombg {
	background-color: #ffffff;
	margin:  0px;
	padding: 0px;
	width: 780px;
	height: 20px;
	background-image:url(images/bottombg.gif);
	background-position:bottom left;
	background-repeat:repeat-y;
	text-align:right;
	vertical-align:middle;
	color: #3366FF;
	font-weight: bold;
	border: 0px;
	font-size: 14px;
}


.main {
	background-color: #ffffff;
	margin:  0px;
	padding: 0px;
	width: 527x;
	border: 0px;
	text-align:left;
	vertical-align:top;
}

.smalltext {
	font-size:9px;
}

.title {
	font-size:16px;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}