/* CSS Document */

* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}

body {
   background: #999999;
   color: #000000; 
   text-align: center;
   font-family: lucida, arial, helvetica, sans-serif;
}

p {
   margin-bottom: 10px;
   line-height: 19px;
   font-size: 80%;
}

#content a, a:link, a:visited {
   color: #0498E0;
   text-decoration: none;
   font-weight: bold;
}

#content a:hover {
    text-decoration: underline;
}

#content a:active, a:focus {
   text-decoration: none;
   color: #0498E0;
}  


#container {
   position: relative; 
   margin: 0 auto;
   width: 700px;
   text-align: left;
   background: #FFFFFF;
}

#content {
color: #666666;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin: 5px 0px 5px 0px;
padding:20px;
width:450px;
min-height:500px;
}

#footer {
   clear: both;
   text-align: center; 
   font-size: 70%;
   margin-top: 20px;
   border-top: solid #ccc 1px;
   padding-top: 20px;
   padding-bottom:10px;
   color: #666666;
}

/* links */

#nav{
   clear: both; 
   height: 30px;
   padding-top: 7px;
   margin-bottom: 20px;
   margin-top: 5px;
}

#nav li a:hover {
   color: #fff;
   background: #0498E0;
   border: solid #FFF 1px;
}

#nav ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   text-align: center;
}

#nav ul li {
   display: inline;
}

#nav li a { 
   text-decoration: none; 
   padding: 5px;
   color: #fff;
   background: #2C80A8;
   border: solid #0499E0 1px;
}

#secondarycontent
{
position: relative;
width: 200px;
float: right;
font-family:Arial, Helvetica, sans-serif;
}

#secondarycontent h3
{
position: relative;
top: 4px;
font-size: 16px;
line-height: 25px;
color: #2C80A8;
letter-spacing: -1px;
padding: 0px 10px 10px 10px;

}

#secondarycontent .contents
{
padding: 0px 10px 0px 10px;
margin-bottom: 20px;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:170%;}
