* {
margin: 0;
padding: 0;
}

body {
background: #00008a url("../img/bg.gif") repeat;
text-align: center;
font: normal 10pt arial, tahoma, sans-serif;
color: #333;
padding-top: 40px;
}

a {
color: #666;
text-decoration: none;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #ccc;
}

#wrapper {
width: 780px;
overflow:auto;
background: #FFF url("img/sidebar.gif") repeat-y;
background-position: 0 0;
border: solid 10px #FFF;
margin: 0 auto;
text-align: left;
}

#header {
width: 780px;
background: #000 url("img/header.png") no-repeat;
background-position: top right;
}

#header1 {
width: 780px;
height: 210px;
background: #000 url("img/header.png") no-repeat;
background-position: top right;
}

#header2 {
width: 780px;
height: 220px;
background: #000 url("img/header.png") no-repeat;
background-position: top right;
}

h1 {
width: 179px;
height: 30px;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, sans-serif;
padding-left: 10px;
color: #FFF;
cursor: default;
}

h2 {
width: 580px;
height: 30px;
background-color: #000080;
float: left;
font: normal 14px/30px arial, sans-serif;
padding-left: 10px;
color: #FFF;
margin-top: 1px;
cursor: default;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #FFF;
width: 189px;
height: 210px;
background: #000 url("img/sunset.png") no-repeat;
background-position: top center;
}

#nav li a {
color: #fff;
font: normal 11px/24px verdana, sans-serif;
display: block;
width: 181px;
height: 24px;
background-color: #000050;
border-bottom: 1px solid #FFF;
padding-left: 8px;
text-decoration: none;
}

#nav li a:hover {
background-color: #0000A0;
}

#current a {
background-image: url("img/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
float: left;
position: relative;
width: 169px;
background-color: #BBEEFF;
left: -33px;
margin-left: -157px;
border-top: 1px solid #FFF;
font: normal 10px/18px verdana, arial, tahoma, sans-serif;
text-align:right;
padding: 10px;
}

#sidebar0 {
float: left;
position: relative;
width: 169px;
left: -33px;
margin-left: -157px;
font: normal 10px/18px verdana, arial, tahoma, sans-serif;
text-align:right;
padding: 10px;
}

#s-nav {
list-style: none;
z-index: 3;
left: -64px;
width: 180px;
}

#s-nav li a {
color: #FFF;
font: normal 11px/24px verdana, sans-serif;
text-align:left;
display: block;
width: 170px;
height: 24px;
background-color: #000070;
border-bottom: 1px solid #fff;
padding-left: 5px;
text-decoration: none;
}

#s-nav li a:hover {
background-color: #0000A0;
}

img {
border: none;
}

a img {
margin-bottom: 20px;
border: 1px solid #FFF;
}

a:hover img {
border-color: #FFF;
}

#content {
float: left;
width: 470px;
background-color: #fff;
margin: 0px 0 0 10px;
border-top: 1px solid #fff;
font: normal 12px arial, sans-serif;
text-align:justify;
padding: 40px 17px 20px 22px;
}

p {
margin-bottom: 15px;
}

p.prgf {
margin-bottom: 15px;
text-align:justify;
text-indent:40px;
}

#footer {
font: normal 7pt/12px arial, sans-serif;
color:#666;
float: center;
position: relative;
text-align: center;
clear: both;
width: 780px;
background-color: #fff;
}

