body {
	font: Century Schoolbook, Georgia, Times, serif;
	background: url(/media/images/bg.jpg) repeat-x #efeee0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#000000;
	font-size:13px;
	line-height:24px;
}
.oneColLiqCtr #container {
	width: 1100px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
    background:#FFFFFF;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
img.logo {
margin-top:20px;
margin-bottom:20px;
margin-left:0;
margin-right:0;
}
td.nav {
width:281px;
padding-left:26px;
}
ul.nav {
width:262px;
margin:0;
padding:0;
background:#efeee0;
list-style:none;
}
li.nav {
position:relative;
padding:10px 0px 10px 15px;
border-top-style:double;
border-top-color:#534741;
border-top-width:medium;
font-size:24px;
color:#534741;
}
li.nav a {
color:#362f2d;
text-decoration:none;
}
li.nav a:hover {
color:#ad4630;
text-decoration:none;
visibility:inherit;
}
/* drop down menu css */
ul.menu {
width:197px;
padding:0;
position:absolute;
left:262px;
top:0px;
visibility:hidden;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:18px;
background:#efeee0;
list-style:none;
z-index: 9999;
}
li.menu {
float:left;
position:relative;
}
li.menu a {
padding:10px 17px 10px 17px;
display:block;
position:relative;
width:197px;
height:26px;
background:#efeee0;
color:#000000;
text-decoration:none;
}
li.menu a:hover {
padding:10px 17px 10px 17px;
display:block;
width:197px;
height:26px;
background:#ad4630;
color:#ffffff;
text-decoration:none;
}
td.content {
margin:0;
}
#welcome {
width:458px;
height:72px;
background:url(/media/images/beehive.jpg) no-repeat;
}
#welcome p {
padding:45px 0px 0px 30px;
color:#4e281f;
font-size:22px;
}
#welcome2 {
text-align: center;
margin: 0pt auto;
display: block;
width:458px;
height:72px;
background:url(/media/images/beehive.jpg) no-repeat;
}
#welcome2 p {
text-align: left;
padding:45px 0px 0px 30px;
color:#4e281f;
font-size:22px;
}
p.text {
padding:0px 39px 0px 30px;
font-family:Tahoma, Arial, Helvetica, sans-serif;
color:#000000;
font-size:13px;
line-height:24px;
}
p {
padding:0px 39px 0px 30px;
font-family:Tahoma, Arial, Helvetica, sans-serif;
color:#000000;
font-size:13px;
line-height:24px;
}
h4 {
padding-left:30px;
font-size:18px;
font-weight:normal;
color:#4e281f;
}

a:active, a:link, a:visited {
color: #2a6790;
text-decoration:none; 
}
a:hover {
text-decoration:underline;
}
h1, h2, h3 {
margin: 0;
font-weight: normal;
color: #4e281f;
font: Century Schoolbook, Georgia, Times, serif;
}
h1 { font-size: 44px; }
h2 { font-size: 18px; }
h3 { }
#footer {
text-align:center;
}
p.copyright {
font-size:12px;
color:#362f2d;
}
#footer a {
color:#2a6790;
text-decoration:none;
}
#footer a:hover {
color:#2a6790;
text-decoration:underline;
}
#footer img {
text-align: center;
}
p.caption {
margin:0;
padding:10px 0px 0px 20px;
font-size:16px;
}
#president {
padding:0px 16px 0px 10px;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
line-height:18px;
}
p.title {
font: Century Schoolbook, Georgia, Times, serif;
font-size:18px;
color:#50281c;
}
#president a {
color:#2a6790;
text-decoration:none;
}
#president a:hover {
color:#2a6790;
text-decoration:underline;
}

#blog-tree-wrapper {
margin:0 auto;
padding-right:20px;
padding-left:20px;
}
#blog-tree {
width:200px;
background-color: #EFEEE0;
padding:5px;
border-top-style:double;
border-top-color:#534741;
border-top-width:medium;
}
#blog-tree-top {
background:url(/media/images/nav_top.jpg) no-repeat;
height:37px;
width:210px;
}
