body {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  background: #0e0fbb;
}

.container {
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
width: 768px;
padding-bottom: 40px;
}




/* Main content area */
.content {
background: url(images/middlegrad.gif) repeat-y;
padding-top: 195px;
padding-left: 10px;
padding-right: 10px;
position: relative;
width: 768px;
overflow: hidden;
}



/* Upper navigation */

.top {
background: url(images/topgrad.gif) no-repeat;
height: 150px;
}

#topnav {
position:absolute;
top: 30px;
left: 295px;
color: white;
margin: 0;
padding: 5px;
text-align: center;
overflow:hidden;
}

#topnav a {
  color: white;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#topnav a:hover {
  color: #0100FF;
  text-decoration: none;
}

.navbutton {
width: 88px;
height: 56px;
float:left;
background: url(images/buttongrad.gif) no-repeat;
padding-top: 16px;

}


a img {border: none; }

/* Left Side */

.leftside {
position:relative;
left: 0px;
margin-top: -170px;
float:left;
width: 220px;
border-right: 1px solid #EEEBEB;
}

#leftmenu {
position:relative;
margin: 0 7px;
}

#leftmenu a{

font-size: 13px;
color: #302F2F;
font-weight: bold;
text-decoration: none;
background-color: transparent;
}

#leftmenu li {
margin: 0;
padding-left: 5px;
border-bottom: 1px solid #EEEBEB;
}

#leftmenu ul {
list-style: none;
line-height: 35px;
margin-top: 2px;
margin-left: 10px;
padding-left: 0;
}

#leftmenu a:hover{
color: #0100FF;
}

#leftbottom {
position:relative;
width: 200px;
padding-top: 15px;
}

#leftbottom img {
margin-left: auto;
margin-right: auto;
display: block;
padding-top: 20px;
}

#leftbottom p {
text-align: center;
font-size: 13px;
padding: 5px;
font-weight: bold;
}



/* Right section */

#heading {
position: absolute;
margin-top: -170px;
padding-bottom: 20px;
}

.headingback {
background: url(images/headingback.gif) repeat-x;
width: 470px;
height: 26px;
color: #FFFFFF;
padding-left: 20px;
line-height: 26px;
font-size: 14px;
font-weight: bold;
}


h1 {
position:relative;
top: -18px;
left: 0;
padding:0;
font-weight: bold;
font-size: 15px;
display: inline;
}


.rightcontent {
margin-left: 240px;
margin-right: 15px;
position: relative;
padding-right:20px;
}

.noheading {
margin-top: -180px;
}


.rightcontent p {
font-size: 13px;
line-height: 20px;
}

.bottomsponsor {
padding-top: 300px;
height: 100px;
background: url(images/cycle.gif) no-repeat;
background-position: 200px 250px;
}



/* Footer */
.footer {
background: url(images/bottomgrad.gif) no-repeat;
height: 86px;
margin-top: 0px;
}

.bottomtext {
text-align: center;
color: #FFFFFF;
}

/* Form */

.forms {

width: 450px;
position: relative;
}

fieldset {
width: 400px;
margin-left: auto;
margin-right:auto;
border: none;
         }
label { 
position : relative;
width : 150px;
display : block;
margin-top: 20px;
padding-left: 10px;
      }
label input {
position : absolute;
left: 100%;
top: 0px;
width: 230px;
     } 
label select {
position : absolute;
left : 100%;
top : 0px;
width : 234px;
} 

textarea {
width: 380px;
height: 100px;
display: block;
}

.buttons {
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
}
.small label {
width: 180px;
font-size: 12px;
text-align: left;
line-height: 20px;
}


.forms br { display : none; } 

.news {
border-bottom: 1px solid #000000;
width:480px;
padding: 5px;
overflow:hidden;
position:relative;
}

#leftnews {
border-top: 1px solid #EEEBEB;
margin-top: 40px;
}

.leftnewsrow {
border-bottom: 1px solid #EEEBEB;
padding: 5px;
margin-top: 10px;
padding-bottom: 10px;
}



.leftnewsheader {
background: url(images/headingbacknews.gif) repeat-x;
width: 200px;
height: 20px;
color: #FFFFFF;
margin-left: 1px;
padding-left: 20px;
line-height: 20px;
font-size: 14px;
font-weight: bold;
}