body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

html { 
   overflow-y: scroll;
  
}
h1 {
	color: #999999;
	font-size: 1.4em;
}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}


div#pageContainer {
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-y;
	width: 950px;
	text-align: left;
}
div#pageTop {
	font-size: 1.1em;
	background-image: url(images/dairypower_logo_2.gif);
	color: white;
	background-repeat: no-repeat;
	background-color: #000099;
	height: 78px;
	font-weight: normal;
	line-height: 1.2em;
	border: 1px solid #000099;
}
div#pageTop  div#box1 {
	margin-top: 8px;
	width: 180px;
	float: right;
	padding-right: 8px;
	text-align: right;
	border-left-width: 2px;
	border-left-style: none;
	border-left-color: #999999;
}

div#pageTop a {
	color: white;
	text-decoration: none;
}
div#pageTop a:hover {
	color: white;
	text-decoration: underline;
}

ul#mainNav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #ffff99;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000099;
	border-bottom-color: #000099;
}

ul#mainNav li {
	display: inline;
	margin-right: 0px;
	margin-left: 40px;
	line-height: 27px;
}
ul#mainNav li a {
	color: #000099;
	text-decoration: none;

}
ul#mainNav li a:hover {
	color: #0099FF;
	text-decoration: none;
}


div#pageFooter {
	color: #FFFFFF;
	background-color: #000066;
	text-align: center;
	line-height: 50px;
	font-size: 0.8em;
}
div#pageFooter a {
	color: #FFFFFF;
	text-decoration: none;
}
div#pageFooter a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#threeColContainer {
	padding-top: 30px;
	background-image: url(images/bg_b-w.gif);
	background-repeat: repeat-x;
	height: 150px;
}
#threeColContainer #col1 {
	float: left;
	width: 235px;
	text-align: center;
}
#threeColContainer #col2 {
	float: left;
	width: 235px;
	text-align: center;
}
#threeColContainer #col3 {
	float: left;
	width: 235px;
	text-align: center;
}
#threeColContainer #col4 {
	float: left;
	width: 235px;
	text-align: center;
}
#threeColContainer img {
	border: 0px solid #333333;
}
#threeColContainer p {
	font-size: 0.8em;
	margin: 6px 0;
}
#threeColContainer a {
	font-weight: bold;
}
#threeColContainer h1 {
	font-size: 1em;
	margin: 0;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}
#twoColContainer #column1 {
	float: left;
	width: 45%;
}
#twoColContainer #column2 {
	margin-left: 50%;
	margin-right: 5%;
}
#twoColContainer ul {
	list-style-image: url(images/arrow_head.gif);
	margin-top: 0px;
}
#oneColContainer {
	padding: 0 30px;
	margin-top: 30px;
	border-top-width: 2px;
	border-top-style: none;
	border-top-color: #CCCCCC;
}
.redLetters {color: #FF0000}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
h5 {
	color: #000000;
	font-size: 1.4em;
	font-weight: normal;
}
h3 {
	color: #999999;
	font-size: 1.2em;
	font-weight: normal;
}
.whiteLetters {
	color: #FFFFFF
}

