﻿@import url("layout.css");

html,body, h1, h2, h3, h4, h5, h6, p , ol, ul, li, pre, code, address, variable,
form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

ol {
	margin-left: 1.4em;
	list-style: decimal;
}

ul {
	margin-left: 1.4em;
	list-style: square;
}

dl {
	color:#26269D;
	margin-left:1.4em;
}

dt {
	font-weight: bolder;
	text-transform: uppercase;
	color:#26269D;

}

dd {
	padding-bottom:0.5em;
	color: black;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #99CCFF;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}

h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

#meetingdates {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .75em;
	float: left;
	width: 139px;
	background-color: #99CCFF;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;

}

#container {
	width: 800px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 790px;
	height: 120px;
	padding: 5px;
	border: 1px dotted #725972;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #99CCFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #26269D;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}
#content {
	font: inherit;
	float: left;
	width: 650px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-bottom-width: medium;
}
#footer {
	text-align: left;
	clear: both;
	width: 800px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #dfb8df;
}
#navigation a {
	color: #26269D;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #99CCFF;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #26269D;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}

#content p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 1em;
}
#meetingdates p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 0em;

}

#content a {
	color: #26269D;
}

#content li {
	font: normal normal bold 100%  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #26269D;
}

/* Footer Styles */
#footer p {
	color: #808080;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0em 0em 0em 0em;
}
#footer a {
	color: #26269D;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}