html, body {
	font-family: Verdana, Arial, Helvetica, Utopia, sans-serif;
	font-size: 10pt;
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Site Block Information */
div.bar_yellow {
    background-color: #EEAE10;
    height: 5px;
    width: 100%;
}
div.bar_blue {
    background-color: #114B57;
    width: 100%;
    height: 5px;
}
div.banner {
    border-top: solid 1px #55746C;
    background-color: #D4DEDF;
    width: 100%;
}
div.mainArea {
    border-top: dashed 1px #114B57;
}
div.footer {
	clear: both;
	width: 100%;
	display: block;
	margin-top: 10px;
	border-top: dashed 1px #114B57;
}
div.footer_bar {
    border-top: solid 4px #FFF;
    background-color: #114B57;
    height: 10px;
    border-bottom: solid 3px #FFF;
}
div.footer_navbar {
    padding: 4px;
    background-color: #EEAE10;
    text-align: center;
    font-size: 8pt;
    color: #114B57;
}
div.footer_501c3 {
    padding: 4px;
    background-color: #EEAE10;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, Utopia, sans-serif;
    font-size: 8pt;
    color: #114B57;
}

/* menu layout information */
ul.menu { list-style: none; background-color: #ffffff; display: block; padding: 0px;}
ul.submenu { list-style: none; background-color: #ffffff; display: block; padding: 0px;}

div.menuArea { 
	width: 200px; 
	float:left;
	display:block;
	display:block;
}
.menu li {
	width: 200px;
	/*height: 25px;*/
	text-align: left;
	padding: 4px;
}
.submenu li {
	width: 200px;
	text-align: right;
	padding: 4px;
}	
.menu a {
	font-size: 12pt;
	font-weight: bold;
	color: #114B57;
	text-decoration: none;
}
.menu a:hover { color: #EEAE10; }
.submenu a {
	font-size: 10pt;
	font-weight: bold;
	color: #114B57;
	text-decoration: none;
}
.submenu a:hover { color: #EEAE10; }

/* content tags: these are the most important tags since they affect the layout for ALL content windows */
div.contentArea {
    padding: 0px 20px 0px 225px;
    text-align: left;
    border: 0px;
}

.contentArea h1 {
    font-family: Verdana, Arial, Helvetica, Utopia, sans-serif;
    font-size: 18pt;
    color: #EEAE10;
}

.contentArea h2 {
	color: #EEAE10;
	font-size: 20px;
}

.contentArea h3 {
    color: #EEAE10;
    font-size: 15px;
    font-weight: bold;
}

.contentArea h4 {
    color: #EEAE10;
    font-weight: bold;
}

.contentArea h5 {
    color: #EEAE10;
    font-weight: bold;
}

.contentArea h6 {
    color: #EEAE10;
    font-weight: bold;
}

.contentArea a {
    text-decoration: none;
    font-weight: bold;
    color: #00D;
}

.news { border: solid 1px #114B57; }
.newsHeader {
    color: #EEAE10;
    background-color: #114B57;
    padding: 0 10px 0 10px;
    font-family: Verdana, Arial, Helvetica, Utopia, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    line-height: 1.5;
}
.newsItem {
    padding: 6px 6px 5px 5px;
    margin: 10px;
    border-bottom: dashed 1px #114B57;
    line-height: 1.4;
    color: #666;
}
.newsItemLast {
    padding: 6px 6px 22px 26px;
    line-height: 1.4;
    margin: 10px;
}


.arrowlistmenu{
width: 200px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(/img/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.menuheader a { color: #ffffff; }

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(/img/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #114B57;
background: url(/img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #114B57;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #114B57;
background-color: #F3F3F3;
}

