* {
	padding: 0;
  margin: 0;
} 

body.mceContentBody {
	background-color: #fff;
	color: #884445;
}

body {
	background: #121212;
	font-family:  Palatino, Georgia, Helvetica, Arial, serif;
	font-size: 0.9em;
	line-height: 18px;
	color: #884445;
}

img { 
	border: none; 
}

a, .mceContentBody a { 
	color: #884445;
	text-decoration: none;
}

a:hover, .mceContentBody a:hover {
	text-decoration: underline;
	color : #000;
}

#wrap {
	width: 900px;
	background: #ffffff;
	margin: 0px auto;
	/**border:3px solid #FAF391;
	border-top:0;
	border-bottom:0; **/
}

.header, .footer	{
	background:#F2F2E9;
}

.header {
	padding-top: 20px;
	height: 104px;
}

.header img	{
	padding:0 0 0 10px;
}
	
.header_text {	
	font-size:1.2em;
	line-height:20px;
}
	
.header_logo	{
	float:left;
	padding:0 20px 0 0;
}

.navigation { 
	padding-top: 20px;
	float : left ;
	list-style: none; 
	width: 185px;
}

.rightcol { 
	margin:10px 5px 0 0;
	padding-top: 5px;
	float : right ;
	list-style: none; 
	width: 175px;
	line-height:36px;
}

.navigation ul { 
	list-style-type: none; 
}

.navigation ul li ul li {
	padding: 0 0 0 1em;
}

.navigation a, .navigation a:visited {
	text-transform:normal;
	display: block;
	padding: 4px 10px;
	color: #884445;
	font-size:1.2em;
	font-weight:bold;
	background: #fff;
	text-decoration: none;
	border-bottom: 1px solid #171B20;
}

.navigation a:hover {
	color: #F2F2E9;
	background-color: #884445;
	text-decoration:none;
}

.content {
	padding: 20px 10px 10px 10px;
	float: right;
	width: 505px;
}

.content h1, .mceContentBody h1 {
	color: #884445;
	font-size: 190%;
	font-weight: 100;
	padding: 10px 0 20px 0;
	text-transform: normal;
}

.content h2, .mceContentBody h2 {
	color: #884445;
	font-size: 160%;
	font-weight: 100;
	padding: 10px 0 10px 0;
	text-transform: normal;
}

.rightcol h2, .rightcol h3	{
	color: #884445;
	font-size: 125%;
	font-weight: 100;
	padding: 4px 0 10px 0;
	text-transform: normal;
	text-align:center;
}
	
.content h2 a { }

.content h2 a:hover { 
	text-decoration: none;
}

.footer {
	padding: 10px;
	font-size: 80%;
	color: #000;
	text-align: center;
}

.footer a {
	color: #000;
}

/*---------------------------------------
	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;
}

/*---------------------------------------
	misc classes
---------------------------------------*/

.active {
		font-style: italic;
}

.hidden {
	border: 1px dotted #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;
}

.event_summary_table {
	width: 100%;
}

.event_summary_table th {
	font-weight: bold;
}

.news_summary_div {
	margin: -1em 0 0 0;
}

.news_summary_div h3 {
	margin: 2em 0 0 0;
}

.news_summary_div h4 {
	margin: 0 0 0.3em 0;
}