/*TEST*//*General*/a {	color: navy;}a:visited {	color: navy;}/*Main Navigation Menu*//*The menu is enclosed in this table to make the grey border extend to the right of the screen*/table#menu {	width: 100%;	background-color: #C0C0C0;	padding: 0px;	margin: 0px;	}table#subMenu {	width: 100%;	background-color: #C0C0C0;	padding: 0px;	margin: 0px;	}ul#menu {	/*This helps push the menu closer to the top left of the screen*/	padding: 0px;	margin: 0px;}li#menu {	/*Makes all of the list elements display on one line as opposed to blocked out*/	display: inline;		/*Makes the buttons all flow together, who knows why?*/	float: left;		/*Padding for this sight is set to 4px, overide that*/	padding: 2px 5px;}a#menu{	/*Remove underline on Menu buttons*/	text-decoration: none;		/*Expands the border of the buttons*/	padding:4px;		/*Default color for links is not black, but it should  be here*/	color: #000000;		/*Font*/	font-family: arial;		/*Size*/	font-size: 10pt;		/*Background color*/	background-color: #C0C0C0;	/*Gives the buttons an invisible border, so that when button is highlighted, there is no flinch*/	border: solid #C0C0C0 1px;		/*Expands the buttons some*/	padding: 2px 7px;}a.active#menu {	/*Highlights the active button*/	background-color: #FF9900;		/*Makes the active button bold*/	font-weight: bold;		/*Gives the buttons a border*/	border: solid #000000 1px;}a:hover#menu {	/*Highlights the the button being hovered upon*/	background-color: #FF9900;	/*Gives the buttons a border*/	border: solid #000000 1px;	}/*Footer*/table.footer {	font-family: Arial;	width: 100%;	border-top: solid lightgrey 1px;	font-size: .8em;	color: grey;	text-align: center;}td.footer {	text-align: center;}/*Images*/#mainLogo img{	/*This is so that the mainlogo won't run into the menu bar*/	padding:0px;	border: 0px;	display: block;	margin-left: auto;	margin-right: auto;}#welcome img{	display: block;	margin-left: auto;	margin-right: auto;}img{	margin-left: 20px;	margin-right: 20px;	border: none;}/*Text*/p{	margin: 5px;}/*Tables*/table.center{	margin-left: auto;	margin-right: auto;}table.imageContainer{	margin-left: auto;	margin-right: auto;	border: none;	text-align: center;}table.data{	margin-left: auto;	margin-right: auto;	border: solid black 1px;	border-collapse: collapse;	text-align: center;}td.data{	border: solid black 1px;}td.dataCaption{	text-align: center;	border: solid black 1px;}td.imageCaption{	text-align: center;	border: none;}td.imageContainer{	border: none;}/*Lists*/li{	padding: 2px;}ul{	margin-top: 0px;	margin-bottom: 0px;}/*Images*/img.center{	display: block;	margin-left: auto;	margin-right: auto;}/*Text*/h1{	font-family: Arial;	color: navy;	font-size: 1.6em;}h1.pageHeader{	font-family: Arial;	color: navy;	text-align: center;	}h2 {	font-family: Arial;	color: navy;	font-size: 1.25em;	padding: 0px;	margin: 0px;}h3 {	font-family: Arial;	color: navy;	font-size: 1em;}/*Specifics*/p.siteMapDescription{	position: relative;	left: 2em;	font-style: italic;}#coDescription {	font-family: Arial;	font-size: 11pt;	font-weight: bold;	text-align: center;}#coDescription2 {	font-family: Arial;	font-size: 11pt;	font-weight: bold;	text-align: center;	color: #928720;}h2.siteMapHeader{	background-color: #eee;	font-family: Arial;	color: navy;}/*Personnel Page*/#personnel{	margin-left: auto;	margin-right: auto;}td.personnelName{	font-family: Arial; 	font-weight: bold;	border-top: solid;	border-top-width: 1px;	width: 300px;	padding: 5px 0px 0px 0px;}td.personnelEmail{}td.personnelOccupation{	vertical-align:top;	height: 50px;	border-top: solid;	border-top-width: 1px;	padding: 5px 0px 0px 0px;}/*Technical Page*/#technicalOverview{	margin-left: auto;	margin-right: auto;	width: 95%;}li.techDetail{	padding: 4px;}/*Press Release*/td.pressRelease{	vertical-align:top;	height: 50px;	border-bottom: solid;	border-bottom-width: 1px;}