body {
margin:0;
font-family: Tahoma;
color:#0F0953;
}

div.navigation {
width:149px;
}

.navigation * {
font-size: 10pt;
font-family: Tahoma;
}


/*------------- Navigation ---------------*/
.nav a{
display: block;
padding: 5 5 5 0;
color: white;
text-decoration: none;
}

.nav a:hover{
display: block;
padding: 5 5 5 0;
color: #1a1a4a;
background: #fafafa;
font-family: verdana;
-moz-box-shadow:inset 0 -11px 7px rgba(0,0,0,.12), 1px 1px 2px #000;
-webkit-box-shadow:inset 0 -11px 7px rgba(0,0,0,.12), 1px 1px 2px #000;
-moz-border-radius:2px;
-webkit-border-radius:2px;
}

.nav-active a{
text-decoration: none;
display: block;
padding: 5 5 5 0;
color: #1a1a4a;
background: #e9e9e9;
font-family: Tahoma;
}

div.body {
background:#E9E9E9;
border-right:solid 8px #591313;
border-left:solid 6px #591313;
}
.footer {
border-bottom:solid 6px #591313;
}

/*--------------- General Formatting ------------------*/

h1, h2, h3, h4, h5, h6 {
line-height:1em;
margin:.2em auto;
}

h2 {
font-size:16pt;
}
