html, body {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-color: #eee;
	font: 12px/20px Georgia, Times New Roman, Verdana, Arial, sans-serif;
	color: #080808;
	text-align: center;
	margin: 20px 0;
}
img.newspic {
	float:right;
	margin-left:4px;
	border: 1px solid #FD9210;
	padding: 4px;
}
/*text formatting */

.center p, .center li {
	font: 12px/20px Georgia, Times New Roman, Verdana, Arial, sans-serif;
	color: #080808;
	background-color: transparent;
}
h1 {
	color: #080808;
	background-color: transparent;
	font-family: Georgia, Times New Roman, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	color: #080808;
	background-color: transparent;
	font-family: Georgia, Times New Roman, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
h3 {
	color: #080808;
	background-color: transparent;
	font-family: Georgia, Times New Roman, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a, a:link {
	color: #770000;
	background: transparent;
	text-decoration: underline;
}
a:visited {
	color: gray;
	background: transparent;
	text-decoration: none;
}
.clear {
	clear: both;
}
.alignright {
	margin-top: 0;
	text-align: right;
}
.small {
	font-size: .9em;
}
.wrapper {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background: #fff;
	border: 1px solid #AA1130;
}
* html .wrapper {
	width: 800px;
	w\idth: 800px;
}
.outer {
	border-left: 210px solid #F7F7F7;
	border-right: 0px solid #cfc;
}
* html .outer {
	background:  url(images/blackline.gif) 565px 0 repeat-y;
}
.inner {
	margin-left: -2px; /*** This fixes a small overlap problem in IE6. ***/
	width: 548px; /*** This width is for non-IE browsers. Mozilla makes this necessary. ***/
	border: 0px solid #000;
	border-width: 0 0 0 0px;
}
* html .inner {
	width: 100%;
}
.float-wrap {
	float: left;
	width: 567px;
	margin-left: -40px;       /*** Same length as left column width ***/
}
.left {
	left: -160px;
	width: 10px;
	margin-top: 30px;
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
}
.center {
	float: right;
	margin-top: 20px;
	width: 500px;
	min-height:320px;
}
.topbanner {
	width: 100%;
	background-color: #770000;    /* header and footer colours */
}
.greybanner {
	width: 100%;
	height: 34px;
	background-image: url(/images/text/image_text_back.jpg);
	background-repeat: repeat-x;
}
/* Mozilla bug fixes */
html>body .inner, html>body .float-wrap {
	border-bottom: 1px solid transparent;
}
#splashpic {
	font: 10px verdana;
	text-align:center;
	float:right;
	border: 1px solid #AA1130;
	padding: 8px;
	margin-left:6px;
	width: 170px;
}
/* Menu */

#menu {
	z-index:101;
	position: absolute;
	top: 10px;
	left: 0px;
	margin: 0px;
	height:100%;
	background: #F7F7F7;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px; /* Width of Top Menu Items */
	border-bottom: 1px solid white;
}
#menu ul li {
	position: relative;
}
#menu li ul {
	position: absolute;
	left: 200px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	z-index:101;
}
/* Styles for Menu Items */
#menu ul li a {
	font:  bold 12px/16px Georgia, Garamond, 'Bookman Old Style', 'Times New Roman', serif;
	display: block;
	text-decoration: none;
	letter-spacing: 0px;
	color: #4B4B4B;
	text-transform: uppercase;
	text-align: left;
	background: #F7F7F7; /* IE6 Bug */
	padding-right: 8px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 0px solid gray;
	border-top: 1px solid #333333;
}
/* Fix IE. Hide from IE Mac \*/
* html #menu ul li {
	float: left;
	height: 1%;
}
* html #menu ul li a {
	height: 1%;
}
/* End */

/* Hover Styles */
#menu ul li a:hover {
	color: white; /* font color as mouse hovers on submenu */
	background: #A81A30; /* background color as mouse hovers on submenu */
	width: 163px;
}
/* Sub Menu Styles */
#menu li ul li a {
	padding: 5px 5px;
	color: #fff;
	text-transform:none;
	text-align: left;
	background: #4C453D;
	width: 163px; /* width of submenu */
}
/* The magic */
#menu li:hover ul, #menu li.over ul {
	display: block;
	width: 200px;
}
td.tech {
	background:#A81A30; 
	color: white;
} 
td.tech2 {
	background:white; } 