/* CSS Document */
body {
background-color: #000066;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}
.banner {
background-color: #FFFFFF;
position: absolute;
left: 50%;
top: 0px;
margin-left: -425px;
width: 850px;
height: 80px;
}
.navbar {
background-color: #FFFFFF;
position: absolute;
margin-left: -425px;
top: 80px;
left: 50%;
width: 850px;
height: 50px;
}
.navbutton {
float: left;
background-image: url(images/navbuttonbg.gif);
background-repeat: no-repeat;
height: 50px;
width: 180px;
line-height: 35px;
}
.page {
background-color: #FFFFFF;
position:absolute;
margin-left: -425px;
top: 130px;
left: 50%;
width: 850px;
height: 100%;
}
.pagebg {
position: absolute;
background-image: url(images/pagebg.jpg);
background-repeat: repeat-y;
margin-left: -440px;
width: 880px;
left: 50%;
}
.homepagecontent {
float: right;
width: 500px;
}
.vertbuttons {
float: left;
}
.bigbutton {
background-image: url(images/bigbutton.gif);
background-repeat: no-repeat;
width: 254px;
height: 128px;
}
.backbutton {
position: absolute;
margin-left: -425px;
top: 0px;
left: 50%;
}

/* TEXT STYLES */
.bigbold {
font-size: 16px;
font-weight: bold;
}
.small {
font-size: 10px;
}