/* begin basic global styles */
html,body,div,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd { 
color: #000;
list-style: bullet;
list-style-position: inside; 
margin: 0;
padding: 0;
  }
html {
background: #8EA469;
}
body {
font: 11px arial;
}
a {
color: #87AF41;
font-weight: bold;
text-decoration: none;
}
h1 {
font-size: 22px;
}
h2 {
font-size: 14px;
}
h3 {
font-size: 14px;
margin: 5px 0;
padding: 2px 0;
}
/* begin new global styles */
#main {
background: #fff;
border: 5px solid #8EA469;
display: block;
margin: 0 auto;
padding: 0px;
width: 700px;
}
#mainhead {
height: 290px;
padding: 0px;
margin-top: 30px;
}
#mainTitle {
text-align: center;
}
#mainTitle a {
color: #8EA469;
font-size: 26px;
text-align: center;
}
#mainTagline {
display: block;
color: #87AF41;
padding: 0 10px 0 10px;
text-align: center;
font-size: 18px;
}
#weather {
width: 700px;
display: block;
float: none;
text-align: center;
clear: both;
}
#contentArea {
background: url(/images/cow_bg.jpg)repeat;
height: 18px;
text-align: center;
width: 670px;
border: 5px solid #8EA469;
margin-left: 10px
}
#contentArea li {
display: inline;
list-style: none;
margin: 0 5px;
}
#contentArea li a {
color: #8EA469;
text-decoration: none;
}
#contentArea li a:hover {
}
#contentArea a {
font-size: 12px;
}
#mainBottom {
background: #000 url(/images/cow_bg.jpg)no-repeat;
border-top: 5px solid #8EA469;
color: #ffffff;
clear: both;
height: 10px;
padding: 10px 0px 5px 0px;
text-align: center;
}
#mainBottom a{
color: #87AF41;
font-weight: bold;
}
#mainBottom a:hover {
color: #ccc;
}
#mainBottom li {
display : inline;
margin: 5px;
}
#mainArea {
width: 700px;
text-align: center;
display: block;
}
#content {
text-align: left;
}
#keySearches {
background: #000 url(/images/cow_bg.jpg)repeat center 0;
color: #ffffff;
float: left;
margin-left: 10px;
margin-bottom: 10px;
padding: 10px;
text-align: center;
width: 650px;
border: 5px solid #8EA469;
}
#keySearches h3 {
color: #87AF41;
}
#keySearches a {
color: #87AF41;
}
#keySearches a:hover {
color: #ccc;
}
.itemTitle {
font-size: 13px;
}
.itemLink {
color: #87AF41;
margin-bottom: 10px;
}
#webLink {
background: url(/images/cow_bg.jpg)repeat;
border: 5px solid #8EA469;
width: 405px;
text-align: center;
font-size: 30px;
margin: 10px 0px 5px 10px;
}
#webLink h2 a{
color: #87AF41;
font-size: 40px;
}
#links {
background: url(/images/cow_bg.jpg)repeat;
display: block;
width: 195px;
height: auto;
background: #fff;
text-align: left; 
border: 5px solid #8EA469;
margin: 10px
}
#links a{
color: #000;
padding: 4px;
}
#links li{
list-style:none;
}
#search {
position: absolute;
top: 5px;
}

/* news content */

#newsContent li{
float: left;
font-size: 14px;
margin: 5px;
text-align: center;
width: 240px;
display: block;
}
#rightside {
display: block;
width: 450px;
float: left;
}
#leftside {
display: block;
width: auto;
float: left;
}