body {	background-color: #2c5cd5;	}/* ----------MAIN TABLE---------- */#mainTable {	background-color: #2a55c4;	width: 100%;	margin: 0 auto;		}/* ----------HEADER---------- */#header {	background: #000000 url('images/logo4.gif') no-repeat;	height: 100px;	margin: 0px;	padding: 0px;}/* ----------NAVIGATION---------- */#nav {	background: #000000 url('images/saxy2-2.jpg') repeat-x;	vertical-align: top;	text-align: right;	font-size: 14px;	width: 225px;	height: 400px;	padding: 10px;	color: #ffffff;	border-right: thin solid #000000;	font-family: "Rockwell", arial, sans-serif;	line-height: 200%;}#nav a:link, #nav a:visited {	color: #ffffff;	background: transparent;	text-decoration: none;}#nav a:hover, #nav a:active {	color: #dda90a;	background: transparent;	text-decoration: underline;	font-weight: bold;}/* ----------CONTENT---------- */#content {	padding: 10px;	}#content a:link, #content a:visited {	color: #22bbff;	background: transparent;	text-decoration: underline;}#content a:hover, #content a:active {	color: #dda90a;	background: transparent;	text-decoration: underline;}.graphic {	margin: 0px;	padding: 10px;	border: thick solid #000000;}ul {	list-style-type: square;}li {	margin: 5px 0px 0px;}/* ----------FOOTER---------- */#footer {	padding: 10px;	background-color: #000000;	color: #ffffff;	text-align: center;}/* ----------OTHER ELEMENTS---------- */