body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #000000;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	font-size: 1.0em;
	font-weight: normal;
	text-align: center;
	background-image: url('../images/Art/AximOceanBackground.JPG');
}

#centered {
	width: 1000px; /* set to desired width in px or percent */;
	text-align: left; /* optionally you could use "justified" */;
	border: 0px;/* Changing this value will add lines around the centered area */
	padding: 0;
	margin: 0 auto;
}

#container {
	border: 2px solid #FF0000;
	background-color: #FFFFFF;
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#header {
	border-left: medium solid #FF0000;
	border-right: medium solid #FF0000;
	border-top: thick solid #FF0000;
	border-bottom: medium solid #FF0000;
	border-width: thin;
	padding: 0px;
	margin: 0px;
	height: 200px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url('../images/Art/header.jpg');
	width: 1000px;
}
#menu {
	padding: 0px;
	border-bottom-width: thick;
	border-bottom-color: #FFFFFF;
	background-color: #FF0000;
	width: 1000px;
	height: 30px;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	text-align: left;
	text-indent: 2px;
}
#menu ul li {
	background-color: #FF0000;
	color: #FFFFFF;
	display: inline;
	width: 125px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-transform: uppercase;
	height: 30px;
	float: left;
	position: relative;
	z-index: 1000;
	top: 0px;
	left: 1px;
}
#menu ul li a {
	color: #FFFFFF;
	background-color: #FF0000;
	line-height: 30px;
	width: 125px;
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 2px;
	font-size: small;
}
#menu ul li a:hover {
	color: #FFFFFF;
	background-color: #FF3300;
	border: 1px solid #FF0000;
}
#menu ul li ul li a {
	background-color: #FF0000;
}
#menu ul li ul li a:hover {
	background-color: #FF3300;
}
#menu ul li ul {
	visibility: hidden;
}
#menu ul li:hover ul {
	visibility: visible;
}
#content {
	padding: 25px 25px 25px 25px;
	background-color: #FFFFFF;
	margin: 0px;
	width: 950px;
}
#footer {
	border-top: 2px solid #0000FF;
	margin: 0px;
	text-align: center;
	clear: both;
	background-repeat: no-repeat;
	width: 1000px;
	height: 50px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	border-color: #6d707b;
	background-color: #FFFFFF;
	border-top-width: 1px;
	vertical-align: middle;
	padding-top: 0px;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 1.7em;
	color: #6D707B;
	text-align: center;
}
h2 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 1.3em;
	color: #6D707B;
	text-align: left;
}
h3 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #6D707B;
	text-align: left;
	font-style: normal;
}
.indexTable {
	width: 100%;
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
}
.indexTabletd {
	border-width: 0px;
	text-align: left;
}
.indexTabletd2 {
	height: 135px;
	border-width: 3px;
	text-align: center;
}
.a:visited, a:active, a:link {
	color: #000000;
	text-decoration: underline;
	text-align: center;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.image-alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	padding-right: 1em;
	clear: both;
}
.imageCenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.image-alignright {
	float: right;
	padding-right: 1em;
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
