body, td, p, div, span, th
{
    font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 10pt;
}
html
{
    height: 100%;
}
body
{
	margin: 0px;
	height: auto;
	min-height: 100%;
	color: #000000;
	background-color: #000033;
	background-image: url('images/Hill-BG.gif');
	background-position: 745px 0px;
	background-repeat: repeat-y;
	background-attachment: fixed;
}
fieldset
{
    border: 1px solid #000033;
}
legend
{
    font-weight: bold;
	color: #000033;
	background-color: #FFFFFF;
}
a:link
{
 	background-color: transparent;
	color: #000033;
	text-decoration: underline;
}
a:visited
{
 	background-color: transparent;
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active
{
 	background-color: transparent;
	color: #000033;
	text-decoration: none;
}
h1
{
    color: #000033;
	background-color: #FFFFFF;
}
h2
{
    color: #000033;
	background-color: #FFFFFF;
}
h3
{
    color: #000033;
	background-color: #FFFFFF;
}
h4
{
    color: #000033;
	background-color: #FFFFFF;
}
h5
{
    color: #000033;
	background-color: #FFFFFF;
}
h6
{
    color: #000033;
	background-color: #FFFFFF;
}
#wrapper
{
    float: left;
	margin: 10px;
	width: 700px;
	border: 2px solid #FFFF33;
	background-color: #FFFFFF;
	color: #000033;
}
#sidebar
{
    float: right;
	margin: 10px 10px 10px 0px;
	width: 150px;
	border: 1px solid #000033;
	padding: 5px;
	background-color: #CCCCCC;
	color: #000000;
	text-align: center;
}
#adArea
{
	width: 140px;
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contentArea
{
    float: left;
	width: 500px;
	margin: 10px;
	height: auto;
	min-height: 100%;
	border: none;
}
.blogNav
{
   padding: 5px;
}
.dayNames
{
    font-weight: bold;
	text-align: center;
	width: 14%;
}
.dayCell1
{
    background-color: #C0C0C0;
	color: #000000;
	font-style: italic;
	width: 14%;
	vertical-align: top;
}
.dayCell2
{
    background-color: #F5F5F5;
	color: #000000;
	font-style: italic;
	width: 14%;
	vertical-align: top;
}
.blankCell
{
    border: 1px solid #C0C0C0;
}
.dayCellBooked
{
    background-color: #EE0000;
    color: #000000;
	font-style: italic;
	width: 14%;
	vertical-align: top;
}
ul.dateLists
{
    margin: 0px;
	padding-left: 14px;
}
#archivesArea
{
    text-align: left;
}
body.mceContentBody {
   background: #FFF;
   font-size: 77%;
}
