body {

	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #ACD1FE;
	color: #4F76A3;
	font: 11px sans-serif;
}

h1 {
	font: 20px sans-serif;
	text-align: center;	
}

h2 {
	font: 17px sans-serif;
	text-align: center;	
}

h3 {
	font: 15px sans-serif;
	text-align: center;	
}

h4 {
	font: 12px sans-serif;
	text-align: center;	
}

h5 {
	font: 11px sans-serif;
	text-align: center;	
}

p {
	font: 12px sans-serif;	
}

.tableData {
	font: 12px sans-serif;
}

dl {
	font: 11px sans-serif;	
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #E69;
	text-decoration: none;
}

.amain {

	color: #699DD8;
	text-decoration: underline;
}

.amain:hover {
	color: #E69;
	text-decoration: underline;
}

.anav {

	color: #4F76A3;
	text-decoration: none;
}

.anav:hover {
	color: #E69;
}

.menuBar {
   	border:0px solid #699DD8;
   	width:150px;
   	font-family: sans-serif;
   	color: #FFFFFF;
   	position:relative;
	border-right: 1px solid #FFFFFF;
	BACKGROUND-COLOR: #699DD8
}

.menuTopTitle {
	position: relative;
	left: 0px;
	top: 5px;
	width: 150px;
	font: 15px sans-serif;
	color: #FFFFFF;
	text-align: center
}

.menuLogo {
	position: relative;
	left: 34px;
	top: -10px;

}


.menuSubTitle {
	position: relative;
	left: 0px;
	top: -25px;
	font: 11px sans-serif;
	color: #FFFFFF;
	text-align: center
}

.menutitle {
   	position:relative;
   	border:3px solid #699DD8;
   	width:150px;
	top: -35px;
   	font-size:12px;
   	font-family:sans-serif;
   	color: #FFFFFF;
   	cursor:pointer;
	BACKGROUND-COLOR: #699DD8
}

.submenu {
   	position:relative;
	top: -35px;
   	border:4px solid #699DD8;
   	width:140px;
   	font-size:11px;
   	font-family: sans-serif;
   	color: #FFFFFF;
   	cursor:pointer;
   	left: 10px;
	BACKGROUND-COLOR: #699DD8
}

.background {
	position: absolute;
	left: 522px;
	top: 296px;
}

.mainTitle {
	width: 600px;
      	height: 10px;
	font: 20px sans-serif;
	text-align: center;	
	margin: 15px 0 10px 0;
      	background-color:  #FFFFFF;
	border-left: 1px solid #4F76A3;
	border-top: 1px solid #4F76A3;
	border-right: 1px solid #4F76A3;
	border-bottom: 1px solid #4F76A3;
}

.mainNav {
	width: 600px;
      	height: 23px;
	font: 12px sans-serif;
	margin: 10px 0 10px 0;
      	background-color:  #FFFFFF;
	border-left: 1px solid #4F76A3;
	border-top: 1px solid #4F76A3;
	border-right: 1px solid #4F76A3;
	border-bottom: 1px solid #4F76A3;
}

.mainBody {
	width: 600px;
	height: 479px;
	background-image: url("../images/anchor.gif"); 
	background-repeat: no-repeat;
	background-position: bottom right;
	font: 12px sans-serif;
	margin: 10px 0 15px 0;
      	background-color:  #FFFFFF;
	border-left: 1px solid #4F76A3;
	border-top: 1px solid #4F76A3;
	border-right: 1px solid #4F76A3;
	border-bottom: 1px solid #4F76A3;
}