
html,body {
margin:0;
padding:0;
}

body {
background-color:#fff;
color:#000;
font:12px Helvetica, Arial, sans-serif;
line-height:18px;
background-image:url('images/blueshadow.png');
background-repeat:repeat-x;
}

h2 {
color:#333;
}

h3 {
color:#004b6f;
}

a {
color:#004b6f;
text-decoration:none;
}

a:hover {
color:#3D7992;
text-decoration:none;
}

p {
margin:0 0 18px;
}

hr {
color:#450310;
}

#container {
width:70%;
margin:auto;
}

#tag {
width:100%;
text-align:center;
background-color:#A5C2CE;
border-bottom:1px solid #eee;
padding-top:5px;
height:20px;
margin:auto;
}

#wrapper {
float:left;
width:100%;
margin-left:-225px;
}

#header h1 {
color:#004b6f;
margin:0 0 3px;
padding:24px 18px 0;
}

#header p {
color:#666;
font-size:11px;
font-weight:700;
padding:0 18px;
}

#sidenav {
border:0;
padding-right:20px;
float:right;
width:200px;
text-decoration:none;
color:#999;
margin-top:50px;
}

#sidenav ul {
list-style-image:url("images/arrow.png");
padding:0 20px 9px;
}

#extra {
border-bottom:1px solid #ccc;
padding-right:18px;
}

#extra small {
font-size:11px;
line-height:18px;
}

#content p {
margin-top:1px;
}

#content p,#extra p {
padding-right:18px;
}

#content {
margin-left:250px;
margin-top:50px;
margin-right:100px;
}

#footer {
background:#fff;
border:0;
clear:both;
width:100%;
text-align:center;
}

#credits a {
color:#ccc;
text-decoration:none;
}

#footer	p {
color:#3D7992;
margin:0;
padding:0 18px 10px;
}

#footer ul {
list-style:none;
margin:0 18px 6px;
padding:10px 0 6px 20px;
}

#footer li {
display:inline;
font-size:11px;
font-weight:700;
padding-right:5px;
}

.extra {
float:right;
clear:right;
width:200px;
background:#F6F9FB;
border:1px solid #E1E1E1;
margin-bottom:3px;
padding:10px 10px 15px;
}

p.description {
color:#3D7992;
font-weight:700;
background-color:#A5C2CE;
}

.floatright {
float:right;
}

.floatleft {
float:left;
}

#now a {
display:block;
text-align:center;
color:#fff;
background-color:#004b6f;
border:1px solid #3D7992;
width:200px;
text-decoration:none;
-moz-border-radius:5px;
-webkit-border-radius:5px;
padding:2px;
}

#now a:hover {
background-color:#369;
border:1px solid #00162C;
color:#00162C;
}

span.name {
color:#065A82;
font-weight:700;
}

#navcontainer {
width:90%;
padding-top:15px;
margin:auto;
}

#navlist {
float:right;
border:none;
margin:0;
padding:0 0 20px 20px;
}

#navlist ul,#navlist li {
display:inline;
list-style-type:none;
margin:0;
padding:0;
}

#navlist a:link,#navlist a:visited {
border-bottom:0;
border-top:8px solid #fff;
float:left;
line-height:20px;
font-weight:700;
text-decoration:none;
color:#999;
background-color:#fff;
margin:0 10px 4px;
}

#navlist a:hover {
color:#065A82;
border-bottom:8px solid #fff;
border-top:0;
background-color:#fff;
}

#navlist li.selected a:link,#navlist li.selected a:visited {
color:#3D7992;
}


