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


body {
   margin: 0px;
   padding: 40px 0 0 0;
   font-family:Arial;
   background-color: #001b36;
   }
#wrapper {
   margin: 0 auto;
   width: 965px;
   height: 580px;
   min-height: 580px;
   height: auto;
   background: url('images/bck.gif') repeat-y ;
}
#header {
   float: left;
   width: 965px;
   height: 184px;
   margin: 0px;
   padding: 0px;
   background: url('images/header1.gif') no-repeat;
}
#spacer     {
background: url('images/header2.gif') no-repeat;
width: 965px; 
height: 133px; 
border: 0px solid red; 
padding-left: 0px;
}
.dotted {
   background: url('images/dotted.gif') repeat-y top left;
      border: 0px solid #FF0000;
}
#topmenu {
   float: left;
   margin: 8px 0 0 0px;
   padding: 0px;
   width: 953px;
   height: 40px;
   border: 0px solid #000;
   clear:both;
   }  
#topmenu ul{
   margin: 0px;
   padding: 0 0px 6px 8px;
   list-style: none;
}
#topmenu li{
   float: left;
}
#topmenu a {
   float: left;
   border: none;
   display: block;
   text-decoration: none;
   padding: 0 11px 15px 11px;
   _padding: 0 11px 10px 11px;
   color: #fff; 
   font-size: 12px;
   font-weight: normal;
   height: 17px;
   line-height: 30px;
   border: 0px solid #fff;
   } 
#topmenu a:hover {
   background-color: #012444;
   color: #fff;
    /*border-bottom: 2px solid #fff;*/
	
} 
#topmenu img {
   border: none;
 } 
 .edge {background:url('images/edge.gif') no-repeat; height: 40px; } 
#content {
   float: left;
   width: 945px;
   height: 370px;
   min-height: 370px;
   height: auto;
   margin: 0 0 0 10px;
   border: 0px solid blue;
   background:url('images/back.gif') no-repeat 0 50px; 
}
#innercontent {
   padding: 10px 10px 15px 10px;
   font-size: 14px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-align: justify;
   color: #fff;	  
}
h1 {
   font-size: 16px;
   color: #ccc;
   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: 965px;
   height: 27px;
   background: url('images/footer.gif') no-repeat ;
   margin: 0px;
   padding: 0px 0 0px 0;
   border: 0px solid red;
   }

#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: 480px;
   margin: 0px 0 5px 0;
   padding: 0px;
   color: #fff;
   border: 0px solid green;
}
#right {
   float: right;
   width: 422px;
   margin: 0px;
   padding: 0 0 0 0px;
   color: #fff;
   border: 0px solid red;
}
DIV#right.loading { background: transparent url('js/loading_image.gif') no-repeat center center;}
.left img {
   margin: 0 0 10px 0;
}
#right img {
   margin: 0 0 10px 0;
}
.left ul{
   float: left;
   margin-left: 15px;
   padding: 0px;
}
.dotline{
   background: url('images/dotline.gif') repeat-x;
   width: 418px;
   height: 4px;
   text-align: center;
   border: 0px solid green;
}
.photoright {
   float: right;
   margin: 0 10px 10px 10px;
   padding: 0px;
 }
/*--------------------form-----------------*/

label { width: 10em; float: left; font-size:12px; }
label.error { float: left; color: #0c81f7;  vertical-align: top; width: 70%; padding-left: 10em; font-size:12px;}
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: #fff;}
textarea {border: 1px solid #ccc;}
input {border: 1px solid #ccc;}
form {border: none;}
	
div#content a {
	color: #FFF;
	text-decoration: none;
}

div#content a:hover {
	text-decoration: underline;
}
	
