body {
color: #3a66a7;
background-color: #fff5ee;
font-family: "Times New Roman", serif;
}

#main {
width: 80%;
margin: 0% 10%;
}

h1 {
text-align: right;
font-family: "Trebuchet MS", Arial, sans-serif;
font-style: italic;
margin-bottom: -.25em;
}

#navigation {
float: left;
border-top: 2px #3a66a7 solid;
width: 200px;
}

#navigation a.link {
display: block;
color: #00ceff;
background: transparent url("diamondlightblue.gif") 5px center no-repeat;
border-bottom: 1px #3a66a7 solid;
height: 30px;
padding-top: 5px;
padding-left: 50px;
text-decoration: none;
font-family: "Trebuchet MS", Arial, sans-serif;
font-weight: bold;
}

#navigation a.link:hover, #navigation a.link:active {
color: #000063;
background: #9bc4e2 url("diamondblue.gif") 5px center no-repeat;
border-right: 3px #3a66a7 solid;
}

a.link#current {
color: #3100ff;
background: #d8bfd8 url("diamondpurple.gif") 5px center no-repeat;
border-right: 3px #3a66a7 solid;
}

a.button {
display: block;
margin-top: 25px;
margin-bottom: 25px;
text-align: center;
color: inherit;
background-color: #ffdab9;
padding-top: 10px;
border: 2px #3a66a7 outset;
height: 155px;
width: 146px;
vertical-align: middle;
}

a.button:hover{
color: inherit;
background-color: #eecbad;
border: 2px #3a66a7 outset;
}

a.button:active{
border: 2px #3a66a7 inset;
}

a.button img {
border: 0;
}

#content {
margin-left: 200px;
border-top: 2px #3a66a7 solid;
border-left: 1px #3a66a7 solid;
padding: 10px;
}

#content p {
line-height: 1.25em;
}

#content a {
border: 2px #f57f25 solid;
text-decoration: none;
font-weight: bold;
padding: 0 5px 1px 25px;
color: #f57f25;
background: #ffe6bf url("rss.png") left center no-repeat;
}

#content a:visited {
color: #f22068;
background: #ffbfdc url("rssvisited.png") left center no-repeat;
border: 2px #f22068 solid;
}

#content a:hover, #content a:active {
color: #f42923;
background: #ffbfbf url("rsshover.png") left center no-repeat;
border: 2px #f42923 solid;
}

p:first-child {
margin-top: 0;
}

p.validate {
clear: both;
}