* {
margin: 0px;
padding: 0px;
font-family: arial;
}

body {
background: #F5F5F5;
}

#page {
width: 800px;
background: #ffffff;
margin: 0 auto;
}
.container{
width: 800px;
background: #ffffff;
float: left;
}

.header {
width: 800px;
background: url(images/header-back.gif) repeat-x;
float: left;
height: 162px;
text-align: center;
position:relative;
}

.nav {
bottom:-12px;
float:left;
left:44px;
position:absolute;
}
.nav ul li{
display: inline;
float:left;
background: url(images/buttons.gif) no-repeat;
height: 32px;
width: 101px;
}
.nav ul li:hover{
background: url(images/buttons.gif) no-repeat;
background-position: 0px -32px;
}

.nav ul li.active{
display: inline;
float:left;
background: url(images/buttons.gif) no-repeat;
background-position: 0px -32px;
height: 32px;
width: 101px;
}


#dropmenudiv {
line-height:11px;
margin-left:5px;
margin-top:0;
padding-top:5px;
position:absolute;
z-index:10;
}
#dropmenudiv a {
text-decoration: none;
color: #003E7E;
font-weight:bold;
font-size:11px;
line-height:13px;
}
#dropmenudiv a:hover {
color: #B30838;
}

.topnavlinks2 a {
color:#FFFFFF;
display:block;
font-size:8px;
font-weight:bold;
height:21px;
left:1px;
padding-top:11px;
position:relative;
text-decoration:none;
}




.content {
width: 400px;
float:left;
margin:0 auto;
font-size: 12px;
text-align: center;
padding: 70px 0 40px 200px;
}

p {
padding-top: 15px;
}

p.first {
color: #B30838;
}

.content img {
padding-top: 10px;
}

.blue {
color: #003E7E;
}
.blue a {
color: #003E7E;
text-decoration: none;
}


.footer {
width: 800px;
background: #dbdfed url(images/footer-back.gif) repeat-x;
float: left;
padding-top: 10px;
padding-bottom: 20px;
text-align: center;
}


.footer .ccards {
margin-top: 10px;
}

