body {
margin: 0;
padding: 0;
background-color: #3366FF;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
border-top: 2px solid #2A4F6F;
}
#header {
border-top: 1px solid #778899;
border-bottom: 1px dotted #B2BCC6;
height: 125px;
background-color: #3300FF;
}
#header .strapline {
font: 120% Georgia, "Times New Roman", Times, serif;
color: #778899;
background-color: transparent;
float: right;
margin-right: 2em;
margin-top: 1em;
}
#header .logo{
float: left;
margin-left: 1.5em;
margin-top: 0.5em;
height: 120px;
}
#nav {
position: absolute;
top: 140px;
left: 1em;
width: 14em;
}
#nav ul {
list-style: none;
margin-left: 1em;
padding-left: 0;
}
#nav li{
font-size: 150%;
border-bottom: 2px dotted #B2BCC6;
margin-bottom: 0.3em;
}
#nav a:link {
text-decoration: none;
color: #000000;
background-color: transparent;
}
#nav a:visited {
color: #FF0000;
background-color: transparent;
}
#nav a:hover {
color: #FFFFFF;
background-color: transparent;
}
#nav h2 {
font: 120% Georgia, "Times New Roman", Times, serif;
color: #000000;
background-color: transparent;
border-bottom: 1px dotted #CCCCCC;
}
#content {
margin-left: 24em;
margin-right: 2em;
}
h1 {
font: 150% Georgia, "Times New Roman", Times, serif;
}
h2 {
font: 100% Georgia, "Times New Roman", Times, serif;
}
p {
clear:both;
}
#content p {
font-size: 80%;
line-height: 1.6em;
padding-left: 1.2em;
}