/*
CSS Credit: http://maineweb.com
*/
body {
	margin:0;
	padding:0;
	line-height: 1.75em;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	font-size: 14px;
	color: #000000;
	background: #FFFFFF;
}
a:link, a:visited { color: #0066CC; text-decoration: none} 
a:active, a:hover { color: #008800; text-decoration: underline}
table {
        border:2px solid black;
}
tr {
        border:2px solid black;
}
td {
        border:2px solid black;
}

#birches_footer {
	clear: both;
	padding-top: 18px;
	height: 37px;
	text-align: center;
	font-size: 11px;
	background: url(images/birches_footer_bg.gif) no-repeat;
	color: #666666;
}
#birches_footer a {
	color: #666666;
}
#birches_site_title {
	padding-top: 35px;
	font-weight: bold;
	font-size: 32px;
	color: #FFFFFF;
}

.rate_sheet {
	padding-top: 2px;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	}
.bold_text {
	padding-top: 2px;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	}

.birches_pic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

.text_area {
	padding: 10px;
}
.publish_date {
	clear: both;
	margin-top: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}
.title {
	padding-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #0066CC;
}
.subtitle {
	padding-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

.birches_menu {
	list-style-type: none;
	margin: 10px;
	margin-top: 0px;
	padding: 0px;
	width: 195px;
}
.birches_menu li a{
	background: #F4F4F4 url(images/button_default.gif) no-repeat;
	font-size: 24px;
	font-weight: bold;
	color: #0066CC;
	display: block;
	width: auto;
	margin-bottom: 2px;
	padding: 5px;
	padding-left: 12px;
	text-decoration: none;
}

.birches_menu li a:visited, .birches_menu li a:active{
	color: #0066CC;
}
.birches_menu li a:hover{
	background: #EEEEEE url(images/button_active.gif) no-repeat;
	color: #FF3333;
}

