.body p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4 8 4 12px;
}
.body p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000CC;
	text-decoration: none;
}
#items{
	list-style-image: url(images/arrow.gif);
} 

#items li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#items li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0000CC;
	text-decoration: none;
}
.body p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: 0000CC;
	font-size: 12px;
	text-decoration: underline;
}
.body p a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 0000CC;
	text-decoration: none;
}
.body h3 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 4 8 4 12px;
	color: 12822f;
}
.body h4 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 4 8 4 12px;
	color: #0a3e4f;
}
.body h5 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 4 8 4 12px;
	color: #990000;
}
.footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	color: ffffff;
}
.footer p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: ffffff;
	text-decoration: none;
}
.footer p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: ffffff;
	font-size: 11px;
	text-decoration: underline;
}
.heading p{
	color: 0a3e4f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-align:left;
	padding-bottom:0;
}
.table_heading p{
	color: 0a3e4f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align:center;
	padding-bottom:5;
	padding-top:5;
}
.date p {
	font-family: Georgia;
	font-size: 17px;
	padding: 0px;
	color: 5a5858;
}
.mainpage p{
	color: 0a3e4f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
}
.submenu a{
	color: 0a3e4f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding:0 0 13 0;
	text-decoration: none;
	vertical-align:middle;
	font-weight:bold;
}
.submenu a:hover{
	color: 000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding:0 0 13 0;
	text-decoration: underline;
	vertical-align:middle;
	font-weight:bold;
}
.subheading {
	color: 0a3e4f;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	text-align:left;
	vertical-align: bottom;
	padding-bottom:0;
}
.devstitle h3{
	text-align:left;
}
.devssubh {
	font-family: Arial;
	font-size: 13px;
	text-align:center;
	color: 000000;
	font-weight: bold;
}
.legal {
	font-family: Arial;
	font-size: 10px;
	padding: 4 8 4 12px;
	font-style: italic;
}

.arrowlistmenu{
	width: 170px;
	margin-top: 120px;
	margin-left: 5px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(images/menu/tile.jpg) 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*/
}
.arrowlistmenu .menuheader2{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: #05608d;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 0px 0 2px 3px; /*header text is indented 10px*/
}
.arrowlistmenu .menuheader a{
	font: bold 14px Arial;
	color: white;
	background: black url(images/menu/tile.jpg) repeat-x center left;
	margin-bottom: 10px;
	text-transform: uppercase;
	padding: 4px 0 4px 10px;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;

}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(images/menu/tile2.jpg);
}

.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: #181818;
background: url(images/menu/menu_arrow.gif) 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 p{
color: #181818;
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: 100%;
}
.arrowlistmenu ul li a:visited{
color: #181818;

}

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