@charset "utf-8";
/* CSS Document */

body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #333;
background-color: #ccc;
margin: 0;
}

#page{
width: 760px;
background: url(../images/page_bg.png) repeat-y;
margin: 0 auto 0 auto;
padding: 0 17px 0 17px;
}

#header{
width: 760px;
height: 115px;
background: url(../images/header.png) no-repeat;
}

#nav{
height: 23px;
background-color: #ccc;
border-top: #19496F solid 1px;
border-bottom: #19496F solid 1px;
padding: 5px 5px 0 5px;
}

#nav ul{
list-style: none;
margin: 0;
padding: 0;
}

#nav ul li{
display: inline;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
color: #19496F;
}

#nav a{
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
color: #19496F;
}

#nav a:hover, #nav a:active{
color: #4D7596;
}

#content{
background: url(../images/bg.jpg) repeat-y;
padding: 5px;
}

h1{
font-family: Arial, Helvetica, sans-serif;
font-size: 16pt;
}

h2{
font-family: Arial, Helvetica, sans-serif;
font-size: 14pt;
}

h3{
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
}

#footer{
height: 23px;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
background-color: #ccc;
border-top: #19496F solid 1px;
border-bottom: #19496F solid 1px;
text-align: center;
padding: 6px 0 0 0;
margin: 20px 0;
}

#footer a{
color: #333;
}

