html,body {
      margin: 0;
      padding: 0px;
      text-align: center;
      font-family: arial, Helvetica, sans-serif;
      font-size: 14px;
      background: url("images/home_03.gif");
}
    
a { color: #FFCC00; font-weight: bold;}
a:hover { color: #941617; font-weight:bold;}

/*---------- Divs ----------*/
#header {
      background: url("images/title.jpg") no-repeat;
      background-position:center;
      height: 160px;
      width: 900px;
      margin: 0 auto;
}

#container {
      width: 900px;
	  padding: 20px;
      overflow: hidden;
      text-align: left;
      margin: 0px auto;
      background: url("images/home_03.gif");

}  

* html #container {
      overflow: visible;
}

#content{
      float: left;
      width: 900px;
      background: #fff url(images/nav-edge.jpg) repeat-y;
      padding-bottom: 20px;
      min-height: 380px;
}
* html #content {height: 380px; overflow: visible;}

#maincontent {
      float: left;
      padding: 5px 10px 5px 60px;
      overflow: hidden;
	  color:#FFCC00;
      width: 600px;
      font-size: 18px;
      font-weight:bold;
      voice-family: "\"}\""; 
      voice-family:inherit; 
}

/*---------- Navigation Menu ----------*/
#navcontainer {
      padding-top: 15px;
      padding-left: 0px;
      min-height: 380px;
      float: left;
      width: 180px;

}
* html #navcontainer {height: 380px; overflow: visible;}

.nav {
      width: 180px;
      position: relative;
      list-style-type: none;
      margin: 0;
      padding: 0px;
      font-size: 16px;

}

.nav li {
      text-align: left;
      margin: 10px 5px;
      padding: 0;
      
}

.nav li a {
      border: 4px solid #FFCC00;
      display: compact; 
      padding: 8px 8px 8px 8px;
      background: url("images/home_03.gif");
      color: #FFCC00;
      font-weight: bold;
      text-decoration: none;
      width: 180px;
      voice-family: "\"}\""; 
      voice-family:inherit;
      width: 180px;

}

.nav li a:hover {
      border: 4px solid #941617; 
	  background: #FFCC00;
      color: #941617;
      font-weight: bold;
      cursor: pointer;
}

/*---------- Footer ----------*/
#footer {
      height: 30px;
      margin: 0 auto;
      padding: 5px 0px 5px 0px;
      font-size: 80%;
      text-align: center;
      color: #ffffff;
      width: 900px;
}

#footertextleft{
      margin-left: 10px;
      text-align: left;
      width: 450px;
      float: left;
}

#footertextright{
      margin-right: 10px;
      text-align: right;
      width: 350px;
      float: right;
}

/*---------- Headings ----------*/
h1 { 
      padding-top: 0;
      margin-top: 0;  
      font: 120% Arial;
      font-weight: bold;
      color: #005073;
}

.mainheading{
      font-weight: bold;
      font-size: 123%;      
}

h2 {
      padding-top: 0px;
      margin-top: 0px;
      font: 110% arial;
      font-weight: bold;
      color: #005073;
}

/*---------- Classes ----------*/
.underline{
      padding-bottom: 3px;
      width: 180px;
      border-bottom: 2px solid #005073;
}

.subheading{
      font-weight: bold;
}

.submitbox{
      width: 215px;
      background: #b8d1e4;
      padding: 5px;
      text-align: left;
      border: 1px solid #e5e5e5;
}

.submitbox p{
      margin-top: 3px;
      margin-bottom: 5px;
}

.linkbutton{
      height: 20px;
      font-size: 95%;
      background: #e5e5e5;
      color: #949494;
      border: none;
      padding: 3px 8px;
      font-weight: bold;
}

#maincontent ul{
      list-style-image: url(images/bullet.jpg)
}
#maincontent ol{
      list-style-image: url(images/check.jpg)
}

.advert{
      width: 160px;
      padding: 5px;
      background: #fff;
      border: 1px solid #c8c8c8;
}
