a {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #898888; text-decoration: underline}
a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #C49C33; text-decoration: underline}
body {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #898888}
p {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #898888}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #7b7b7b;
}

.back_to_top {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #898888}
.back_to_top A {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #898888}
.back_to_top A:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #C49C33}

.copyright {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666}
.copyright A {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; text-decoration: underline}
.copyright A:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #C49C33; text-decoration: underline}

.project_title {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #C49B34}

.bold_text {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #878787}


// news scrolling


#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 300px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: fixed;
background-color: #E7EADE;
margin: 0.3em auto;
padding: 15px;
}


#nav {
	float: right;
	margin:0 7% 0 0;
	width:374; 
	height:87px;
	 z-index:1;
	  top: 0px;
}