/* CSS Document */
html,body {
	margin:0px;
	background-color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
p.nomargin{
	margin:0;
}
h1{
	font-family:Calibri, Arial;
	font-size:20px;
}
div.overallContainer{
	width:970px;
	margin:0 auto;
}
div.headerFrame {
	width:970px;
	height:166px;
}
div.headerBorder{
	width:100%;
	height:7px;
	background-color:#003860;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-size:1px;
}
div.bodyMain{
	background-color:#FFFFFF;
}
div.adminHeader, div.directorsHeader, div.chairmanHeader, div.sergeantsHeader{
	width:196px;
	height:22px;
	background-repeat:repeat-y;
	font-size:14px;
	color:#fff;
	padding: 4px 0 0 10px;
}
div.adminHeader{
	background-image:url(../images/left_nav_strip_administrator.jpg);
}
div.directorsHeader{
	background-image:url(../images/left_nav_srip_directors.jpg);
}
div.chairmanHeader{
	background-image:url(../images/left_nav_strip_chairman.jpg);
}
div.sergeantsHeader{
	background-image:url(../images/left_nav_strip_sergeants.jpg);
}
td.pointer{
	padding-top:10px;
}
table.membersList{
	margin-left:6px;
}
table.membersList td{
	vertical-align:top;

}
div.specialMsg{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#0d8cc6;
	padding:10px;
}
div.bulletin{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	padding:6px 10px;
	border-top:1px solid #c6d1d9;
	border-bottom:1px solid #c6d1d9;
}
ul.bulletinList{
	list-style-image:url(../images/arrow.jpg);
	line-height:16px;	
}
div.footer {
	background-color:#363636;
}