/* CSS Document */


body {
background: #EFEEF0;
background-image:url(../bg.gif);
font:76% Verdana,Tahoma,Arial,sans-serif;
line-height:1.4em;
color:#303030;
}

#container {
border:2px solid #000000;
}

#header, #footer {
background: #0D004C;
}

#navigation {
background: #000000;
}

#navigation li {
border-right:1px solid #FFFFFF;
}

#navigation li a {
color: #FFFFFF;
}

#navigation .selected a, #navigation a:hover{
background: #EFEEF0;
color: #000000;
}

a {
color:#0D004C;
}

.important, h3, a:hover {
color:#0D004C;
}

h2{
display:block;
margin:0 0 16px 0;
font-size:1.7em;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#container{
width:760px;
margin:20px auto;
padding:1px 0;
text-align:left;
background:#ffffff;
}

h2, p {
padding-left:10px;
padding-right:10px;
}

.hr {
height:5px;
border-top:#0D004C 1px dotted;
width:80%;
margin-left:10%;
}


fieldset {
border:1px dashed #0D004C;
width:70%;
margin:auto;
margin-top:25px;
margin-bottom:5px;
text-align:center;
}

legend {
font-size:12px;
font-weight:bold;
letter-spacing:.5em;
}