﻿body {
      background:#959594;
      font-family: arial;
      font-size:11pt;
      color:#0f0f0f;
      text-align:left;
       }


div {
     background:#ffffff;
     width:950px;
     margin:0px auto;
      }

div.top {
         background:#0d0d0d;
         width:950px;
         height:150px;
         margin:0px auto 0px auto;
         background-image:url(../images/top9.png);
          }

div.leftcol {
             position:absolute;
             background:#ffffff;
             width:270px;
             min-height:600px;
             float:left;
             margin-left:0px;
              }
 
div.rightcol { 
              position:relative;
              background:#ffffff;
              width:660px;
              min-height:600px;
              padding-left:0px;
              padding-right:0px;
              align:top;
              margin-left:270px;
              margin-top:30px;
               }       


h1 {font-size:16pt; font-weight:strong;}

h2 {font-size:14pt; font-weight:strong;}

h3 {font-size:12pt; font-weight:strong;}


p.one {border-top:10px; float:left;}

p.two {text-align:left; margin-left:40px; margin-top:40px; font-size:8pt;}

p.three {font-size:10pt; margin-top:1px;}
     

#bottom {
            position:relative;
            background-color:#0d0d0d;
            width:950px;
            height:75px;
            margin-left:0px;
            margin-top:0px;
            font-family:verdana;
            font-size:11pt;
            text-align:center;
            margin:0px;
            padding-top:10px;
            color:white;
            text-decoration:none;
             }   

       
#bottom a, a:visited {
          color:#ffffff;
          text-decoration:none;
          }


#bottom a:hover {
             color:#3399cc;
             text-decoration:none;     
             }
  


.col1 {
	width: 150px;
	float: left;
	margin: 40px 0px 0px 0px;
	padding: 0px 70px 0px 50px;
        font-family:verdana;
        font-size:12pt;
	}



#mainnav {
        margin: 0px;
        padding: 0px;
        width:160px; 
        font-weight:normal;
        }

#mainnav ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
        font-size:12pt;
        font-weight:normal;
	}

#mainnav li {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
        border-bottom: 1px solid #cccccc;
        font-weight:normal;
	}
	
#mainnav ul li a, a:visited {
	color: #0f0f0f;
	text-decoration: none;
        font-weight:normal;
	}

#mainnav ul li a:hover {
	color: #3399cc;
	text-decoration: none;
        font-weight:normal;
	}


