﻿a:link 						{color: #B9C7E1;	text-decoration:none;}
a:visited 					{color: #BDCBE8;	text-decoration:none;}
a:hover 					{color: #ffffff; 	text-decoration:underline;}
a:active 					{color: #BDCBE8;	text-decoration:none;}
a:focus 					{color: #BDCBE8;	text-decoration:underline;}

h1
{
	line-height: 130%;
}
h2
{
	line-height:120%;
}

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url('../images/pageback.jpg');
	color: #FFFFFF;
	font-family: "Trebuchet MS", Helvetica, Sans-serif;
}

#container
{
	border: 2px #3E5C94 outset;
	position: relative;
	width: 90%;
	min-width: 700px;
	margin: 10px auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #324C7D;
	line-height: 110%;
}

#container_calendar
{
	border: 2px #3E5C94 outset;
	position: relative;
	width: 90%;
	min-width: 850px;
	margin: 10px auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #324C7D;
	line-height: 110%;
}

#top
{
	position:relative;
	padding: 1% 1% 0 1%;
	background-color: #3E5C94;
	height: 185px;
	border-bottom-color: #C0C0C0;
	border-bottom-style: inset;
	border-bottom-width: thin;
	background-image: url('../images/topback.jpg');
}
#logo
{
	float: left;
	top: 0px;
	height: 84px;
	width: 259px;
	position: relative;
}
#tagline
{
	width: 246px;
	height: 48px;
	position: relative;
	clear:left;
	float:left;
	margin-left:10%;
	padding-top:1em;
}
#cbflogo
{
	height: 29px;
	width: 282px;
	position:relative;
	clear: both;
	float: right;
	padding-top: 4px;
}
#leftnav
{
	position: relative;
	float: left;
	width: 22%;
	margin: 0;
	padding: 4px;
	z-index:9;
	background-color: #324C7D;
	color: #E4E4E4;
	border-right-color: #C0C0C0;
	border-right-style: inset;
	border-right-width: thin;
	background-image: url('../images/navback.jpg');
	top: 0px;
}
#navbox
{
	padding-bottom: 4px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#schedule
{
	position:relative;
	border-top-color: #C0C0C0;
	border-top-style: ridge;
	border-top-width: thin;
	padding: 4px 0 4px 0;
	margin: 4px 0px 4px 0px;
	color: #FFFFFF;
}
#contactinfo
{
	position:relative;
	margin: 4px 0 0 0;
	border-top-color: #C0C0C0;
	border-top-style: ridge;
	border-top-width: thin;
	padding-top: 5px;
	color: #FFFFFF;
}
#contentbox
{
	position: relative;
	float:right;
	width:76%;
}
#contentbox_calendar
{
	position:relative;

}
#content_holder
{
	padding: 1em;
	position: relative;
}
#footer
{
	position: relative;
	clear: both;
	margin: 0;
	bottom: 0;
	padding: .5em .5em 1em .5em;
	color: #C0C0C0;
	background-color: #213457;
	border-top: thin inset #C0C0C0;
	text-align: center;
}

.gray_text_light {
	color: #CACACA;
}
.gray_text_dark {
	color:#9B9B9B
}
.small_text {
	font-size: small;
}

.yellow_text {
	font-weight:bold;
	color:yellow;
}


