/* Standard coding influences */
html {
	scrollbar-face-color: #117;
	scrollbar-arrow-color: #ccd;
	scrollbar-track-color: #78b;
	scrollbar-shadow-color: #88b;
	}

body {
	margin: 0px;
	padding: 25px;
	font-family: tahoma, sans-serif;
	color: #FFF;
	font-size: 90%;
	text-align: justify;
	}

a:link {color: #FFF; text-decoration: none;}
a:visited {color: #FFF; text-decoration: none}
a:hover {color: #F80; }
a:active {color: ##F80;} 

hr {
	border: #ff9600 2px dashed;
	}
	
/* Main Structure, wrap the whole layout in a div to keep it narrow and centered */ 
#wrapper {
	width: 750px;
	border: 1px white solid;
	margin: 0px auto; top: center;
	}
	
/* Main content cell influences */
#one {
	color: #117;
	width: 590px;
	padding: 10px;
	}
	
#important {
	color: #F00
	}
	
.new:link {color: #F80; text-decoration: none;}
.new:visited {color: #008; text-decoration: none} 
.new:hover {color: #F00; cursor: crosshair;}
.new:active {color: #F00;} 

.agency {
	padding: 5px;
	line-height: 1em;
	text-size: 60%;
	}


/* Menu cell influences */
A.menulink {
display: block;
width: 115px;
text-align: left;
text-decoration: none;
color: #fff;
BORDER: none;
border: solid 1px ##10167f;
}

A.menulink:hover {
border: solid 1px #F80;
background-color:#10167f;
}

#two {
	text-align: left;
	width: 115px;
	padding: 5px;
	}
