* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, serif;
	font-size: 100%;
	line-height: 1.5em;
	background: #fff url(/themes/site_themes/bsa/bg.jpg) repeat;
	color: #000;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
}

h2 {
	font-size: 150%;
	color: #4d2012;
	margin: 0.5em 0 0.2em 0;
}

h3 {
	color: #4d2012;
        font-size: 135%;
        margin: 15px 0 5px 0;
}

p {
	font-size: 0.875em;
	line-height: 1.4em;
margin-bottom: 10px;
text-align: justify;
}

ul {
list-style-type: none;
}

#container {
	margin: 25px auto 20px auto;
	padding: 5px 10px;
	width: 900px;
	position: relative;
	background-color: #eee3d2;
	overflow: auto;
}

#logo {
	background: transparent url(/themes/site_themes/bsa/logo.png) repeat scroll 0% 0%;
	width: 100px;
	height: 113px;
	top: -5px;
	left: 10px;
	position: absolute;
	text-indent: -1000em;
}

#header, #navigation, #image, #copyright, .space, table {
float: left;
clear: both;
width: 100%;
}

#header {
	color: #fff;
	background-color: #381f14;
	margin: 2px 0 0 0;
	padding: 15px 0;
	text-align: right;
}

#header h1 {
	font-size: 170%;
	margin-right: 20px;
}

#navigation {
	background-color: #2d160b;
	text-align: right;
}

#navigation ul {
	float: right;
	list-style-type: none;
	margin-right: 16px;
}

#navigation ul li {
	float: left;
}

#navigation ul li a {
	display: block;
	padding: 6px 8px;
	color: #e4ca2e;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 100%;
}

#navigation ul li a:hover {
	background-color: #381f14;
}

#content {
	margin-top: 110px;
}


.col_left {
	float: left;
	width: 640px;
}

.col_right {
	float: right;
	clear: right;
	width: 230px;
}

.col_left2 {
float: left;
width: 230px;
}

.col_right2 {
float: right;
width: 640px;
clear: right;
}

#copyright {
	margin-top: 45px;
	text-align: left;
	color: #854523;
	font-size: 90%;
}

#copyright p {
	font-size: 110%;
}


.space {
	height: 15px;
}

.bottom {
	margin-bottom: 10px;
}

/* calendar */
.calendarBG {
}

.calendarBlank { 
 background: transparent;
 color: transparent;
}

.calendarHeader { 
 font-weight: bold; 
 color: #fff; 
 text-align: center;
 background-color: #2d160b;
 padding: 3px 0;
}

.calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}
  
.calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold; 
 font-size:	11px;
 color: #fff; 
 background-color: #381f14; 
 text-align:  center;
 vertical-align: middle;
}

.calendarToday { 
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #000;
 background-color: 	#e9e9e9;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #000;
 background-color:  #fff;
 min-height: 40px
}

.clear {
   clear: both;
   float: left;
   width: 100%;
}

.event_list {
    display: block;
    padding: 5px 0;
}