body {
  background: #FFFFFF url(background.jpg) 0 0 repeat-y;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #002691;
  font-size: small;
  margin: 136px 0 0 0;
}

b, b a {
  color: #FF0000;
}

h2, h3, h4, th {
  color: #6893FF;
}

h2, h3, h4, h5, th {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #6893FF;
}

a:hover {
  text-decoration: none;
  color: #000000;
}

h1, h2, h3, h4 {
  padding: 0;
}

h1 {
  color: #000000;
  font-family: Times New Roman, Monotype Corsiva;
  font-size: xx-large;
  margin: 25px 0 10px 0;
  font-weight: bold;
  text-align: center;
}

h2 {
  font-size: x-large;
  margin: 20px 0 10px 0;
  text-align: center;
}

h3 {
  font-size: large;
  margin: 20px 0 10px 0;
}

h4 {
  font-size: normal;
  margin: 10px 0 2px 0;
}

h5 {
  color: #002691;
  font-size: normal;
  margin: 25px 0 0 0;
}

.subtitle {
  color: #002691;
  margin: 0 0 10px 0;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}

p.large {
  font-size: medium;
}

p.x-large {
  font-size: large;
}

table {
	margin: 0;
	padding: 0;
	border-spacing: 0;
}

td {
	vertical-align: top;
	margin: 0;
	border: none;
}

td {
	padding: 5px 0 0 10px;
}

th {
  font-size: small;
  padding: 15px 0 0 15px;
}

td.right, th.right {
	text-align: right;
  float: none;
}

ul {
	margin: 0 0 10px 0;
}

.left {
 margin: 20px;
 float: left;
}

.right {
 margin: 20px;
 float: right;
}

#header {
  background: url(header.jpg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 1018px;
  height: 136px;
}

#header h1, #header h2 {
  position: absolute;
  left: 0;
  font-family: Times New Roman, Monotype Corsiva;
  font-weight: bolder;
  font-style: italic;
  text-align: right;
  color: #000000;
  padding: 0;
  margin: 0;
}

#header h1 {
  top: 40px;
  font-size: 50px;
  width: 950px;
}

#header h2{
  top: 10px;
  font-size: 30px;
  width: 760px;
}

#menu {
  position: absolute;
  left: 50px;
  top: 107px;
  width: 950px;
  margin: 0;
  padding: 0;
  font-family: Times New Roman, Monotype Corsiva;
  font-size: 19px;
}
  
#menu a {
  position: relative;
  text-decoration: none;
  color: #FF0000;
  padding: 5px 10px 5px 10px;
}

#menu a:hover {
  text-decoration: none;
  background: #000000;
}
  
#menu span {
  position: relative;
  text-decoration: none;
  color: #000000;
  padding: 5px 15px 8px 15px;
  background: #FFFFFF;
  border: 5px solid #000000;
  border-bottom: 0px;
}

#submenu {
  position: absolute;
  left: 50px;
  top: 145px;
  width: 950px;
  margin: 0;
  padding: 0;
}
  
#submenu a {
  padding: 0 10px 0 0;
}

#content {
  background: #FFFFFF;
  padding: 35px 100px 35px 50px;
}

#footer {
  background: url(footer.jpg) 0 0 no-repeat;
  color: #AABFFF;
  font-style: italic;
  font-size: x-small;
  padding: 10px 10px 10px 0;
  text-align: right;
  width: 990px;
}

#footer a {
  color: #AABFFF;
}

#footer a:hover {
  color: #FF0000;
}

