.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: 8f8f8f;
	padding: 10px;
	line-height: 13px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #464646;
	padding: 0px 20px 0px 0px;
}
.homenews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #494949;
}
.homebio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #494949;
	padding: 10px;
	
}
.navdividerline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	width: auto;
	left: 50px;
	right: 50px;
}
.orangeheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff7200;
	line-height: 16px;
}
	.headbio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #494949;
	line-height: 13px;
	padding: 10px;
	margin: 20px;
	
}
.orangeheadbio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ff7200;
	line-height: 16px;
	padding-top: 10px;
	
}
a:link {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #ff7200;
}
a:hover {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #ff7200;
}
a:visited {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #ff7200;
	}
a.1:link {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #666666;
}
a.1:hover {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #666666;
}
a.1:visited {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #666666;
}
.dotted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #666666;
	background-image: url(../images/dot_h.gif);
	background-repeat: repeat-x;
	padding-left: 12px;
	padding-right: 12px;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	line-height: 12px;
	color: #999999;
	font-weight: normal;
}
.dottedv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #666666;
	background-image: url(../images/dot_v.gif);
	background-repeat: repeat-y;
	padding-left: 28px;
	padding-right: 25px;
}
.text28 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	padding: 0px 20px 0px 28px;
}
.text20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	padding: 0px 20px;
}
.datespace {
	padding-right: 15px;
}
a.tinylink:link {
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}
a.tinylink:hover {
	font-size: 10px;
	color: #ff7200;
	text-decoration: underline;
}
a.tinylink:visited {
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}
.tinylink {
	font-size: 10px;
	color: #999999;
}
#navigation ul {
    width: 320px; 
    height: 30px; 
    position: absolute;
    top: 100px; 
    left: 300px; 
    background: url(menu.jpg) no-repeat 0 0;
    list-style: none;
    margin: 0; padding: 0;
}
#navigation li {
    display: inline;
}
#navigation li a:link, #navigation li a:visited {
    border: none;
    width: 80px; 
    height: 30px; 
    display: block; 
    position: absolute; 
    top: 0; 
    text-indent: -7000px;
    outline: none;
}
#navigation li.blue a:link, #navigation li.blue a:visited { 
    left: 0;
}
#navigation li.green a:link, #navigation li.green a:visited { 
    left: 80px 
}
#navigation li.orange a:link, #navigation li.orange a:visited { 
    left: 160px  
}
#navigation li.red a:link, #navigation li.red a:visited { 
    left: 240px  
}

#navigation li.blue a:hover {
    background: url(menu.jpg) no-repeat 0 -30px; 
}
#navigation li.green a:hover {
    background: url(menu.jpg) no-repeat -80px -30px; 
}
#navigation li.orange a:hover {
    background: url(menu.jpg) no-repeat -160px -30px;
}
#navigation li.red a:hover {
    background: url(menu.jpg) no-repeat -240px -30px;
}

