@charset "utf-8";
/* CSS Document */

body {
margin: 0px;
padding: 0px;
background-color: #01245c;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.homebox {
width: 150px;
}

.border-left {
background-image: url(images/border-left.gif);
background-repeat: repeat-y;
border-right: solid 4px #ffffff;
}

.border-right {
background-image: url(images/border-right.gif);
background-repeat: repeat-y;
border-left: solid 4px #ffffff;
}

.menu {
border-top: solid 8px #c23f35;
border-bottom: solid 1px #c23f35;
background-color: #ffffff;
height: 40px;
}

.header {
height: 95px;
background-image: url(images/header.gif);
background-repeat: no-repeat;
}

.outside {
border-top: solid 6px #0081d6; 
}

.middle {
background-image: url(images/blue-bg.gif);
background-repeat: repeat-x;
}

.main {
background-color: #ffffff;
}

.form {
background-color: #a2a2a2;
padding-top: 10px;
font-weight: bold;
color: #ffffff;
}

.title {
height: 30px;
padding-left: 10px;
background-color: #e1e1e1;
font-size: 17px;
color: #01245c;
padding-top: 10px;
}

.content {
padding: 10px;
}

.footer2 {
background-color: #ffffff;
border-top: solid 8px #c23f35;
height: 60px;
padding-top: 10px;
}

a:link {
color: #01245c;
text-decoration: underline;
}
a:visited {
color: #01245c;
text-decoration: underline;
}
a:hover {
color: #01245c;
text-decoration: none;
}

a:link.menuitem {
color: #01245c;
text-decoration: none;
font-size: 14px;
font-weight: bold;
padding: 5px;
}
a:visited.menuitem {
color: #01245c;
text-decoration: none;
font-size: 14px;
font-weight: bold;
padding: 5px;
}
a:hover.menuitem {
color: #ffffff;
text-decoration: none;
font-size: 14px;
font-weight: bold;
background-color: #c23f35;
padding: 5px;
}