body
{
    background: url(../images/bgd.jpg) repeat-x #aa5a03; 
    margin: 0 auto; 
    text-align: center;   
    color: #000000;
    font: 11px/16px "Lucida Grande", "Lucida Sans",  Verdana, Tahoma, Helvetica, sans-serif; 
    padding: 0;
}

#container
{
    background: url(../images/containerBgd.jpg) repeat-y; 
    position: relative; 
    margin: 0 auto; 
    margin-top: 12px; 
    width: 767px;  
}

#content
{
    padding: 20px; 
    padding-top: 340px; 
    height: 400px; 
    width: 727px; 
    background: url(../images/contentBgd.jpg) no-repeat; 
    position: relative; 
    min-height: 400px;    
    padding-bottom: 48px;
}

*>#content
{
    width: 727px; 
    background: url(../images/contentBgd.jpg) no-repeat; 
    position: relative; 
    height: auto;   
}

#containerBottom
{
    background: url(../images/containerBottom.jpg) no-repeat; 
    width: 767px; 
    height: 48px; 
    position: absolute; 
    bottom: -1px; 
    left: 0px;    
}

#footer
{
    position: relative; 
    margin: 0 auto; 
    width: 767px; 
    margin-top: 5px; 
    padding-bottom: 20px; 
    color: #5a2f02; 
    font-weight: bold;   
}

#left
{
    float: left; 
    width: 200px; 
    text-align: justify; 
    position: relative; 
    height: auto;
}

#right
{
    float: right; 
    width: 500px; 
    text-align: justify; 
    position: relative; 
    height: auto;    
}

.clear 
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	position: relative;
}

ul
{
	margin-left: 15px;
}

*>ul
{
	margin-left: -25px;
}



/*TEXT FORMATTING ETC*/
h1
{
    color: #226fbd;
    font-size: 18px;
    margin-left: 225px;
    text-align: left;
}

h2
{
    font-size: 14px;    
}

/*MENU FORMATTING ETC*/
#menu
{
    position: absolute;
    top: 138px;
    left: 5px;
    width: 600px;
    height: 30px;
}

a#agricultureBtn:link, a#agricultureBtn:visited
{	
	background: url(../images/menu/agricultureBtn.jpg);
	z-index: 101; position: absolute; left: 0px; top: 0px;
	cursor: pointer;
}	
a#agricultureBtn:hover
{	
    background: url(../images/menu/agricultureBtnOver.jpg);
}

a#educationBtn:link, a#educationBtn:visited
{	
	background: url(../images/menu/educationBtn.jpg);
	z-index: 101; position: absolute; left: 87px; top: 0px;
	cursor: pointer;
}	
a#educationBtn:hover
{	
    background: url(../images/menu/educationBtnOver.jpg);
}

a#communityBtn:link, a#communityBtn:visited
{	
	background: url(../images/menu/communityBtn.jpg);
	z-index: 101; position: absolute; left: 169px; top: 0px;
	cursor: pointer;
}	
a#communityBtn:hover
{	
    background: url(../images/menu/communityBtnOver.jpg);
}

a#familyCareBtn:link, a#familyCareBtn:visited
{	
	background: url(../images/menu/familyCareBtn.jpg);
	z-index: 101; position: absolute; left: 341px; top: 0px;
	cursor: pointer;
}	
a#familyCareBtn:hover
{	
    background: url(../images/menu/familyCareBtnOver.jpg);
}

a#healthBtn:link, a#healthBtn:visited
{	
	background: url(../images/menu/healthBtn.jpg);
	z-index: 101; position: absolute; left: 438px; top: 0px;
	cursor: pointer;
}	
a#healthBtn:hover
{	
    background: url(../images/menu/healthBtnOver.jpg);
}

#homeButtonLink
{
	position: absolute; 
	top: 70px; 
	left: 20px;
}

#homeButton
{
	cursor: pointer; 
	height: 60px; 
	width: 570px;	
}


/*LINK FORMATTING ETC*/
A:link, A:visited, A:active
{
	text-decoration: none;
	color: #585757;
    text-decoration: underline;
}

A:hover
{
	text-decoration: none;
	color: #c04227;
	text-decoration: underline;
}

#footer A:link, #footer A:visited, #footer A:active
{
	text-decoration: none;
	color: #442402;
    text-decoration: none;
    font-weight: bold;
}

#footer A:hover
{
	text-decoration: none;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
