@charset "utf-8";
#homepage {
text-align:center;
}

#header {
height:220px;
margin-left:20px;
margin-right:20px;
margin-top:20px;
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
background-position:center;
background-color:#002F77;
}

#menu {
float:left;
width:220px;
margin-top:50px;
margin-bottom:0px;
margin-left:20px;
background-color:#002F77;
display:inline;
padding:50px 0 0;
}

#content {
margin-top:50px;
margin-left:310px;
margin-right:50px;
}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -102px; /* the bottom margin is the negative value of the footer's height */
}

.footer {
position:relative;
background:url(../images/footer.jpg) no-repeat;
background-position:center;
background-color:#002F77;
margin:0 20px;
}

.footer, .push {
height:102px;
}

html, body {
height:100%;
}

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#002F77;
}

h1 {
text-indent:10px;
font-size:2em;
font-weight:400;
font-style:italic;
text-decoration:underline;
}

strong {
font-weight:700;
}

p {
font-size:1em;
}

#menu a {
color:#FFF;
line-height:25px;
}

#meun ul {
list-style-type:disc;
color:#FFF;
}

ul {
list-style-type:disc;
line-height:25px;
}

.menuimage {
padding-left:40px;
}

.background {
background-color:#002F77;
}

#homepage p,#homepage a {
color:#FFF;
}

#homepage a:hover,#menu a:hover {
color:#B8BDFE;
}

#white{
color:#FFF;
}
