/* Content */ 


body {
	margin: 5px auto;
	background: #B4AD9D;
}
div.header {
	margin-top: 20px;
	margin-bottom: 10px
}
div.global_navigation {
	font-family: Century Gothic, arial;
	font-size:90%;
	color:#ffffff;
	font-weight:bold;
	word-spacing:20px
}
div.bottom_text {
	font-family: "Trebuchet MS", arial;
	font-size:60%;
	color:#0066ff;
	vertical-align:bottom;
}
div.main_heading {
	font-family: Century Gothic, arial;
	font-size:100%;
	color:#333333;
	font-weight:bold;
	margin: 20px 20px;
	line-height:2;
	border-bottom: thin dashed #D6DE4B;
}
div.second_heading {
	font-family: Century Gothic, arial;
	font-size:90%;
	color:#333333;
	font-weight:bold;
	font-style:italic;
	margin: 10px 20px;
}
div.third_heading {
	font-family: Century Gothic, arial;
	font-size:90%;
	color:#0066ff;
	font-weight:bold;
	margin: 0px 30px;
}
div.main_content {
	font-family: "Trebuchet MS", Arial;
	font-size:70%;
	color:#333333;
	margin: 0px 30px 10px;
}
div.calendar_text {
	font-family: "Trebuchet MS", Arial;
	font-size:70%;
	color:#333333;
}
div.news_head {
	font-family: Century Gothic, Arial;
	font-size:100%;
	color:#333333;
	font-weight:bold;
	margin: 10px 10px;
}
div.news_head_two {
	font-family: Century Gothic, Arial;
	font-size:80%;
	color:#333333;
	font-weight:bold;
	margin: 0px 10px;
}
div.news_head_three {
	font-family: "Trebuchet MS", Arial;
	font-size:80%;
	color:#333333;
	margin: 0px 10px;
}
div.news_content {
	font-family: "Trebuchet MS", Arial;
	font-size:70%;
	color:#333333;
	margin: 0px 15px;
}


/* Navigation */ 

form {
	margin: 10px 20px
}

a.global:link {
	color: #ffffff;
	text-decoration: none;
}
a.global:visited {
	color: #ffffff;
	text-decoration: none;
}
a.global:hover {
	color: #0066ff;
	text-decoration: none;
}
a.global:active {
	color: #0066ff;
	text-decoration: none;
}


a.bottom_links:link {
	color: #0066ff;
	text-decoration: underline;
}
a.bottom_links:visited {
	color: #0066ff;
	text-decoration: underline;
}
a.bottom_links:hover {
	color: #0066ff;
	text-decoration: none;
}

/* Tables */ 

table.calendar_table {
	margin: 10px 7%;
}
td.logo {
	background-image:url(../images/logoBF.gif);
	background-position:center;
	background-repeat:no-repeat;
	vertical-align:middle;
}
td.logo_text {
	background-image:url(../images/logoText.gif);
	background-position:center;
	background-repeat:no-repeat;
	vertical-align:middle;
}
td.left_shaddow {
	background-image:url(../images/left_shaddow.gif);
	background-position:right;
	background-repeat:repeat-y;
}
td.right_shaddow {
	background-image:url(../images/right_shaddow.gif);
	background-position:left;
	background-repeat:repeat-y;
}
td.map {
	background-image:url(../images/map.gif);
	background-position:center;
	background-repeat:no-repeat;
	vertical-align:text-top;
}
td.green {
	background-color:#D6DE4B;
}
td.grey {
	background-color:#333333;
}
td.white {
	background-color:#FFFFFF;
}
td.blue {
	background-color:#0066ff;
}


	

	

