@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 964px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#wrapper #logo {
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: 00004d;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: 00004d;
	border-right-color: 00004d;
	border-left-color: 00004d;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu    #home  {
	height: 25px;
	width: 158px;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #00004D;
	float: left;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00004D;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #00004D;
}
#menu    #about  {
	background-color: #FFFFFF;
	height: 25px;
	width: 158px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #00004d;
	border-left-color: #00004D;
	float: left;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00004D;
}
#menu   #online  {
	background-color: #FFFFFF;
	height: 25px;
	width: 158px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #00004d;
	border-left-color: #00004D;
	float: left;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00004D;
}
#menu    #agreement   {
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #00004d;
	border-left-color: 00004d;
	height: 25px;
	width: 158px;
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00004D;
}
#menu    #book   {
	background-color: #FFFFFF;
	height: 25px;
	width: 158px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #00004d;
	border-left-color: 00004d;
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00004D;
}
#menu   #contact  {
	background-color: #FFFFFF;
	height: 25px;
	width: 160px;
	border-right-color: #00004d;
	border-left-color: 00004d;
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00004D;
	border-right-width: 2px;
	border-right-style: solid;
}
#menu    #contentr {
	width: 960px;
	background-color: #FFFFFF;
	white-space: normal;
	float: left;
	border: 2px solid #00004d;
	margin-top: 10px;
}
#menu #footer {
	float: left;
	background-color: #FFFFFF;
	width: 960px;
	margin-top: 10px;
	margin-bottom: 200px;
	border: 2px solid #00004D;
}
p {
	margin-right: 20px;
	margin-left: 20px;
}
body {
	background-image: url(images/homepage.jpg);
}
* {
	margin: 0px;
	padding: 0px;
}
-->


<!--
.style1 {font-family: Arial, Helvetica, sans-serif}
.menustyle {
	color: #00004d;
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.contentfont {font-family: Geneva, Arial, Helvetica, sans-serif; color: #121212; font-size: 14px; }
.foot {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #00004d;
	font-size: 14px;
	font-weight: bold;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00004d;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00004D;
}
a:hover {
	text-decoration: none;
	color: #8E88FF;
}
a:active {
	text-decoration: none;
	color: #00004D;
}
ul{
margin:35px;
list-style-type: square;
}

.rollOverContent{
position: relative;
z-index: 0;
}

.rollOverContent:hover{
	background-color: transparent;
	z-index: 50;
	
}

.rollOverContent span{
	position: absolute;
	width: 200px;
	height: auto;
	background-color:#99FFFF;
	visibility: hidden;
	text-decoration: none;
	color:#00004d;
	padding:8px;
	border: 2px solid #00004d;
}

.rollOverContent span img{
	padding: 2px;
	
}

.rollOverContent:hover span{
	visibility: visible;
	right: 200px;
	
}

.red{font-family: Geneva, Arial, Helvetica, sans-serif; color: #990000; font-weight: bold; 
}

h1{
margin-right: 20px;
	margin-left: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #00004d
	}
h2{font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #00004d; 
    font-weight: bold;
	font-size:16px; 
    margin-right: 20px;
	margin-left: 20px}
