@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #009900;
	background-color: #996633;
}
#container {
	width: 750px;
	margin: 0 auto;
	background-image: url('../images/bg1.gif');
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	margin: 5px 10px 5px 10px;
	width: 730px;
	overflow: auto;
	background-color: #FAFEE2;
}
#masthead img {
	float: none;
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#masthead p {
	font-size: 12pt;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	font-weight: bold;
	color: #009900;
}
#pagetitle {
	float: right;
	margin-right: 10px;
	vertical-align: middle;
	width: 300px;
	height: 188px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
#pagetitle img {
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#pagetitle p {
	vertical-align: middle;
	text-align: center;
}
#pagetitle a {
	color: #BA4015;
	font-size: 10pt;
	font-weight: bold;
}
#sidebar {
	float: left;
	width: 180px;
	background-color: #FAFEE2;
	position: relative;
	clear: both;
        margin-left: 5px;
	display: block;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFCC;
	display: block;
	padding: 2px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #009933;
	border-bottom: 1px solid #f2f2f2;
	background-color: #FAFEE2;
}
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
        background-image: url('../images/green.gif');
	background-repeat: repeat;
}
#sidebar li {
	font-size: 9pt;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
}
#sidebar p {
	background-color: #FAFEE2;
	text-align: center;
}
#content {
	float: right;
	width: 520px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
        padding: 14px;
	background-color: #FAFEE2;
	position: relative;
}
#content p {
	text-align: justify;
}
#content a {
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
	font-style: normal;
}
#content h3 {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}
#divider {
	text-align: left;
	background-color: #CC3300;
	padding: 2px 0px 2px 0px;
	width: 730px;
	color: #FFFFCC;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	margin: 3px 10px 3px 10px;
}
#divider p{
	text-align: left;
        padding: 2px 0px 2px 0px;
	width: 730px;
        color: Black;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	margin: 3px 10px 3px 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 730px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #CC3300;
}
/* Styles for Navigation */
/* Styles for Footer */
#footer p {
	font-size: 9pt;
	color: #FFFFCC;
	margin: 2px;
	padding: 4px;
	font-style: italic;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#news a {
	color: #FAFEE2;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
#news li {
	border: 1px solid #FFFFFF;
	display: block;
	padding: 1px 0px 1px 3px;
}
#news ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#news a:hover {
	font-weight: bold;
	font-style: italic;
	color: #009900;
	background-color: #FAFEE2;
}
#minutes {
	width: 100%;
	padding: 2px;
	border: 1px solid #008080;
	font-weight: normal;
	text-decoration: none;
}
#minutes a:hover {
	color: #009900;
	background-color: #FFFF00;
}
#minutes td {
	border: 1px solid #009900;
}