body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
}

div#header {
background: url('images/header.jpg') repeat-x;
height: 134px;
border-bottom: 6px solid #343c8e;
overflow: hidden;
}

div#header img {
float: left;
}

div#heading {
height: 30px;
background-color: #d3d1f8;
}

div#header ul {
float: left;
list-style-type: none;
margin: 0px;
padding: 0px;
}

div#header li {
display: inline;
}

div#header a {
margin-top: 101px;
float: left;
height: 33px;
line-height: 33px;
color: #343c8e;
width: 102px;
background: url('/images/tabs.gif') bottom no-repeat;
margin-right: 4px;
text-align: center;
text-decoration: none;
}

div#header a:hover {
background-position: top;
color: #FFFFFF;
}

h1 {
font-size: 16px;
color: #343c8e;
}

h2 {
font-size: 16px;
color: #343c8e;
}

div#content {
padding: 18px;
line-height: 18px;
}

div#footer {
text-align: center;
border-top: 6px solid #343c8e;
height: 30px;
line-height: 30px;
background-color: #d3d1f8;
}