@charset "UTF-8";
/* CSS Document */


body {
   margin: 0px;
   padding: 40px 0 0 0;
   font-family:Arial;
   background: url('../images/pat.gif') top #fff;
   }
#wrapper {
   margin: 0 auto;
   width: 792px;
   height: 580px;
   min-height: 580px;
   height: auto;
   background: url('../images/bck.gif') repeat-y  ;
   }
#header {
   float: left;
   width: 792px;
   height: 170px;
   margin: 0px;
   padding: 0px;
   background: url('../images/header.gif') center;
}
.dotted {

   background: url('../images/dotted.gif') repeat-y top left;
      border: 0px solid #FF0000;

   }
#topmenu {
   float: left;
   margin: 0 0 0 10px;
   padding: 0px;
   width: 773px;
   height: 40px;
   /*background: url('images/menu-new.gif') no-repeat left;*/
   background: url('../images/menu-bck.gif') repeat-x  ;
   border: 0px solid #000;
   }  
#topmenu ul{
   
   margin: 0px;
   padding: 0 15px 6px 15px;
   list-style: none;
}
#topmenu li{
   float: left;
}
#topmenu a {
   float: left;
   border: none;
   display: block;
   text-decoration: none;
   padding: 0 10px 9px 10px;
   color: #fff; 
   font-size: 12px;
   font-weight: bold;
   height: 20px;
   line-height: 41px;
    border: 0px solid #fff;
   } 
#topmenu a:hover {
   color: #000;
    /*border-bottom: 2px solid #fff;*/
	
} 
#topmenu img {
   border: none;
 } 
 .edge {background:url('../images/edge.gif') no-repeat; height: 40px; } 
#content {
   float: left;
   width: 775px;
   height: 360px;
   min-height: 360px;
   height: auto;
   margin: 0 0 0 10px;
   border: 0px solid blue;
   }
   
#innercontent {
      padding: 10px 15px 15px 15px;
	  font-size: 12px;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  text-align: justify;
	  color: #000066;	  
}
h1 {
   font-size: 16px;
   color: #666666;
   font-weight: bold;
   border-bottom: 0px solid #000;
   width: 300px;
   text-align:left;
   margin-bottom: 3px;
}
h2 {
   color: #c29511;
   font-size: 14px;
   font-weight: bold;
   margin-bottom: -14px;
}   
#footer {
   float: left;
   width: 792px;
   height: 58px;
   background: url('../images/footer.gif') no-repeat center  ;
   margin: 0px;
   padding: 0px 0 0px 0;
   border: 0px solid red;
   }

#foot-inner {
   margin: 8px 0 0 0;
   font-size: 12px;
   color:#CCCCCC;
   text-align:center;
   }
#logo {
   color: #fff;
   font-size: 10px;
   padding-top: 0px;
   margin: 0px;
}
#logo img, #logo a{
   text-decoration:none;
   color:#fff;
   border: none;
}
.left {
   float: left;
   width: 418px;
   margin: 0px 0 5px 0;
   padding: 0px;
   color: #000;

}
#right {
   float: right;
   width: 300px;
   margin: 0px;
   padding: 0 0 0 0px;
   text-align:center;
}
#right img {
   margin: 0 0 10px 0;
}
.left ul{
   margin-left: 15px;
   padding: 0px;
}
.dotline {
   background: url('../images/dotline.gif') repeat-x;
   width: 500px;
   height: 4px;
   text-align: center;
   border: 0px solid green;
}
/*--------------------form-----------------*/

label { width: 10em; float: left; font-size:12px; }
label.error { float: left; color: red;  vertical-align: top; width: 70%; padding-left: 10em; font-size:12px;}
form p { clear: both; }
.submit { margin: 0 0 10px 120px; position: relative; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }
fieldset {margin-left: 0; width: 400px; text-align: left; float: left; border: 0px solid black; padding: 0px;}
#formtext{color: #000;}
textarea {border: 1px solid #ccc;}
input {border: 1px solid #ccc;}
form {border: none;}
	
	
	