body {
	margin:20px 20px 20px 20px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4f4e4e;
	background-color:#646464;
}
p, h1, h2, h3, form {
	margin:0px;
	padding:0px;
}
img {
	border:none;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#31517b;
}
.heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#31517b;
	text-decoration:none;
	font-weight:bold;
	padding-top:4px;
}
.heading a{
	color:#31517b;
	text-decoration:none;
}
.heading a:hover{
	color:#31517b;
	text-decoration:underline;
}
.smallText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#31517b;
	text-decoration:none;
	font-weight:bold;
	padding-top:4px;
}
.smallText a{
	color:#31517b;
	text-decoration:none;
}
.smallText a:hover{
	color:#31517b;
	text-decoration:underline;
}
.latestHeading {
	font-family:"trebuchet MS";
	font-size:20px;
	color:#FF3300;
	font-weight:bold;
}
.newsHeading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#eb321e;
	font-weight:bold;
}
.bodyTd {
	padding:7px 7px 7px 7px;
}
.topNav ul li{
	margin:0px;
	padding:0px;
	color:#FFFFFF;
}
.topNav {
	width:210px;
	text-align:left;
}
.topNav a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.topNav a:hover {
	text-decoration:underline;
}
#news {
	width:98%;
	height:150px;
	overflow:auto;
	text-align:left;
	padding:5px 5px 5px 5px;
	border:5px #c6d6fd solid;
}
.more {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#972020;
	text-decoration:none;
}
.more a{
	color:#972020;
	text-decoration:none;
}
.more a:hover{
	color:#31517b;
	text-decoration:underline;
}
.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#4f4e4e;
	text-decoration:none;
	font-weight:normal;
}
.footer a{
	color:#31517b;
	text-decoration:none;
	font-weight:bold;
}
.footer a:hover{
	color:#31517b;
	text-decoration:underline;
}

.categoryitems li {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#314E76;
	padding-left:15px;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 10px  3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 10px;
	margin-left: 10px;
	height:25px;
}
.categoryitems li a {
	color:#314E76;

}

.arrowlistmenu{
	width: 340px; /*width of accordion menu*/
	margin:0 auto;
	padding:0px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: 13px Arial;
	color: white;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform:capitalize;
	padding: 4px 0 4px 0px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image:url(../images/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 .opensubheader{ /*Open state CSS for sub menu header*/
	background: lightblue;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	background: lightgreen;
}

.arrowlistmenu ul li a{
	color: #1b4002;
	background:url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 10px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
}

.arrowlistmenu ul li a:visited{
	color: #1b4002;
	text-decoration: none;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	text-decoration: underline;
}
.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	background: lightblue;
}
.shortcutText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#31517b;
	font-weight:bold;
	text-decoration:none;
}
.shortcutText a{
	color:#31517b;
	text-decoration:none;
}
.shortcutText a:hover{
	color:#31517b;
	text-decoration:underline;
}
.shortcutText img{
	margin-bottom:5px;
}
#rew{
	top:400px;
	left:400px;
	position:absolute;
	height:90px;
	width:360px;
	z-index:100;
	background-color:#f0f1f3;
	border:2px #dcdcdc solid;
}
#rew .close{
	margin-top:7px;
	margin-right:7px;
}
#msg {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#d72204;
	text-decoration:none;
	font-weight:bold;
	padding-left:7px;
	padding-top:12px;
}