* {
	font-family:arial, helvetica;
}

#hd {
margin: 20px 
}


h1, h2, h3, h4, h5, h6 { 
  
  letter-spacing: 0.1em; 
  text-transform: uppercase; 
  margin: 0.5em 0 0.5em 0; 
  padding: 0; 
  font-family: Helvetica, Arial, sans-serif; 
  color: #333; 
}




body, .mceContentBody	{
	color: #000000
	margin: 0px 4px;
	padding: 0;
	font-size: 11px;
background-image: url(../img/back_drop.png);
	background-position: center top;
	background-repeat: repeat-y;
}

.mceContentBody {
	background-color: #666;
}
	
label {
	font-weight: bold;
}

a {
color: #000000;
text-decoration:none;
}

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

img {
padding:2px;
}

#col3_leftbar, #col3_rightbar {
	width: 200px;
}

#col3_centerbar {
	width: 500px;

background-image: url(../img/main_content_back.png);
	background-position: center top;
	background-repeat: repeat-y;

}

#col2_content {


}

#col2_rightbar {

width: 230px;
background-image: url(../img/right_content_back.jpg);
	background-position: left top;
	background-repeat: repeat-y;

}



#main_menu {
	float: left;
	width: 100%;
	clear: both;
	margin: 0 0 15px 0;
	font-size: 1.3em;
	font-family: helvetica, arial;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #000000;
}	




#ft {
	width: 100%;
	height:40px;
	margin:0 auto;
font-size: 0.8em;
	font-family: helvetica, arial;
	border-top: 1px dotted #000000;
}

/* don't change anything under here */


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

/*---------------------------------------
	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;
	list-style: none;
	line-height: 1;
}

.snav a {
	display: block;
	padding: 0.2em 1em 0.2em 0;
}

.snav li {
	float: left;
}

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

.snav li ul { /* second-level lists */
	position: absolute;
	width: 8em;
	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;
}

.snav li ul ul { 
	margin: -1.4em 0 0 8em;
}

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

#ft {
	margin: 2em 0 0 0;
}


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

.active {
		font-style: italic;
}

.hidden {
	background-color: #ccc;
}

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