* {
margin: 0;
padding: 0;
}

html {
height: 100%;
width: 100%;
}

body {
background: #FFF;
font-family: Arial, Verdana;
font-size: 13px;
color: #5c6970;
text-align: center;
margin: 0 auto 0 auto;
padding: 0;
height: 100%;
width: 100%;
}

a {
color: #00519e;
text-decoration: none;
}

img {
border: none;
}

#pagewrap {
width: 100%;
position: absolute;
height: 400px;
top: 50%;
left:0;
margin-top: -200px;
background: #FFF url(images/bg.gif) center top repeat-x;
}

.page {
background: url(images/sitebg.gif) center top no-repeat;
width: 999px;
height: 400px;
min-height: 400px;
position: relative;
margin: auto;
text-align: center;
overflow: hidden;
}

.site {
width: 999px;
height: 400px;
text-align: center;
margin: auto;
position: relative;
}

.header {
width: 999px;
height: 108px;
margin-top: 43px;
}

.header img {
float: right;
}

.clearer {
clear: both;
}

.content {
height: 66px;
margin-top: 122px;
}

.content ul, li {
margin: 0;
padding: 0;
}

.content ul {
margin: 0 0 0 26px;
}

.content li {
border-top: 1px solid #eb6909;
padding-top: 5px;
margin: 0 32px 0 0;
/*margin: 0;*/
display: inline;
width: 162px;
float: left;
text-align: left;
list-style-type: none;
}

.content li h1 {
font-size: 15px;
font-weight: bold;
margin: 0;
padding: 0;
}

.content li a {
color: #00519e;
}

.font a {
color: #5c6970 !important;
font-size: 13px !important;
font-weight: normal !important;
}

.footer {
margin-top: 30px;
font-size: 10px;
text-align: center;
}
