#container {
	postition:relative;
	height:525px;
	width:900px;
	border:solid 2px #000000;
	padding:0px;
	background-image:url(DairylogixImages/background3.gif);
	background-repeat:no-repeat;
	background-position:50% 100%;
	background-color:white;
}
#topNavBar {
	/*width:100%;*/
	width:900px;
	height:25px;
	padding:0px;
	background-color:rgb(153,51,0);
	float:left;
}


#header {
	width:100%;
	/*width:900px;*/
	height:175px;
	padding:0px;
	background-image:url(DairylogixImages/logo1.gif);
	background-repeat:no-repeat;
	background-position:1% 1%;
	background-color:rgb(153,51,0);
	float:left;
}

#headerBox1 {
	float:right;
	width:473px;
	height:120px;
	padding:0px;
	color:rgb(255,255,0);
	font-family:Tahoma,sans-serif;
	font-size:16px;
	text-align:left;
}

#headerBox2 {	
	width:900px;
	height:20px;
	padding:0px;
	color:rgb(255,153,0);
	font-family:Tahoma,sans-serif;
	font-size:16px;
	text-align:right;
	float:right;
	z-index;10;
}

#headerBox3 {	
	width:900px;
	height:20px;
	padding:0px;
	color:rgb(255,153,0);
	font-family:Tahoma,sans-serif;
	font-size:16px;
	text-align:center;
	/*float:right;*/
}

#headerImgRight {
	float:right;
	border:0px;
	padding:0px;
	padding-right:10px;
}
#footer {
	width:900px;
	height:105px;
	padding:0px;
	background-color:rgb(0,128,0);
	/*float:left;*/
	float:left;
}



#hb_footer {
	height:24px;
	width:900px;
	/*margin:0px;*/
	padding:0px;
	padding-top:2px;
	font-family:"Times New Roman",sans-serif;
	font-size:12px;
	text-align:center;
	float:left;
	background-color:rgb(0,128,0);
	}

#false_footer {
	height:4px;
	width:900px;
	/*margin:0px;*/
	padding:0px;
	font-family:"Times New Roman",sans-serif;
	font-size:12px;
	text-align:center;
	/*float:right;*/
	background-color:rgb(0,128,0);

	}
	

#mainContent {
	width:896px;
	height:215px;
	padding:0px;
}
#mainContentSpacer1 {
	width:896px;
	height:115px;
	padding:0px;
}
#mainContentSpacer2 {
	width:900px;
	height:10px;
	padding:0px;
	float:left;
}

#innerContent {
	width:290px;
	height:255px;
	margin-top:-145px;
	margin-left:300px;
	margin-right:300px;
	margin-bottom:88px;
	padding:5px;
	padding-top:0px;
	padding-bottom:0px;
	background-color:rgb(0,128,0);
	color:rgb(255,255,0);
	overflow:auto;
	font-family:Tahoma,sans-serif;
	font-size:16px;
	text-align:left;
	float:right;	
}


#innerContent3 {
	width:290px;
	height:330px;
	margin-top:-145px;
	margin-left:300px;
	margin-right:300px;
	margin-bottom:5px;
	padding:5px;
	padding-top:0px;
	padding-bottom:0px;
	background-color:rgb(255,255,255);
	color:rgb(0,0,0);
	overflow:auto;
	font-family:Tahoma,sans-serif;
	font-size:16px;
	text-align:left;
	float:right;	
}

#innerContent2 {
	width:550px;
	height:260px;
	margin-top:-65px;
	margin-left:175px;
	margin-right:175px;
	margin-bottom:5px;
	padding:2px;
	background-color:rgb(0,128,0);
	color:rgb(255,255,0);
	overflow:auto;
	font-family:Tahoma,sans-serif;
	font-size:16px;
	text-align:left;
	float:right;
	z-index:1;
}

.fontOrange {
	color:rgb(255,153,0);
	font-family:Tahoma,sans-serif;
	font-size:16px;
	text-align:justify;
}

.imgLeft{
	float:left;
	border:0px;
}	

.imgRight{
	float:right;
	border:0px;
}

.imgRightPadded{
	float:right;
	border:0px;
	padding-top:7px;
	padding-right:10px;
}


.imgNoBorder{
	border:0px;
}


.footerText {
	color:rgb(255,255,0);
	font-family:Tahoma,sans-serif;
	font-size:26px;
	text-align:left;
	width:200px;
	height:85px;
	float:right;
	padding:5px;
}

.td1 {
	width:140px;
	text-align:center;
	font-family:Tahoma,sans-serif;
	font-size:14px;
	color:#ffffff;
	}


.menu_btn {
	font-weight: bold;
	text-align: center;
	margin-bottom: 3px;
	margin-top: 3px;
	}


.menu_btn a {
	padding: 3px;
	text-decoration: none;
	width: 100%;
	display: block;
	color: #ffffff;
	background-color:rgb(153,51,0);
	}

.menu_btn a:hover {
	background-color: #ffffff;
	color:rgb(153,51,0);
	}

.inline_btn {
	font-weight: bold;
	text-align: left;
	margin-bottom: 3px;
	margin-top: 3px;
	}


.inline_btn a {
	padding: 3px;
	text-decoration: none;
	width:auto;
	display: block;
	color: rgb(255,255,0);
	background-color:rgb(0,128,0);
	}

.inline_btn a:hover {
	background-color: #ffffff;
	color:rgb(0,128,0);
	}


.foot_link a {
	/*background-color: rgb(255,255,0);*/
	width:auto;
	}

.foot_link a:link {
	color: rgb(255,255,0);
	text-decoration:none;
	}

.foot_link a:visited {
	color: rgb(255,255,0);
	text-decoration:none;
	}

.foot_link a:hover {
	color: #000000;
	background-color: rgb(255,153,0);
	}


.book_link a {
	/*background-color: rgb(255,255,0);*/
	width:auto;
	}

.book_link a:link {
	color: rgb(0,128,0);
	text-decoration:none;
	}

.book_link a:visited {
	color: rgb(0,128,0);
	text-decoration:none;
	}

.book_link a:hover {
	color: #000000;
	background-color: rgb(255,153,0);
	}
