/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #C6CACB;
}

.title {
	font-size: 16px;
	font-weight: bold;
}

#header {
	background-color: #6691DF;
	height: 80px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #4F4F50;
	background-image: url(../images/days05.gif);
	background-repeat: no-repeat;
}
#header #subtitle {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	font-style: italic;
}
#header #title {
	font-size: 26px;
	font-weight: bold;
	line-height: 21px;
	padding: 0px 0px 0px 18px;
}

#footer {
	background-color: #666666;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

#search {
	background-color: #FFDA6A;
}
#search #title {
	font-size: 18px;
	font-weight: bold;
	line-height: 17px;
	padding-top: 10px;
}

#banner {
	background-color: #FFDA6A;
	height: 44px;
	background-image: url(../images/arrows.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#banner #title {
	padding: 4px 54px 0px 0px;
	float: right;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	line-height: 17px;
}
#banner #title #subtitle {
	font-size: 12px;
	font-style: italic;
}
#banner #title a, #banner #title a:visited {
	color: #000000;
	text-decoration: none;
}
#banner #title a:hover {
	color: #000000;
	text-decoration: underline;
}

#navcontainer
{
	padding-top: 10px;
}
#navcontainer ul
{
	margin: 12px 0 0;
	padding: 0 0 0 4px;
	list-style-type: none;
	font-size: 14px;
	line-height: normal;
}
#navcontainer li {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	font-size: 14px;
	line-height: normal;
	height: 24px;
}
#navcontainer a
{
	display: block;
	color: #000;
	padding: 2px 0.8em 0em 1.5em;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
	margin: 0px;
	height: 24px;
}
#navcontainer a:hover
{
color: #6691DF;
}
#active a
{
	display: block;
	color: #6691DF;
	padding: 2px 0.8em 0em 1.5em;
	text-decoration: none;
	background-image: url(../images/navbackground.gif);
	font-weight: bold;
	height: 24px;
}

#listheader {
	background-color: #D9DEE0;
	width: 100%;
	height: 26px;
	float: left;
	background-image: url(../images/arrows_sm.gif);
	background-repeat: no-repeat;
	background-position: 2px;
}
#listheader #text {
	padding-left: 20px;
	padding-top: 5px;
	font-size: 13px;
	font-weight: bold;
}
#list ul {
	font-size: 12px;
	font-weight: normal;
	list-style-image: url(../images/blue_bullet.gif);
	margin-bottom: 0px;
	margin-left: 16px;
	padding-bottom: 20px;
	padding-left: 8px;
	padding-top: 0px;
}

#text {
	font-size: 14px;
	font-weight: bold;
	padding-top: 12px;
	padding-left: 4px;
}
#text ul {
	font-size: 12px;
	font-weight: normal;
	margin: 4px 0px 0px 4px;
	padding: 4px 0px 0px 16px;
	width: 180px;
	list-style-type: square;
}
#text li {
	padding: 4px 0px 0px 0px;
}
#text ul a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#text ul a:hover {
	color: #6691DF;
	font-weight: bold;
}

#links {
	background-image: url(../images/cal11.gif);
}

.searchlabels {
	font-size: 12px;
}
.submitlabels {
	font-size: 14px;
}

.eventheader {
	font-size: 14px;
	background-color: #FFDA6A;
	height: 24px;
}
.eventtitle {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.eventlist {
	padding-left: 20px;
	margin-bottom: .1em; 
	width: 480px;
	list-style-type: square;
}
a:link, a:visited {
	color: #000000;
}
a:hover {
	color: #6691DF;
}
