BODY#homepage {
  background-image: url("images/home_background_tile.jpg");
  background-repeat: repeat-x;
  background-color: #00256b;
  margin:0px;
  padding:0px;
}

BODY.subpage {
  background-image: url("images/subpage_background_tile.jpg");
  background-repeat: repeat-x;
  background-color: #011a5c;
  margin:0px;
  padding:0px;
}


/* Div Styles */
#main{
width:960px;
}

#topright{
float:right;
width:723px;
}

#logo{
  background-image: url("images/logo.jpg");
  width:237px;
  height: 354px;
  position: top left;
  margin: 0px;
  padding:0px;
  float:left;
}

div.topnav{
margin-bottom:50px;
text-align:right;
font-weight:bold;
font-size:12px;
width:723px;
margin-top:5px;
}

div.nav{
position: absolute;
top: 185px;
left:237px;
width:723px;
}

div.hptopicimages{
margin-top:10px;
}

div.firstimage{
float:left;
margin-left:15px;
}

div.innerimage{
float:left;
margin-left:10px;
}

div.subwhitebox{
background-color: #ffffff;
margin-left:25px;

}

/* End Divs */

/* Link Classes */

#topright a{
font-family: arial;
font-size:12px;
color:#00529f;
margin-bottom:30px;
text-decoration: none;
}

div.topnav a.fun{
margin-left: 50px;
}

/* End Link Classes */

/* List Properties */

ul.nav li{
float: left;
padding: 0px;
margin:0px;
}

ul.nav{
margin:0px;
padding:0px;
list-style-type:none;
}

/* End List Properties */


/* Font Styles */

.mainheadline{
font-family:Verdana;
font-size:32px;
color:#999999;
}

.subheadline{
font-family:arial;
font-size:16px;
color:#999999;
}

h2{
font-family: arial;
font-size:12px;
color:#ffffff;
margin-bottom:5px;
padding-bottom:0px;
}

h4{
font-family: arial;
font-size:11px;
color:#ffffff;
margin-bottom:5px;
padding-bottom:0px;
}

div.subwhitebox p{
font-family: arial;
font-size:12px;
color:#998877;
margin-left:15px;
margin-right:15px;
}

div.subwhitebox p.top{
font-family: arial;
font-size:12px;
color:#998877;
margin-left:15px;
margin-right:15px;
margin-top:20px;
}

/* End Font Styles */