html,body {
margin-top:0px;
      margin: 0;
      padding: 0;
      text-align: center;
      font-family: arial, Helvetica, sans-serif;
      font-size: 14px;
      background:url("images/bg-1.gif") center fixed ;
}
    
img { border: none; }
a { text-decoration: none; color: #2965a6; font-weight: bold;}
a:hover { text-decoration: underline; color: #fca00e; }

/*---------- Divs ----------*/
#header {
	height: auto;
	margin: 0 auto;
}

#logo{
	padding-top: 10px;
	margin: 0 auto;
	width: 890px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 890px;
}
html>body #logo {
	height: auto;
}  /* for opera */

#logo a:hover {
      text-decoration: none;
}

#logo a {
	width: 317px;
	height: auto;
}

#container {
	width: 890px;
	overflow: hidden;
	text-align: left;
	font: 80% Tahoma, Helvetica, sans-serif;
	margin: 0px auto;
	border-top: 3px solid #6fb2e6;
	border-bottom: 3px solid #ffb93f;
	background: #e5e5e5;
}  
* html #container {
      overflow: visible;
}

#content{
      float: right;
      width: 690px;
      background: #fff 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: 5px 5px 0px 5px;
	overflow: hidden;
	width: 450px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 430px;
}



#rightdiv{
      padding-top: 30px;
      float: right;
      width: 230px;
}

#rightdiv img{
      padding: 1px;
      border: 1px solid #6fb2e6;
}

#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: 170px;
      position: relative;
      list-style-type: none;
      margin: 0;
      padding: 0px;
      font-size: 105%;
}

.nav li {
      text-align: left;
      margin: 3px 1px;
      padding: 0;
      
}

.nav li a {
      border: 1px solid #52a3e2;
      display: block;
      padding: 4px 0 4px 10px;
      background: #6fb2e6;
      color: #e5ffff;
      font-weight: bold;
      text-decoration: none;
      width: 170px;
      voice-family: "\"}\""; 
      voice-family:inherit;
      width: 160px; 
}

.nav li a:hover {
      background: #ffb93f;
      color: #949494;
      font-weight: bold;
      cursor: pointer;
}

/*---------- Footer ----------*/
#footer {
      height: 30px;
      margin: 0 auto;
      padding: 10px 0 10px 0;
      font-size: 80%;
      text-align: center;
      color: #6a6666;
      width: 890px;
      background: #fff;
}

#footertextleft{
	margin-left: 10px;
	text-align: left;
	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: #5c94bf;
}

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

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

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

.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: 5px;
	font-weight: bold;
}

#maincontent ul{
	list-style-image: url(images/bullet.png);
	margin: 0px;
	;
	padding: 0px 0px 2px 15px;
}

.advert{
      width: 160px;
      padding: 5px;
      background: #fff;
      border: 1px solid #c8c8c8;
}
/*------------------User Menu----------------------- */

.user {
      width: auto;
      position: relative;
      list-style:none;
      margin: 0;
      padding: 0px;
      font-size: 105%;
	  
}

.user li {
      text-align: left;
      margin: 2px;
      padding: 0;
      float:left;
	  list-style:none;
}

.user li a {
      border: 1px solid #52a3e2;
      display: block;
      color: #e5ffff;
      font-weight: bold;
      text-decoration: none;
      list-style:none;  
	  background:#6fb2e6;
	  padding: 4px 4px 4px 10px;
}

.user li a:hover {
      background: #ffb93f;
      color: #949494;
      font-weight: bold;
      cursor: pointer;
}

/*Example CSS for demo ticker*/

#ajaxticker1{
width: 100%;
height: 22px;
border: 1px ridge #2787B7;
padding-top: 2px;
background-color: #E3F1F9;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #E3F1F9;
}

#ajaxticker1 a
{
padding-left:5px;

text-decoration:none;
color:#000000;
font: Tahoma 10px;
font-weight:100;
}

#ajaxticker2{
width: 160px;
height: 20px;
border: 1px ridge #2787B7;
padding: 2px;
background-color: #E3F1F9;
}

#ajaxticker2 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #E3F1F9;
}

#ajaxticker2 a
{
padding-left:5px;
text-decoration:none;
color:#268ABF;
font: Tahoma 10px;
font-weight:100;
}
.style3 {
	color: #AD281A;
	font-weight: bold;
}
