body {
	margin: 0px;
	padding: 0px;
	font-family: "Arial", sans-serif;

}

/* Header styles */

#header {
	background: #377AB9;
	background: #377AB9 url(http://www.cogh.net/images/logo.gif) top right no-repeat;
	color: #ffffff;
	min-width: 565px;
	margin: 0;
}

.title {
	font-size:255%;
	font-family: serif;
	font-weight:bold;
	color:white;
	background: transparent;
	text-align: center;
	margin: 0;
}
.random_image {
	text-align:center;
	margin:5px;
	float:left;
	position: relative;
}

#header img.left {
	float: left;
	border: 0;
}

#header img.right {
	float: right;
}

#header div.tagline {
	background: #000000;
	color: #ffffff;
	text-align: right;
	font-size: .8em;
	font-style: italic;
	padding: 2px 10px 2px 0px;
}

/* Menu styles */

#menu {
	background: #377AB9;
	width: 12em;
	position: relative;
	float: left;
	padding-top: 12px;
	z-index: 10000;	
}

#menu ul.cogh {
	list-style-image: url(images/icon.gif);
}

#menu ul.chm {
	list-style-image: url(images/dove.gif);
}

#menu a {
	background: #377AB9;
	color: #ffffff;
	font-size: .9em;
	text-decoration: none;
}

#menu a:hover {
	background: #377AB9;
	color: #ffffff;
	text-decoration: underline;
}

#menu a em {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}


.menu_corner {
	background: url(images/menu_corner2.gif) #377AB9 no-repeat top right;
	height: 11px;
	width: 16px;
	float: left;
}

.menu_bottom  {
	height: 39px;
	background: url(images/menu_bottom_corner2.gif) #377AB9 no-repeat bottom right;
	width: 100%;
	margin-bottom: -19px;
	float: right;
}

/* Floater styles */
#floater {
	background: #377AB9;
	color: #ffffff;
	margin: 1em;
	padding: 0;
	position: relative;
	float: right;
	width: 15em;
	font-size: .9em;
	z-index: 10000;
}

.floater_top_left  {
	background: url(images/menu_top_left.gif) #377AB9 no-repeat top left;
	width: 50%;
	float: left;
}

.floater_top_right  {
	background: url(images/menu_top_right.gif) #377AB9 no-repeat top right;
	float: right;
	width: 49.8%;
}

.floater_bottom_left  {
	background: url(images/menu_bottom_left.gif) #377AB9 no-repeat bottom left;
	width: 50%;
	float: left;
	height: 39px;
	margin-bottom: -19px;
}

.floater_bottom_right  {
	background: url(images/menu_bottom_right.gif) #377AB9 no-repeat bottom right;
	width: 49.8%;
	float: right;
	height: 39px;
	margin-bottom: -19px;
}

html>body .floater_bottom_right  {
	width: 50%;
}

#floater h3 {
	text-align: center;
	background: #377AB9;
	color: #000000;
	padding: 3px;
}

#floater h3 a {
	text-align: center;
	background: #377AB9;
	color: #000000;
	padding: 3px;
}

#floater p {
	padding: 3px;
}

#floater ul {
	background: #377AB9;
	color: #ffffff;
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	clear: both;
}

#floater a {
	background: #377AB9;
	color: #ffffff;
}

#floater li {
	margin: 0px 20px 0px 20px;
	padding: 0px 3px 20px 3px;
}

/* Main page content styles */

#index_main {
	margin: 1em 16em 1em 14em;
	position: relative;

}
/*\*/
* html #index_main {
	height: 1px;
		min-width: 20em;
}
/**/
.ie_index_min {

}

#index_main h1, h2, h3, h4, .main h1, h2, h3 {
	text-align: center;
}
#index_main h2 {
	font-size: 200%;
}
#index_main h3 {
	color: #990000;
	font-size: 125%;

}

.main {
	margin: 1em 1em 1em 14em;
	position: relative;
	display: block;
}

/* Footer styles */
.mission {
	margin-top: 25px;
	font-size:.8em;
	font-weight:bold;
	text-align:center;
	clear: both;
}


/* SS Lesson styles */

.quote {
	margin-left: 25px;
	margin-right: 25px;
}

ul.none {
	list-style: none;
}

.question {
	color: red;
	background: white;
}

.answer {
	color: green;
	background: white;
}

/* cowboy/indian stat styles */

.p {
	color: purple;
	background: #fff;
}
.b {
	color: blue;
	background: #fff;
}
.r {
	color: red;
	background: #fff;
}
.y {
	color: goldenrod;
	background: #fff;
}
.g {
	color: green;
	background: #fff;
}	
.ss_stats {
	border-collapse: collapse;
	width: 90%;
	margin: 0 auto;
}
#frontpage {
	text-indent: -1000em;
	line-height: 0;
}

.admin_calendar label {
	font-weight: bold;
}

.admin_calendar ul {
	list-style-type: none;
}
.login {
	width: 74%;
	float: left;
	font-weight: bold;
	margin: 0;
}
.login form, .login p {
	padding: 0;
	margin: 0;
}

.illustration {
	background: #D6CFC1;
	color: #000;
	border: 1px dotted #000;	
}

.illustration_edit {
	text-align: right;
}
.event_calendar {
	border-collapse: collapse;
	margin: 0 auto;
}
.event_calendar td, th {
	vertical-align: top;
	border: 1px solid #000;
}
.event_calendar_date {
	width: 8em;
}
.event_calendar_time {
	width: 7em;
}
.event_calendar th {
	background: #c0c0c0;
}
.event_calendar td {
	padding: 5px;
}

/* older styles */
.header {font-size:14pt;font-weight:bold;text-align:center;color:#ffffff;background:#808080;}
.center {text-align:center;}
.sidetable {
	background:#377AB9;
	color:#000000;
	text-align: center;
	width: 100%;
	margin: 0 auto;	
}
.sidetable div {
	height: 150px;
	padding: 0 1%;
	float: left;
}
.sidetable img {
	border: 0;
}
hr {
	clear: both;
}
.sup {
	vertical-align: super;
}
dt {
	font-weight: bold;
}
#footnotes {
	border-top: 1px solid #000;
	padding-top: 2px;
}
table.directory {
	text-align:center; 
	border-collapse: collapse;
	width: 100%;
}
table.directory td {
	border: 1px solid #000; 
}
.th_date {background:#000000;color:#ffffff;width:200px;}
.th_time {background:#000000;color:#ffffff;width:150px;}
.th_event {background:#000000;color:#ffffff;width:450px;}
.th_event_notime {background:#000000;color:#ffffff;width:400px;}

.nodate {font-weight:bold;text-align:center;}
.date {font-weight:bold;text-align:center;}
.break {background:#c0c0c0;}
.green {
	color: green;
}
.red {
	color: red;
}
