*{
font-family: verdana, arial, sans-serif;
font-size: 13px;
}
body, html{
padding: 0px;
margin: 0px;
background-color: #fff;
text-align: center;
}
div#box{
margin: 20px auto;
width: 820px;
text-align: left;
position: relative;
}
div#header{
height: 126px;
}
div#header, div#header *{
color: #fff;
font-size: 13px;
border: none;
}
div#nav1{
width: auto;
position: absolute;
top: 80px;
left: 160px;
padding: 2px 5px;
background-color: #004B80;
}
ul#nav2{
width: 200px;
list-style-type: none;
float: left;
margin: 30px 0px 30px 0px;
padding: 0px;
}
ul#nav2 li{
border: 1px solid #004B80;
margin: 2px 30px 2px 20px;
}
ul#nav2 a{
display: block;
padding: 4px 5px;
background-color: #7EAACC;
color: #004B80;
font-weight: bold;
text-decoration: none;
}
ul#nav2 div,ul#nav2 a:hover{
color: #fff;
font-weight: bold;
background-color: #004B80;
padding: 4px 5px;
}

div#content{
clear: both;
width: 800px;
}
div#main{
float: left;
width: 380px;
}
div#right{
float: right;
width: 200px;
text-align: right;
padding-top: 40px;
font-size: 9px;
color: #999;
}

div#right img{
display: block;
margin-bottom: 3px;
}
div#right p.cred{
text-align: left;
}
h1{
margin: 30px 0px 10px 0px;
color:#004B80;
font-size: 25px;
font-weight: normal;
}
h2{
margin: 10px 0px 10px 0px;
font-size: 15px;
color:#7EAACC;
}
div#footer{
clear: both;
background-color: #7EAACC;
margin: 30px 20px 10px 20px;
padding: 1px 20px;
text-align: right;
}
div#footer, div#footer *{
font-size: 11px;
color: #fff;
text-decoration: none;
}
div#footer a:hover{
text-decoration: underline;
}
br.clear{
clear: both;
}
#main a,#right a,#right2 a{
color: #900;
}
#main a:hover,#right a:hover,#right2 a:hover{
color: #f00;
}
a.arrow{
font-weight: bold;
padding-left: 20px;
background-image: url('../pics/arrow.gif');
background-repeat: no-repeat;
background-position: left center;
}
a.arrow:hover{
background-image: url('../pics/arrow_h.gif');
}
