* {
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

html {
	text-align: center;
	background-color: #f4f4ff;
}

body {
	width: 790px;
	margin: auto;
	text-align: left;
	background-color: #ffffff;
}

b {
  font-weight: bold;
}

ol, .blueBox {
	padding-left: 1px;
	border: 1px solid #000088;
	background-color: #ddddff;
	width: 790px;
	color: #000088;
}

li {
	padding-left: 0px;
	color: #000088;
}

#titleMenu {
	text-align: center;
	clear: right;
}

#logo {
	float: centre;
}



#menu {
	list-style-type: none;
	background-color: #4169E1;
	border-top: 1px solid #b2b2b2;
	font-size: 14px;
	padding: 2px 0px;
	height: 20px;
}

#menu li {
	display: inline;
	margin: 0px 10px;
	padding: 0px;
}

#menu li a:link, #menu li a:visited {
  font-size: 13px;
	color: #76EE00;
	padding: 0px 3px;
	border: 1px solid #ffffff;
	text-decoration: none;
}

#menu li a:active, #menu li a:hover {
	background-color: #ff9555;
}

#content {
	clear: both;
	background-color: #ffffff;
	margin-top: 10px;
}

#map {
	float: right;
	width: 380px;
	margin-right: 5px;
}

input, select, textarea {
	border: 1px solid #000088;
	margin-bottom: 2px;
	color: #000088;
}

input[type=checkbox] {
  border: none;
}

h1, h2 {
	margin-bottom: 10px;
	color: #000088;
}

h1 {
  margin-top: 20px;
  font-size: 16px;
  text-decoration: underline;
}

h2 {
	font-weight: bold;
  font-size: 16px;
}

h3 {
	font-weight: bolder;
	margin-bottom: 2px;
	color: #000088;
	font-size: 20px;
}

h4 {
  font-weight: bolder;
	background-color: #1874CD;
	color: #f4f4ff;
	font-size: 13px;
	padding: 2px;
	text-align: center;
}

h5 {
  font-weight: bold;
  font-family: "bradley hand itc", "comic sans", "comic sans ms", cursive;
  font-size: 14pt;
  margin-bottom: 10px;
}

p {
	margin-bottom: 10px;
}

p.casual {
  font-size: 10pt;
  margin-bottom: 20px;
}

#form {
	border: 1px solid #000088;
	padding: 5px;
	width: 320px;
	float: left;
}

img {
	background-color: #dddddd;
}

a:link, a:visited {
	font-weight: bold;
	color: #000088;
}

a:active, a:hover {
	color: #ff9000;
}

a:link .imgLink, a:visited .imgLink {
	border: 2px solid #808080;
}

a:active .imgLink, a:hover .imgLink {
	border: 2px solid #ff9000;
}

label {
	display: block;
	float: left;
	width: 150px;
}

.button {
	padding: 0px 3px;
	border: 1px outset #000088;
	color: #000088;
	background-color: #bbbbee;
	font-weight: bold;
}

.buttonDisabled {
	padding: 0px 3px;
	border: 1px solid #ffffff;
	color: #ffffff;
	background-color: #ffffff;
	font-weight: bold;
}

.normalText {
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #000088;
	text-decoration: none;
}

#text {
  font-size: 10pt;
  margin-left: 5px;
}

#footer {
  clear: both;
}