@charset "utf-8";
body {
	background-color: #000033;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #062558;
	line-height: 16px;
}


* {
	margin: 0px;
	padding: 0px;
}
html {
height:100%;
margin-bottom:1px;
}

#wrapper {
	width: 770px;
	background-color: #FFF4D2;
	border: 1px solid #FFFFFF;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#wrapper #header {
	background-image: url(images/header-bkgrd.jpg);
	background-repeat: no-repeat;
	height: 163px;
}
#wrapper #contentwrap {
	background-image: url(images/fauxcolumn.gif);
	background-repeat: repeat-y;
}
#contentwrap #navigation {
	float: left;
	width: 184px;

}
#contentwrap #mainarea {
	margin-left: 195px;
	margin-right: 8px;
	background-image: url(images/accoa-bkgrd.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#wrapper #contentwrap #mainarea p {
	padding-top: 8px;
	padding-bottom: 8px;
}
#wrapper #contentwrap #mainarea h1 {
	font-size: 18px;
	line-height: 22px;
	padding-top: 10px;
	padding-bottom: 8px;
	text-transform: uppercase;
}
#wrapper #contentwrap #mainarea li {
	margin-left: 45px;
	list-style-position: outside;
	list-style-type: disc;
}

#wrapper #contentwrap #mainarea #meetings {
	float: right;
	width: 175px;
	margin-top: 30px;
	padding: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 9px;
	background-color: #FFDC75;
	border: 1px solid #3460A7;
	font-size: 11px;
	line-height: normal;
}


#contentwrap #footer {
	clear: both;
	background-color: #3460A7;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFF4D2;
	font-weight: normal;
	font-size: 10px;
}
.blue {
	color: #3460A7;
	font-size: 13px;
	font-weight: bold;
}
.small {
	font-size: 10px;
}
.mceContentBody { background-image: none; background-color: White; color: Black; } /*SnippetMaster editor bg color*/
.mceContentBody p {
padding-top: 8px;
padding-bottom: 8px;
}
.mceContentBody h1 {
	font-size: 18px;
	line-height: 22px;
	padding-top: 10px;
	padding-bottom: 8px;
	text-transform: uppercase;
}
.mceContentBody li {
	margin-left: 45px;
	list-style-position: outside;
	list-style-type: disc;
}