body {
	font-family: arial, sans-serif;
	background-color: #000;
	font-size: 12px;
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0 0 0.4em 0;
	font-family: arial, sans-serif;
	color: #fff;
}

h1 {
	font-size: 2em;
}

h2, .mceContentBody h2 {
	font-size: 1.8em;
}

h3, .mceContentBody h3 {
	font-size: 1.6em;
}

h4, .mceContentBody h4 {
	font-size: 1.4em;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

strikethrough {
	font-style: strikethrough;
}

br {
	margin: 1em 0 0 0;
}

label {
	font-weight: bold;
}

#doc3 {
	margin:auto;
}

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

a:hover {
	color: #999;
}

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

#hd {
	margin: 0 auto;
	width: 100%;
	background-color: #000;
}

#hd_wrapper {
	width: 830px;
	margin: 2px auto 6px auto;
}

#logo_wrapper {
	width: 350px;
	padding: 0 0 10px 0;
	float: left;
}

#login_wrapper {
	width: 350px;
	float: right;
	text-align: right;
	padding: 0;
	color: #666;
}

#hd #login_wrapper .textInput {
	width: 100px;
	text-align: right;
	margin: 0;
	background-color: #999;
	color: #fff;
}

#hd #login_wrapper .submitInput {
	background-color: #666;
}

#hd #login_wrapper label {
	margin: 3px 0 0 0;
}

#hd #login_wrapper br {
	margin: 0;
}

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

#bd {
	width: 100%;
	line-height: 1.4;
	background-color: #131212;
	float: left;
}

#bd li {
	list-style: disc;
}

#bd a {
	color: #E93E3E;
}

#bd a:hover {
	color: #ccc;
}

#content_wrapper {
	width: 830px;
	padding: 2em 0;
	margin: 0 auto;
}

#left_content {
	width: 250px;
	margin: 0 0 0 8px;
	text-align: justify;
	float: left;
}

#left_content p {
	margin: 0 0 1em 0;
	line-height: 16px;
}

#left_content h2 {
	font-size: 2em;
}

#right_content {
	width: 520px;
	float: right;
	text-align: left;
}

#right_content h2 {
	font-size: 2em;
}

#right_content li	{
	margin: 0 0 1em 2em;
}

#right_content ul	{
	padding: 5px 0 10px 0;
}

#right_content blockquote{
	margin: 0 0 0 3em;
	padding: 0;
}

#right_content img {
	border: 1px solid #000;
	padding: 0;
	margin: 0 0 0.6em 0;
}


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

#menu_wrapper {
	text-align: center;
	float: left;
	width: 100%;
	font-size: 14px;
	padding: 12px 0 12px 0;
	background-color: #161515;
	border-top: 1px solid #CCBABA;
	border-bottom: 1px solid #CCBABA;
}

#menu ul {
	width: 830px;
	margin: 0 auto;
	z-index: 100;
}

#menu li ul {
	width: 8em;
	margin: auto;
}

#menu li {
	display: inline;
	padding: 0 10px;
}

#menu li ul li {
	padding: 0;
	text-align: left;
}

#menu li a {
	font-weight: bold;
	text-decoration: none;
	color: #666;
	padding: 10px 0 10px 3px;
}

#menu li a:hover {
	color: #999;
}

#menu li a.active {
	color: #fff;
}

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

#ft {
	padding: 2em 0;
	border-top: 1px solid #CCBABA;
	text-align: left;
	color: #666;
}

#ft_inner {
	width: 830px;
	margin: 0 auto;
}

#ft p {
	margin: 0 auto 1em auto;
}

#ft a {
	text-decoration: none;
	color: #999;
}

#ft a:hover {
	color: #fff;
}

#ft #address {
	float: left;
	margin: 0 auto;
}

#ft #logos {
	float: right;
	text-align: right;
}

#ft #logos img {
	margin: 0 0 0 10px;
}

/* -------------------------------------
tinyMCE
--------------------------------------*/

body.mceContentBody {
	font-size: 1em;
	padding: 2px;
}

/*-----------------------------------
 text size
-----------------------------------*/

#text_size {
	margin: 2em 0 0 0;
	padding: 0;
	color: #666;
}

#text_size h3 {
	display: none;
}

#text_size ul {
	padding: 0;
	margin: 0;
}

#text_size li{
	list-style: none;
	display: inline;
	margin: 0 0 0 0.8em;
	padding: 0;
	border: 0;
}

#text_size a {
	text-decoration: none;
	color: #666;
}

#print_div a {
	text-decoration: none;
}

#text_size a:hover {
	color: #fff;
}

.standard_size {
	font-size: 100%;
	text-transform: uppercase;
}

.big_size {
	font-size: 130%;
	text-transform: uppercase;
}

.biggest_size {
	font-size: 160%;
	text-transform: uppercase;
}

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

/*---------------------------------------
	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 */
	border-bottom: 1px solid #CCBABA;
	border-right: 1px solid #CCBABA;
	border-left: 1px solid #CCBABA;
}

.snav ul li a {
	display: block;
	background-color: #161515;
	padding: 0 2px;
}

#menu .snav li ul ul { 
	margin: -2.5em 0 0 8em;
	border-top: 1px solid #CCBABA;
}

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


/*---------------------------------------
	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%;
	border: 1px solid #333;
	margin: 0 0 20px 0;
}

.event_summary_table tr {
	background-color: #1f1f1f;
}

.event_summary_table tr.ruled {
	background-color: #666;
}

.event_summary_table tr.stripe {
	background-color: #2f2f2f;
}

.event_summary_table th {
	font-weight: bold;
	background-color: #666;
	padding: 4px;
}

.event_summary_table td {
	padding: 4px;
}

.news_summary_div {
	margin: -2em 0 0 0;
}

.news_summary_div h3 {
	margin: 2em 0 0.1em 0;
}

.news_summary_div h4 {
	margin: 0 0 0.4em 0;
}

.error {
	background-color: #ff0000;
	padding: 4px;
	margin: 4px 0;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
}