body {
  font-family: Georgia;
  color: #ffffff;
  background-color: #000000;
  padding: 0px;
  margin: 0px;
  text-align: center; 
}

a:link {
  color: #66CCFF;
  text-decoration: none;
}

a:visited {
  color: #66CCFF;
  text-decoration: none;
}

a:hover, a:active {
  color: #66CCFF;
  text-decoration: underline;
}

p.indent {
  text-indent: 50px;
}

h1 {
  font-size: 180%;
}

h2 {
  font-size: 120%;
}

hr {
border: thin dotted #ffffff;
}

#container1 {
  text-align: left; 
  background-image: url('bg.jpg');
  background-repeat: no-repeat;
  background-position: bottom center; 
  background-color: #192ca5;
  width: 1000px;
  height:2211px;
  padding: 0px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
}

#container2 {
  background-image: url('titlebg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  height:846px;
}

#header { 
  height: 468px;
  width: 1000px;
  text-align: center;
  padding: 0px 0px 0px 0px;
}

#photo { 
  font-family: Trebuchet MS;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  width:200px;
  /*height: 700px;*/
  float: left;
  padding: 24px 24px 24px 24px;
}

#menu { 
  width:1000px;
  height: 30px;
}

#content { 
  padding: 5px 24px 0px 0px;
}

#content img { 
  border: 0px;
}

/* -----------hover menu---------------------- */

div.hovermenu {
background-color: #3A50E0;
height:30px;
padding: 0px;
}

.hovermenu ul{
font: bold 11px Arial;
padding-left: 0;
margin-left: 0;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 7px 0px 7px 0px;
text-align: center;
text-decoration: none;
height:14px;
width:123px;
float: left;
color: #ffffff;
background-color: #3A50E0;
border: 1px solid #000000;
}

.hovermenu ul li a:visited{
border-style: outset;
color: #ffffff;
text-decoration: none;
}

.hovermenu ul li a:hover{
background-color: #ffffff;
border-style: outset;
color: #000000;
text-decoration: none;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

/* -----------hover menu end------------------ */