@charset "UTF-8";
/* CSS Document */

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

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

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

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 4px; /*bottom spacing between each UL and rest of content*/
}

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

.arrowlistmenu ul li a{
font: Arial;
color: #171647;
background: url(images/MenuImages/arrowbullet2.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: #171647;
}

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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.marqueetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dc4044;
}

.datesheadertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5e69ae;
	text-align: center;
	padding-bottom: 5px;
}

.datesbodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #672b1b;
	text-align: center;

}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #171647;
}

A:link {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #520929;
	font-weight: bold;
}
A:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #520929;
	font-weight: bold;

}
A:active {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #520929;
	font-weight: bold;

}
A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #520929;
	text-decoration: underline;
	font-weight: bold;

}

.floatrightOrange {
float: right;
margin: 5px 5px 10px 10px;
border: 1px solid #DC4044;
padding: 2px;
}
.floatrightGreen {
float: right;
margin: 5px 5px 10px 10px;
border: 1px solid #29673F;
padding: 2px;
}
.floatrightBrown {
float: right;
margin: 5px 5px 10px 10px;
border: 1px solid #672B1B;
padding: 2px;
}
.floatrightRed {
float: right;
margin: 5px 5px 10px 10px;
border: 1px solid #520929;
padding: 2px;
}
.floatrightPurple {
float: right;
margin: 5px 5px 10px 10px;
border: 1px solid #614A96;
padding: 2px;
}
.floatrightLightBlue {
float: right;
margin: 5px 5px 10px 10px;
border: 1px solid #1299DD;
padding: 2px;
}
.floatrightDarkBlue {
float: right;
margin: 5px 5px 10px 10px;
border: 1px solid #284394;
padding: 2px;
}

.floatleftOrange {
float: left;
margin: 5px 5px 10px 10px;
border: 1px solid #DC4044;
padding: 2px;
}
.floatleftGreen {
float: left;
margin: 5px 5px 10px 10px;
border: 1px solid #29673F;
padding: 2px;
}
.floatleftBrown {
float: left;
margin: 5px 5px 10px 10px;
border: 1px solid #672B1B;
padding: 2px;
}
.floatleftRed {
float: left;
margin: 5px 5px 10px 10px;
border: 1px solid #520929;
padding: 2px;
}
.floatleftPurple {
float: left;
margin: 5px 5px 10px 10px;
border: 1px solid #614A96;
padding: 2px;
}
.floatleftLightBlue {
float: left;
margin: 5px 5px 10px 10px;
border: 1px solid #1299DD;
padding: 2px;
}
.floatleftDarkBlue {
float: left;
margin: 5px 5px 10px 10px;
border: 1px solid #284394;
padding: 2px;
}

div.jd_news_scroll {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 80px;
	border: 0px solid #284394;
}
div.jd_news_scroll ul {
	position: relative;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div.jd_news_scroll ul li {
	height: 16px;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #284394;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	white-space: nowrap;
	color: #AAA;
}
div.jd_news_scroll ul li.hover {
	background-color: #284394;
	background-color: #5E69AE;
	color: #white;
	cursor: default;
}
div.jd_news_scroll li a {
	font-weight: normal;
	color: #284394;
}