/* CSS Document */
body {
	background: none;
	}
#header {
	display: none;
}

#navigation ul {
	display: none;
}
ul li img {
	border: none;
}
	
#splash_image {
	display: none;
}
#main_content {
	outline: 1px solid #ccc;
	padding: 10px;
	margin: 10px;
	}
	body #content_one {
		padding: 10px;
		width: 100%;
	}
	body #content_two {
		padding: 10px;
		width: 100%;
	}
	hr {
		color: #ccc;
		background-color: #ccc;
		height: 1px;
		border: none;
		border: 0px;
		margin: 30px 0px;
	}
	#right_column ul li, #left_column ul li {
		list-style: none;
		margin-left: -8px;
	}
	#members_area #left_column, #members_area #right_column {
		width: 390px;
	}
	#members_area #left_column li, #members_area #right_column li {
		list-style-image: url(images/control_play_blue.png)
	}
	
	
	.items a {
		color: #555;
	}
	.items:hover a {
		color: #0000FF;
	}
	.extra_content {
		outline: 1px dotted #bbb;
		margin: 10px;
		padding: 6px;
		background-color: #EfEfEf;
		display: block;
		float: none;
		clear: both;
	}
	.extra_content p {
		font-size: 12px;
		color:#444;
	}
		
	
h1, h2, h3, h4, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px;
	margin-bottom: 4px;
	color: #0A3C81;
}
h1 { 	font-size: 22px;	}
h2 { 	font-size: 17px; color: #2C578F;	}
h3 { 	font-size: 16px; color: #2C578F; margin-top: 13px; margin-bottom: 9px;	}
h4 { 	font-size: 15px; color: #222; margin-top: 2px; margin-bottom: 9px; color: #333	}
p, #main_content ul, ol, blockquote, table {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #333333;
	margin-top: 6px;
	margin-bottom: 6px;
}

p span {
	color: #555;
}
p img {
	vertical-align: middle;
	margin-right: 4px;
}
.people {
	overflow: hidden;
	margin-bottom: 20px;
}
.people img {
	float: left;
	margin-right: 5px;
}
.people p {
	overflow: hidden;
}
.people h4 span {
	color: #888;
	font-style: italic;
}
.logos {
	float: left;
	width: 240px;
	padding: 10px;
}
table {
	border-collapse: collapse;
}
table td, table th {
	border: 1px solid #ccc;
	padding: 3px;
}
table th {
	background-color: #dedede;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:14px;
}
.image_border {
	outline: 1px solid #ccc;
	background-color: #E2E7EF;
	float: right;
	margin: 5px;
}
.image_border img {
	padding: 6px;
}
.gap {
	margin: 10px 0px;
}
.page-break { display:block; page-break-before:always; } 
.float_right {
	display: none;
}
#events table td {
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}
#events table tr {
	margin-bottom: 3px;
}
.rss-items {
	list-style-image: url(images/document_music.png);
	margin-left: 15px;
}
.rss-items li{
	padding-top: 7px;
	margin: 4px;
	color: #888;
}
.rss-items li a {
	color: #0000ff;
}

/* login form CSS */
form {
	width: 300px;
	margin: 0px auto;
	margin-top: 20px;
	font-family: "Trebuchet MS", Arial;
	}
.login_input {
	border: none;
	height: 25px;
	padding: 8px 2px 2px 8px;
	width: 300px;
	outline: 1px solid #ccc;
	margin-bottom: 5px;
}
.login_input:focus {
	outline: 1px solid #bbb;
	}
form label {
	display: block;
	margin: 2px;
	color: #444;
	font-size: 13px;
}
.login_button {
	float: right;
}
