body
{
	background-color: #3f5475;
	font-family: Georgia, Palatino, serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#header
{
	background-image: url(images/top_bg.gif);
	height: 44px;	
	border-bottom: 1px solid white;

}

#header #title
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/stripes.png);
	background-repeat: no-repeat;
	background-position: right;
	/*background-color:white;*/
	
}

#header h1
{
	margin: 0px;
	font-size: 36px;
	line-height: 44px;
	font-style: italic;
	font-weight: normal;
	color: white;
	letter-spacing: -0.11em;
	
}
#header span.big
{
	margin: 0px;
	font-size: 36px;
	line-height: 44px;
	font-style: italic;
	font-weight: normal;
	color: white;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#header span.small
{
	margin: 0px;
	font-style: italic;
	font-weight: normal;
	color: white;
	font-family:Georgia, "Times New Roman", Times, serif;
}



#navbar
{
	height: 20px;
	background-image: url(images/menu_bg.gif);
	background-color: black;
	background-repeat: repeat-x;
}

#navbar ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 20px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#navbar ul li
{
	display: block;
	width: auto;
	float: left;
	height: 20px;
	line-height: 20px;

	font-size: 11px;
	font-weight: bold;
	color: white;
	list-style: none;
}

#navbar ul li.right
{
	float: right;
}

#navbar ul li a
{
	display: block;
	width: auto;
	padding-left: 14px;
	padding-right: 14px;
	color: white;
	text-decoration: none;
}

#navbar ul li.active a
{
	background-color: white;
	/*background-image: url(images/menu_bg_hover.gif); */
	color: black;
}
#navbar ul li a:hover
{
	background-image: url(images/menu_bg_hover.gif);
	color: black;
	background-color:#c5cbd5;
}

#shadow
{
	position: absolute;
	width: 100%;
	top: 65px;
	background-image: url(images/shadow.png);
	_background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/shadow.png',sizingMethod='scale');
	height: 5px;

}
.banner
{
	width: 800px;
	background-color: #000080;
	color: white;
	text-align: center;
	font-family: sans-serif;
	padding: 8px 0px 8px 0px;
	font-size: 1.1em;
	font-weight: bold;
}
.banner a
{
	text-decoration:underline;
	color:white;
	font-weight:bold;
	font-size: 1.1em;
}
#body
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid #2f3753;
	border-right: 2px solid #2f3753;
	background-color: white;
	padding-top: 1px;
	background-image: url(images/sidebar.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#sidebar
{
	width: 179px;
	padding: 8px 10px 16px 10px;
	float: left;
}

#sidebar h2
{
	margin: 8px 0px 2px 0px;
	font-size: 12px;
	border-bottom: 1px solid black;
	font-weight: 700;
	line-height: normal;
	color: black;
	box-sizing: unset;
}

#sidebar ul.tree
{
	clear: both;
	margin-top: 8px;
}

#sidebar ul.tree, #sidebar ul.tree ul
{
	background-image: url(images/sidebar_list_bg.gif);
	background-position: 3px 2px;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#sidebar ul.tree li
{
	margin-top: 3px;
	margin-bottom: 3px;

}

#sidebar ul.tree ul li
{
	font-size: 0.9em;
	padding-left: 18px;
	background-image: url(images/h_dotted.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
	line-height: normal;
}

#sidebar ul.tree ul ul li:last-child, #sidebar ul.tree li.last
{
	background-image: url(images/h_dotted_last.gif);
	background-position: 0px 6px;
}

#sidebar ul.tree li a
{
	padding-left: 12px;
	background-image: url(images/sidebar_link_unread.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #2e3753;
	font-weight: bold;
	text-decoration: none;
}

#sidebar ul.tree li a:hover
{
	/*background-image: url(images/sidebar_link_hover.gif);*/
	text-decoration: underline;
}

#sidebar ul.tree li a:visited
{
	/*background-image: url(images/sidebar_link_read.gif);*/
}

.flickr-thumbnail, .flickr-pullout {
	float: left;
		background: url('images/flickr_shadow.gif') no-repeat bottom right;
	margin: 5px 0px 0px 6px;
 	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	_position: relative;
	}

.flickr-thumbnail img, .flickr-pullout img {
		 background-color: #fff;
	 border: 1px solid #a9a9a9;
	 display: block;
	 margin: -5px 5px 5px -5px;
	 padding: 4px;
	 position: relative;
	}

/*.flickr-thumbnail img:hover, .flickr-thumbnail:hover img, .flickr-pullout:hover img {
	background-color: #ccd;
}*/

.flickr-pullout
{
	margin: 13px 3px 3px 14px;
	background-image: url(images/flickr_shadow_white.gif);
	
}

#content
{
	padding: 0px 20px 20px 20px;
	margin-left: 200px;
	font-size: 13px;
	line-height: normal;
	color: black;
}

#content h2
{
	font-style: italic;
	border-bottom: 1px solid black;
	margin-top: 20px;
	margin-bottom: 2px;
	font-size: 19px;
	display: block;
	font-family: Georgia, Palatino, serif;
	font-style: italic;
	font-weight: 700;
	line-height: 1;
	box-sizing: content-box;
	color: black;
}

#content h3
{
	font-style: italic;
	border-bottom: 1px solid black;
	margin-top: 20px;
	margin-bottom: 2px;
	font-size: 15px;
}
#content h4
{
	font-style: italic;
	border-bottom: 1px solid black;
	margin-top: 20px;
	margin-bottom: 2px;
	font-size: 13px;
}
.boldheader
{
	font-weight:bold;
	font-size:1.1em;
}

#content .date
{
	float: right;
}

#content .postedBy
{
	float: left;
}

#content .meta
{
	height: 1em;
}

#content p
{
	text-indent: 2em;
	line-height: 1.5em;
	text-align: justify;
	
}

#content a
{
	color: #3f5475;
}

#content a:visited
{
	color: #2f3753;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
	padding:15px;background-color:black;border:1px solid black;
}


#newsletters table
{
	width:99%;
	border-left:1px dashed #585858;
	border-right:1px dashed #585858;
	border-bottom:1px dashed #585858;
	/*border:1px dashed #585858;*/
	padding:3px;
}

#newsletters th
{
	color:#FFFFFF;
	background-color:#3f5475;
	padding:2px;
}
#newsletters td
{
	width:25%;
	border-bottom:1px dotted #585858;
}

#meetings table
{
	width:99%;
	border-left:1px dashed #585858;
	border-right:1px dashed #585858;
	border-bottom:1px dashed #585858;
	border-top:1px dashed #585858;
	/*border:1px dashed #585858;*/
	padding:3px;
}

#meetings th
{
	color:#FFFFFF;
	background-color:#3f5475;
	padding:2px;
}
#meetings td
{
	width:25%;
	border-bottom:1px dotted #3f5475;
}
#meetings td.bottom
{
	border-bottom:none;
}

#papers table
{
	width:99%;
	border-left:1px dashed #585858;
	border-right:1px dashed #585858;
	border-bottom:1px dashed #585858;
	/*border:1px dashed #585858;*/
	padding:3px;
}

#papers th
{
	color:#FFFFFF;
	background-color:#3f5475;
	padding:2px;
}
#papers td
{
	width:50%;
	border-bottom:1px dotted #585858;
}
#board table
{
	width:99%;
	
	padding:3px;
}
#board th.leftth
{
	width:35%;
}
#board td.lefttd
{
	width:35%;
	vertical-align:top;
}
#board td.righttd
{
	width:65%;
	vertical-align:top;
}


.comments
{
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	padding: 4px;
	text-align: right;
	margin-bottom: 2em;
	background-image: url(images/comment_edit.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

#footer
{
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-top: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	background-color: #eaeaea;
	color: #b0b0b0;

}

/* Form elements */
input, textarea
{
	font-family: Verdana, "Lucida Grande", sans-serif;
	font-size: 11px;
	padding: 2px;
	background-color: #eaeaea;
	border: 1px solid #333333;
}

input:focus, textarea:focus
{
	background-color: #f9e089;
}

button
{
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 3px 10px 3px 10px;
	background-color: #FFFFFF;
	background-image: url(images/button_bg.gif);
	background-repeat: repeat-x;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, "Lucida Grande", sans-serif;
}

button:focus
{
	-moz-border-bottom-colors: #999999 #738fb3 #999999;
	-moz-border-right-colors: #999999 #738fb3 #999999;
	-moz-border-top-colors: #CCCCCC #738fb3 #CCCCCC;
	-moz-border-left-colors: #CCCCCC #738fb3 #CCCCCC;
}

button:active
{
	border: 3px double #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
	-moz-border-bottom-colors: #999999 #738fb3 #999999;
	-moz-border-right-colors: #999999 #738fb3 #999999;
	-moz-border-top-colors: #CCCCCC #738fb3 #CCCCCC;
	-moz-border-left-colors: #CCCCCC #738fb3 #CCCCCC;
	
	padding: 4px 9px 2px 11px;
}

form.sheet fieldset
{
	border: 1px solid #3f5475;
	padding: 12px;
	display: block;
}

form.sheet fieldset legend
{
	background-color: #3f5475;
	padding: 4px 6px 4px 6px;
	color: white;
	font-weight: bold;
	_margin-bottom: 12px;
}

form.sheet label
{
	display: block;

	width: 20%;
	float: left;
	margin-bottom: 10px;
	padding-right: 2%;
	
	margin-right: 1%;
	_margin-right: 0;
	text-align: right;
}

form.sheet input, form.sheet textarea
{
	display: block;
	_margin-left: -87px; /* fixes a wacky IE bug */
	width: 75%;
	float: left;
	margin-bottom: 10px;
}

form.sheet br
{
	clear: left;
}

form.sheet button
{
	float: right;
	
	margin-left: 14px;
}

/* End of form elements */

/* blockquote styles */
blockquote
{
	background-color: #dbffd1;
	border-top: 1px dotted #a1d97e;
	_border-top: 1px solid #a1d97e; /* dotting looks bad in IE, revert to solid */
	border-bottom: 1px dotted #a1d97e;
	_border-bottom: 1px solid #a1d97e; /* dotting looks bad in IE, revert to solid */
	padding: 12px;
	padding-left: 36px;
	margin-right: 5%;
	margin-left: 5%;
	background-image: url(images/blockquote.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

blockquote.info, blockquote.error, blockquote.allgood
{
	background-position: 10px center;
}

blockquote.info
{
	background-image: url(images/blockquote_info.gif);
}
blockquote.info-no-icon
{
	
}


blockquote.error
{
	background-image: url(images/blockquote_error.gif);
	background-color: #ffded5;
	border-top: 1px dotted #d99d80;

	border-bottom: 1px dotted #d99d80;
}

blockquote.allgood
{
	background-image: url(images/blockquote_allgood.gif);
}
blockquote.allgood-no-icon
{

}

blockquote p, #content blockquote p
{
	margin: 0px;
	text-indent: 0px;
}

blockquote.info-no-left-padding
{
	padding-left:5px;
}

/* end of blockquote styles */

.smaller-font
{
	font-size:0.8em;
}


.right
{
	float: right;
}

.indented20px
{
	padding-left:20px;
}
#stateinst
{
	border:1px solid #585858;
	width:100%;
}
#stateinst td
{
	vertical-align:top;
	/* border-bottom:1px dashed #585858;*/
	padding:3px;
	padding-left:30px;
	font-size:11px;
	
}
#stateinst h4
{
	font-style: italic;
	font-weight:bold;
	font-size: 11px;
/*	width:65%; */
}

.nl-cont-section
{
	padding:3px 5px;
	border:1px solid rgb(127,127,127);
}
.nl-cont-section-hdr
{
	font-style: italic;
	border:1px solid rgb(127,127,127);
	border-bottom: 1px solid black;
	font-weight:bold;
	font-size: 13px;
	padding:2px;
}
.nl-cont
{
	text-indent: 10px;
}

/*********************
BACKGROUND COLORS
*********************/
.bg-white {background-color: rgb(255,255,255);}
.bg-black {background-color: rgb(0,0,0);}

.bg-grey01 {background-color: rgb(242,242,242);}
.bg-grey02 {background-color: rgb(230,230,230);}
.bg-grey03 {background-color: rgb(217,217,217);}
.bg-grey04 {background-color: rgb(204,204,204);}
.bg-grey05 {background-color: rgb(191,191,191);}
.bg-grey06 {background-color: rgb(178,178,178);}
.bg-grey07 {background-color: rgb(153,153,153);}
.bg-grey08 {background-color: rgb(127,127,127);}
.bg-grey09 {background-color: rgb(89,89,89);}
.bg-grey10 {background-color: rgb(51,51,51);}

.bg-yellow01 {background-color: rgb(254,252,232);}
.bg-yellow02 {background-color: rgb(253,249,201);}
.bg-yellow03 {background-color: rgb(253,246,185);}
.bg-yellow04 {background-color: rgb(252,243,162);}
.bg-yellow05 {background-color: rgb(251,239,139);}
.bg-yellow06 {background-color: rgb(250,236,116);}
.bg-yellow07 {background-color: rgb(249,233,93);}
.bg-yellow08 {background-color: rgb(249,230,69);}
.bg-yellow09 {background-color: rgb(248,227,46);}
.bg-yellow10 {background-color: rgb(247,224,23);}

.bg-blue01 {background-color: rgb(238,237,249);}
.bg-blue02 {background-color: rgb(222,220,242);}
.bg-blue03 {background-color: rgb(205,202,236);}
.bg-blue04 {background-color: rgb(189,185,229);}
.bg-blue05 {background-color: rgb(172,167,223);}
.bg-blue06 {background-color: rgb(155,149,217);}
.bg-blue07 {background-color: rgb(139,132,210);}
.bg-blue08 {background-color: rgb(122,114,204);}
.bg-blue09 {background-color: rgb(106,97,197);}
.bg-blue10 {background-color: rgb(89,79,191);}

.bg-green01 {background-color: rgb(237,246,229);}
.bg-green02 {background-color: rgb(220,238,204);}
.bg-green03 {background-color: rgb(202,229,178);}
.bg-green04 {background-color: rgb(185,220,153);}
.bg-green05 {background-color: rgb(167,211,127);}
.bg-green06 {background-color: rgb(149,203,102);}
.bg-green07 {background-color: rgb(132,194,76);}
.bg-green08 {background-color: rgb(114,185,51);}
.bg-green09 {background-color: rgb(97,177,25);}
.bg-green10 {background-color: rgb(79,168,0);}

.bg-red01 {background-color: rgb(252,235,233);}
.bg-red02 {background-color: rgb(248,216,211);}
.bg-red03 {background-color: rgb(245,196,188);}
.bg-red04 {background-color: rgb(242,177,166);}
.bg-red05 {background-color: rgb(238,157,144);}
.bg-red06 {background-color: rgb(235,137,122);}
.bg-red07 {background-color: rgb(232,118,100);}
.bg-red08 {background-color: rgb(229,98,77);}
.bg-red09 {background-color: rgb(225,79,55);}
.bg-red10 {background-color: rgb(222,59,33);}
