body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family : "lucida grande", verdana, san-serif;
	color: #000;
	background-image: url(../img/back.jpg);
	background-repeat: repeat-x;
	font-size: 1em;
}

label {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0 0 0.6em 0;
	font-family: "trebuchet ms"
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #88c0d6;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

p {
	margin: 1em 0;
}



body.mceContentBody {
	background-image: none;
}

/*---------------------------------------
	wrapper
---------------------------------------*/


/*---------------------------------------
	main menu
---------------------------------------*/

#main_menu {
	margin: 0;
	font-size: 1.2em;
}

#main_menu ul {
	margin: 0;
}

#main_menu li {
	margin: 0;
	padding: 0;
}

#main_menu a {
	display: block;
	padding: 12px 12px 0 0;
	font-weight: bold;
	color: #007701;
	text-decoration: none;
}

#main_menu a:hover {
	color: #000;
}

/*---------------------------------------
	content
---------------------------------------*/

#content_wrapper {
	float: left;
	width: 100%;
	margin: 2em 0;
}

#content {
	padding: 0 20px 0 2px;
}

#content ul {
	margin: 1em 0;
}

#content li {
	margin: 0 0 0.5em 1em;
	list-style: disc;
}

/*---------------------------------------
	footer
---------------------------------------*/

#footer {
	margin: 2em auto;
	font-size: 80%;
	float: left;
}

/*---------------------------------------
	public forms
---------------------------------------*/

.publicForm label {
	display: block;
}

.publicForm label {
	margin: 1em 0 0 0;
}

.publicForm label.inline {
	display: inline;
	margin: 0;
}
	
.publicForm .textInput, .publicForm textarea {
	width: 20em;
	border: 1px solid #999;
	background-color: #F3F1F1;
	padding: 0.1em;
}

.publicForm .checkboxInput {
	border: 1px solid #999;
	background-color: #fff;
}

.publicForm textarea {
	height: 10em;
}
	
.publicForm .submitInput {
	border: 1px solid #999;
	background-color: #F3F1F1;
	padding: 0.1em;
}
	
.publicForm select {
	border: 1px solid #999;
	background-color: #F3F1F1;
	padding: 0.1em;
}

/*---------------------------------------
	paging
---------------------------------------*/

.subpage_nav {
	margin: 1em 0;
}

.subpage_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.subpage_nav li {
	display: inline;
	padding: 0 0.6em 0 0;
}

/*---------------------------------------
	flickr badge
---------------------------------------*/

.flickrWrapper {
	width: 98%;
}

.flickrWrapper div {
	display: inline;
	padding: 20px 14px 20px 0;
}

.flickrWrapper img {
	border: 1px #ccc solid;
	padding: 4px;
}


/*---------------------------------------
	events
---------------------------------------*/

.event_summary_table {
	width: 100%;
}

.event_summary_table th {
	font-weight: bold;
}

.event_summary_table td.option {
	text-align: center;
}

.event_summary_table th.title {
	text-align: left;
}

.event_summary_table .closed {
	font-style: italic;
}


/*---------------------------------------
	misc classes
---------------------------------------*/

.hidden {
	background-color: #999;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

img.float_right {
	margin: 0 0 0.5em 0.4em;
}

img.float_left {
	margin: 0 0.4em 0.5em 0;
}

.compositeTable {
	width: 100%;
	margin: 0.4em 0;
	text-align: center;
}

.compositeTable td {
	padding: 0.4em;
}

.clear {
	clear: both;
}

#ubi_gallery {
	width: 460px;
	height: 320px;
}
