@charset "utf-8";
/* CSS Document */

body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p 
{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000;
	text-align:justify;
}

.heading1 
{  
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 10px;
	background-color:#b7dafb;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 20px; 
	font-style: normal; 
	font-weight: bold; 
	color: #1d4067;
	text-align:center;
}

.heading2 
{  	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold; color: #92327e; 
	font-variant: small-caps;
}

.heading3 
{  	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold; 
	color: #3777bf;
}

.heading4 
{  	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold; 
	color: #3777bf;
}
 
.copyright
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3f80c9;
	text-align: left;
}

#navtop
{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal;
}

#navtop a:link {
	color: #ffffff;
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal;
	text-decoration: none;
}
#navtop a:visited {
	color: #ffffff;
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal;
	text-decoration: none;
}
#navtop a:hover {
	color: #1d4067;
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal;
	background: #ffffff;
}
#navtop a:active {
	color: #1d4067;
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal;
	background: #ffffff;
} 

.newsdate
{
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold;
	text-decoration: none;
	color: #ba7317;
}

a:link {
	color: #0b5fa5;
	font-weight: bold; 
	text-decoration: none;
}

a:visited {
	color: #0b5fa5;
	font-weight: bold; 
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	font-weight: bold; 
	text-decoration: underline;
}
a:active {
	color: #ff0000;
	font-weight: bold; 
	text-decoration: underline;
} 


ul.menuleft {
	padding: 0px;
	margin: 0px;
}
ul.menuleft li {
	display: block;
	width: 150px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.menuleft li a {
	display: block;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

ul.menuleft li a:link {
	color: #ffffff;
	font-weight: normal;
}
ul.menuleft li a:visited {
	color: #ffffff;
	font-weight: normal;
}
ul.menuleft li a:hover {
	color: #1d4067;
	background: #ffffff;
	font-weight: normal;
}
ul.menuleft li a:active {
	color: #1d4067;
	background: #ffffff;
	font-weight: normal;
}

/* side column on right */
.boxright 
{
   width: 150px;
   border: 1px solid #99c;
   padding: 10px;
   margin: 10px 0px 10px 30px;
   float: right;
   background-color: #dbedfd;
}

.boxright p
{
   text-align: left;
}

.boxright img
{
	border: 1px solid #fff;
	margin-bottom: 5px;
}

.boxright  a:hover img
{
	border: 1px solid #0000ff;
	margin-bottom: 5px;
}


/*end of side column on right*/

/* budget pages */

.tablelines
{
 background-color:#999999;
}/*color of the narrow line deviding up the table cells*/
.tabletitle{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#000000;
	background-color:#ffffff;
}/*alter background color and font color. 
Not on all tables, only present if table has an extra heading*/
.tablehead{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	background-color:#ffffff;
}/*alter background color and font color. 
Contains headings of table rows or columns.*/
.tablebody{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	color:#000000;
	background-color:#ffffff;
}
/*alter background color and font color. 
Contains main body of the table.*/
.tabletotal{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#000000;
	background-color:#ffffff;
}

/* styles to make round cordered boxes, can also be square depending on images used*/
.tableSubHeading{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#000000;
}
/* end of budget pages 8?