body {
	background-color: #fffffff;
	margin: 0;
	padding: 0;
	font-family : tahoma,san-serif;
	color: #000;
	background-image: url(../img/back.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

label {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0 0 0.6em 0;
color: #847c4d;
	font-family: tahoma,san-serif;
}

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: 0.8em;
	color: #666666;
	text-decoration: none;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #847c4d;
}

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

p {
	margin: 0 0 1em 0;
}

#custom-doc {
	width: 974px;
	text-align: left;
	margin: 0 auto;
}

#content_wrapper {
	width: 100%;
	float: left;
}

/*---------------------------------------
	main menu
---------------------------------------*/
#col3_leftbar {
	width: 200px;
	padding: 5px;
	font-size: 1em;
	text-align: left;
}

#col3_centerbar {
	width: 500px;
	text-align: left;
	padding: 10px;
	border-right: 1px dotted #000000;
	border-left: 1px dotted #000000;
}

#col3_rightbar {
	margin: 0;
	padding: 10px;
	width: 200px;
	text-align: left;
}

#main_menu {
	float: left;
	text-align: left;
	clear: both;
	margin: 5px 0 0 5px;
	font-size: 1em;
	font-family: helvetica, arial;
	padding: 0 0 5px 0;
	font-size: 14px;
}

#main_menu ul {
	
}

#main_menu li {
	padding: 0 16px 10px 0;
}

#main_menu a {
	font-weight: bold;
	text-decoration: none;
	color: #b3ad8a;
	padding: 2px 0 10px 0;
}

#main_menu a:hover {
	color: #847c4d;
}

/*---------------------------------------
	header
---------------------------------------*/

#header {
	text-align: center;
}

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

#footer {
	margin: 2em 0;
	width: 100%;
	padding: 2em 0;
	font-size: 0.7em;
	text-align: center;
	border-top: 1px dotted #000000;
}

/*---------------------------------------
	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;
}


/*---------------------------------------
	suckerfish
---------------------------------------*/

/* hack to get dropdown to appear over form elements in ie
	see iehover-fix.js for details */

ul.snav iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */

.snav, .snav ul { /* all lists */
	padding: 0;
	margin: 0 auto;
	list-style: none;
	line-height: 1;
}

#main_menu .snav li ul a {
	display: block;
	padding: 3px 4px 1px 4px;
}

.snav li {
	float: left;
}

.snav li ul li {
	width: 160px; /* width needed or else Opera goes nuts */
}

.snav li ul { /* second-level lists */
	position: absolute;
	width: 160px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

.snav ul li a {
	display: block;
	background-color: #ccc;
	color: #fff;
	padding: 6px 10px;
}

.snav li ul ul { 
	margin: -21px 0 0 160px;
}

.snav li:hover ul ul, .snav li:hover ul ul ul, .snav li.sfhover ul ul, .snav li.sfhover ul ul ul {
	left: -999em;
}

.snav li:hover ul, .snav li li:hover ul, .snav li li li:hover ul, .snav li.sfhover ul, .snav li li.sfhover ul, .snav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 9999;
}


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

.news_headlines_ul li, .news_summary_div {
	margin: 0 0 1em 0;
}

.news_headlines_summary {
	display: block;
}

.summary_div h3, .summary_div h4 {
	margin: 0;
}

.summary_div {
	margin: 0 0 2em 0;
}

.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;
}