/* CSS Document */

a {
	color: #081567;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color:#081567;
	text-decoration: underline;
}
.headerRightBG {
	background: url(../images/layout/CFDDSeattleBanner_02.jpg) repeat-x;
	vertical-align:top;
	text-align:right;
}
.headerLeftBG {
	background: url(../images/layout/CFDDSeattleBanner_02.jpg) repeat-x;
	vertical-align:top;
	text-align:left;
}
.borderLeftBG {
	background: url(../images/layout/CFDDSeattleBanner_04.jpg) repeat-y;
	background-color:#FFFFFF;
	vertical-align:top;
	text-align: left;
	padding-left:13px;
	padding-bottom:20px;
}
.leftBG {
	background: url(../images/layout/CFDDSeattleBanner_04.jpg) repeat-y;
	background-color:#FFFFFF;
	vertical-align:top;
	text-align: left;
}
.leftBGIndented {
	background: url(../images/layout/CFDDSeattleBanner_04.jpg) repeat-y;
	background-color:#FFFFFF;
	vertical-align:top;
	text-align: left;
	padding-left:13px;
	padding-bottom:20px;
}
.rightBG {
	background:url(../images/layout/CFDDSeattleBanner_05.jpg) repeat-y right #FFFFFF;
	vertical-align:bottom;
	text-align:right;
}
.borderLeftBGMenu {
	background: url(../images/layout/navBarLeftBG.jpg) repeat-y;
	background-color:#FFFFFF;
	vertical-align:top;
	text-align: left;
	border-top: #000000 solid 0px;
	border-bottom: #000000 solid 0px;
	height:37px;
}
.borderRightBGMenu {
	background:url(../images/layout/navBarRightBG.jpg) repeat-y right;
	background-color:#FFFFFF;
	vertical-align:bottom;
	text-align:right;
	border-top: #000000 solid 0px;
	border-bottom: #000000 solid 0px;
}
.borderBottomLeftBG {
	background: url(../images/layout/CFDDSeattleBanner_07.jpg) repeat-x;
	vertical-align:bottom;
	text-align:left;
}
.borderRightBG {
	background:url(../images/layout/CFDDSeattleBanner_05.jpg) repeat-y;
	vertical-align:bottom;
	text-align:right;
}
.borderBottomRightBG {
	background:url(../images/layout/CFDDSeattleBanner_07.jpg) repeat-x right;
	vertical-align:bottom;
	text-align:right;
}
.tableStyle {
	width:85%;
	margin-left: auto;
	margin-right: auto;
}
body {
	margin:0 0 0 0;
	background-color: #161725;
	text-align: center;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:24px;
	display:block;
	width:98%;
	background:#7880b7;
	border: 2px solid black;
	margin-top: 0px;
}
.nextMeeting {
	text-indent:15px;
}
.webamsterLink {
	color:#666666;
}
.footnote {
	color:#CCCCCC;
}
.new {
	font-weight: bold;
	color:#FF0000;
	font-style:italic;
}
.importantMessage {
	font-weight:bolder;
	color:#FF0000;
	font-size:24px;
	text-align:center;
}
.officerTitle {
	font-weight:bold;
	font-size:18px;
	font-style:italic;
}
.pageSubTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	text-decoration:none;
}