html,body {
      margin: 0;
      padding: 0;
      text-align: center;
      font-family:  Helvetica, Arial, Geneva, sans-serif;
      color: #FFF;
      font-size: 15px;
      background: #688897 url("images/border.gif") repeat-y center;
}
    
img { border: none; }
a { text-decoration: none; color: #ffb93f; font-weight: bold;}
a:hover { text-decoration: underline; color: #fca00e; }

/*---------- Divs ----------*/
#header {
      background: url("images/header.jpg") no-repeat center;
      height: 120px;
      width: 100%;
      margin: 0 auto;
}

#logo{
      padding-top: 30px;
      margin: 0 auto;
      width: 890px;
      voice-family: "\"}\""; 
      voice-family:inherit;
      width: 850px;
}
html>body #logo { width: 850px }  /* for opera */

#logo a:hover {
      text-decoration: none;
}

#logo a {
      float: left;
      background: url("images/logo.jpg") no-repeat 0px 0px;
      width: 317px;
      height: 85px;
}

#container {
      width: 890px;
      overflow: hidden;
      text-align: left;
      font: 100% Helvetica, Arial, Geneva, sans-serif;
      margin: 0px auto;
      border-top: 2px solid #FFB93F;
      border-bottom: 2px solid #FFB93F;
      background: #bcd2de url(images/sidebar.gif) repeat-y;;
        
}  
* html #container {
      overflow: visible;
}

#content{
      float: right;
      width: 690px;
      background: #224455 url(images/nav-edge.jpg) repeat-y;
      padding-bottom: 40px;
      min-height: 380px;
}
* html #content {height: 380px; overflow: visible;}

#maincontent {
      float: left;
      float: right;
      padding: 30px 20px 0px 20px;
      overflow: hidden;
      width: 450px;
      voice-family: "\"}\""; 
      voice-family:inherit;
      width: 410px; 
}



#rightdiv{
      padding-top: 30px;
      padding-right: 10px;
      float: right;
      width: 230px;
}

#rightdiv img{
      padding: 2px;
      border: 2px solid #ffb93f;
}

#news{
      width: 210px;
      margin: 0 auto;
}

/*---------- Navigation Menu ----------*/
#navcontainer {
      padding-top: 30px;
      padding-left: 15px;
      min-height: 380px;
      float: left;
      overflow: hidden;
      width: 180px;
}
* html #navcontainer {height: 380px; overflow: visible;}

.nav {
      width: 160px;
      position: relative;
      list-style-type: none;
      margin: 0px;
      padding: 0px;
            font-family: Helvetica, Arial, Geneva, sans-serif;
      font-size: 120%;
            }

.nav li {
      text-align: left;
      margin: 10px -2px;
      padding: 0;
      
}

.nav li a {
      border: 2px solid #224455;
      display: block;
      padding: 5px 0px 5px 10px;
      background: #5385a0 url("images/Link.gif") no-repeat 0px 0px;
      color: #FFF;
      font-weight: bold;
      text-decoration: none;
      width: 160px;
                    }

.nav li a:hover {
      background: #FFB93F url("images/Link2.gif") no-repeat 0px 0px;
      color: #224455;
      font-weight: bold;
      cursor: pointer;
}

/*---------- Footer ----------*/
#footer {
      height: 30px;
      margin: 0 auto;
      padding: 10px 0 10px 0;
      font-size: 80%;
      text-align: center;
      color: #FFF;
      width: 890px;
      background: #5385a0;
}

#footertextleft{
      margin-left: 5px;
      text-align: left;
      width: 640px;
      float: left;
}

#footertextright{
      margin-right: 10px;
      text-align: right;
      width: 225px;
      float: right;
}

/*---------- Headings ----------*/
h1 { 
      padding-top: 0;
      margin-top: 0;  
      font: 130% Helvetica, Arial, Geneva, sans-serif;       
      font-weight: bold;
      color: #bcd2de;
}

.mainheading{
      font-weight: bold;
      font-size: 175%;      
}

h2 {
      padding-top: 0px;
      margin-top: 0px;
      font: 110% arial;
      font-weight: bold;
      color: #bcd2de;
}

/*---------- Classes ----------*/
.underline{
      padding-bottom: 2px;
      width: 180px;
      border-bottom: 2px solid #FFB93F;
}

.subheading{
      font-weight: bold;
}

.submitbox{
      width: 215px;
      height: 72px;
      background: #5385a0 no-repeat 0px 0px;
      padding: 4px;
      text-align: left;
      border: 2px solid #FFB93F;
}

.submitbox p{
      margin-top: 2px;
      margin-bottom: 0px;
}

.linkbutton{
      height: 20px;
      font-size: 100%;
      background: #FFB93F;
      color: #000;
      border: none;
      padding: 0px 10px;
      font-weight: bold;
      border: 2px solid #224455;
}

#maincontent ul{
      list-style-image: url(images/bullet.png)
}

.advert{
      width: 155px;
      padding: 5px 0px 5px 10px;
      padding: 5px;
      background: #224455;
      border: 2px solid #ffb93f;
}

