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


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

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

 }
#navcontainer {
margin: 20px 20px 0 0px; 
padding-left:5px;;
width: 198px; 
float: left;
border: 0px solid green;
}

#navcontainer ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navcontainer a{
	text-align: left;
	display: block;
	padding: 7px 15px;
	border-bottom: 1px solid #fff;
	margin: 0px;
	height: 17px;
	font-size: 12px;
}
#navcontainer a:link, #navlist a:visited{
	color: #000;
	text-decoration: none;
}
#navcontainer a:hover{
	background-color: #e8e7e7;
	color: #cc9a2b;
}
 .edge {background:url('images/edge.gif') no-repeat; height: 40px; } 
#content {
   float: left;
   width: 938px;
   height: 360px;
   min-height: 360px;
   height: auto;
   margin: 0 0 0 5px;
   border: 0px solid blue;
   }
   
#innercontent {
float: right;
width: 680px;
margin: 15px 30px 0 0;
      padding: 0px;
	  font-size: 12px;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  text-align: justify;
	  color: #000066;	  
}
h1 {
   font-size: 16px;
   color: #cc9a2b;
   font-weight: bold;
   border-bottom: 1px dashed #999;
   text-align:left;
   margin-bottom: 3px;
}
h2 {
   color: #cc9a2b;
   font-size: 14px;
   font-weight: bold;
   margin-bottom: -14px;
}   
#footer {
   float: left;
   width: 943px;
   height: 51px;
   background: url('images/footer.gif') no-repeat center ;
   margin: 0px;
   padding: 0px 0 0px 0;
   border: 0px solid red;
   }

#foot-inner {
   margin: 1px 0 0 0;
   font-size: 12px;
   color:#CCCCCC;
   }
#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: 350px;
   margin: 0px 0 5px 0;
   padding: 0px;
   color: #000;

}
#right {
   float: right;
   width: 320px;
   margin: 0px;
   padding: 0 0 0 10px;
}
#right img {
   margin-bottom: 10px;
}
.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;
}
.leftsmall {
   float: left;
   width: 310px;
   margin: 0px 30px 5px 0;
   padding: 0px;
   color: #000;
   font-size: 10px;
}
.leftsmall ol{
   margin-left: 15px;
   padding: 0px;
}
/*--------------------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;}
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;}
	
	
	