/* body (added padding 11-1-07 BAF)*/
p {
	padding-left: 3px;
	top: auto;
		
}
table.inter {

table-layout:fixed

}
/*Headings (added padding 11-1-07 BAF)*/
H3 { color:#993300; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif;
    padding-left: 5px;} 
H2 { color:#336699; font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif;
	padding-left: 5px;} 

/*Navigation*/

#rightnav {
    width: 133px;
	float: center;
	padding: 3px;
	text-align: center;
}
#rightnav ul {
	list-style-type: none;
	margin: 0px;
	cursor: pointer;
	line-height: 23px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	white-space: normal;
	}
#rightnav ul ul{
	line-height: 15px;
	}
#rightnav ul a {
	text-decoration: none;   /*Removes underline from hyperlink*/
	color: #FFFFFF;    /*white text*/
	}
#rightnav li {   /*padding between groups*/
	padding-bottom: 5px;
	}
#rightnav ul ul li {
	font-size: 1px;
	font-weight: normal;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
padding-right: 1px;   /*right indent for sub-list*/
	}
#rightnav ul ul li a {
	color: #b7c4d1;  /*dark grey-blue text*/
	}
#rightnav ul a:hover, #rightnav ul a:active {
	color: #000000;   /*black text*/
    background-color: #b7c4d1;
	display: block;
	}
#rightnav ul ul li a:hover, #rightnav ul a:active {
	color: #000000;   /*black text*/
	display: block;
	}
	/*new nav*/

#rightnav ol {
	list-style-type: none;
	margin: 0px;
	cursor: pointer;
	line-height: 23px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	white-space: normal;
	text-indent: 5px
	}
#rightnav ol ul{
	line-height: 15px;
	}
#rightnav ol a {
	text-decoration: none;   /*Removes underline from hyperlink*/
	color: #FFFFFF;    /*white text*/
	}
#rightnav li {   /*padding between groups*/
	padding-bottom: 5px;
	}
#rightnav ol ul li {
	font-size: 1px;
	font-weight: normal;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
padding-right: 1px;   /*right indent for sub-list*/
	}
#rightnav ol ul li a {
	color: #b7c4d1;  /*dark grey-blue text*/
	}
#rightnav ul a:hover, #rightnav ul a:active {
	color: #000000;   /*black text*/
    background-color: #b7c4d1;
	display: block;
	}
#rightnav ul ul li a:hover, #rightnav ul a:active {
	color: #000000;   /*black text*/
	display: block;
	}

/*left Navigation */ 
#leftnav {
	width: 133px;
	float: left;
	padding: 3px;
	text-align: left;
}
#leftnav ul {
	list-style-type: none;
	margin: 0px;
	cursor: pointer;
	line-height: 23px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	white-space: normal;
	}
#leftnav ul ul{
	line-height: 15px;
	}
#leftnav ul a {
	text-decoration: none;   /*Removes underline from hyperlink*/
	color: #FFFFFF;    /*white text*/
	}
#leftnav li {   /*padding between groups*/
	padding-bottom: 5px;
	}
#leftnav ul ul li {
	font-size: 1px;
	font-weight: normal;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
padding-left: 1px;   /*left indent for sub-list*/
	}
#leftnav ul ul li a {
	color: #b7c4d1;  /*dark grey-blue text*/
	}
#leftnav ul a:hover, #leftnav ul a:active {
	color: #000000;   /*black text*/
    background-color: #b7c4d1;
	display: block;
	}
#leftnav ul ul li a:hover, #leftnav ul a:active {
	color: #000000;   /*black text*/
	display: block;
	}

/* creates a horizontal menu in this rule */
 #horizon ul
{
list-style: none;
padding: 0;
margin: 0;
background-color: #336699;
}


#horizon li
{
float: left;
margin: 0 1.00em;
}

 #horizon li a:hover
{
 
 color: #000000;
 background-color: #b7c4d1;
	display: block;

}
 #horizon li a
{
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}
/*
.newsdate {
	font-size: small;
	color: #FFFF00;
}
.newslink {
	font-size: small;
	color: #FFFFFF;
}
.newsimage {
	font-size: small;
	font-style: italic;
	color: #FFFF00;
}
*/