html, body {
background-color : #ffffff;
font-family : "Trebuchet MS",  Arial, helvetica, Verdana,   Georgia, Sans-serif;
color: #252525;
margin-left : 0;
margin : 0;
padding : 0;
line-height : 150%;

}

.h1
	{
	text-decoration: none;
	

	color: #598e92;
font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
padding-left: 0px;
padding-bottom: 6px;
margin-bottom: 10px;
border-bottom: 0px solid #fff;
margin-top: 10px;
text-align: left;
	font-size: 1.4em;
	}		

h1 {
  font-size: 1.1em;
   font-family: helvetica, arial, sans-serif;
  font-weight: normal;
  color: #666;
}

h2 {
  font-size: 1.2em;
  font-weight: normal;
  color: #4D636F;
  margin-bottom: 0px;
}

p, li {
  font-size: .8em;
}

.tiny {
  font-size: .8em;
}


h1, h2, p {
  margin: 1em 0;
}

#wrapper {
  width: 810px;

 float: center;
  min-height:600px;
height:auto !important;
  margin: 0 auto; 
  padding:0em;
  border: 0px solid red;
  
}




#header {
	
width:800px;
/*
background: #fff url(images/ccohen_head.jpg);
	background-position:center;
	background-repeat: no-repeat;
*/
	border-bottom: 0px solid #B8C2C8;
	height: 200px; 
	margin-top: 10px;
	 
	 border-left: 2px solid #c2d5d1;
	 border-top: 2px solid #c2d5d1;
	 border-right: 2px solid #c2d5d1;
	 
	
}


#content { 
  width: 800px; 
  min-height:400px;
  background-color : #fff;
  float: left;
  padding: 0px;
  margin-top: 0px; text-align: left;
   border-left: 2px solid #c2d5d1;
    border-right: 2px solid #c2d5d1;
}


#mainContent { 
width: 700px; 
margin-left: 40px;
margin-right: 20px;
  border: 0px solid red;
}

#mainContent p{ 

  margin-right: 6px;
  margin-bottom: 10px;
}


.mainBox { 
width: 650px; 

  border: 2px solid #c2d5d1;
}

#mainNav {

	width:800px; 
		min-height:40px; 
	
font-family: "Trebuchet MS", Verdana, Arial;
	text-align: right;
	line-height: 200%;

	font-size: 1.2em;
	margin-top: 0px;
	border-left: 2px solid #c2d5d1;
	
	 border-right: 2px solid #c2d5d1;
	  background-color : #cccccc;
	}
	

#menu1 {
  width:600px;
  
  padding:0; 
  text-align: right;
  margin:0 auto; 
  list-style-type:none;
  }
#menu1 li {
  float:left;
  width:200px;
  

  }
#menu1 a {
  /*display:block;*/
  width:200px;
  color: #666666;
  border-right: 0px solid #598e92;
 
 

  text-align:right; 
  padding:0px 0; 
  text-decoration:none; 
  float:left; 
  }
#menu1 a:hover {
 color: #fff; 
 
  }








#footer {
  background-color: #cccccc;
  width: 800px;

  margin-top: 0px;
  height: 40px;
  font-size: .9em;
  color: #fff;
  padding-top: 1px;
  border-left: 2px solid #c2d5d1;
   border-bottom: 2px solid #c2d5d1;
    border-right: 2px solid #c2d5d1;
   
    
  clear: both;
 
} 


.sig {
padding-left: 10px;
padding-top: 10px;
 
  font-size: .9em;
  color: #000;

 
} 

#footer2 {
  background: transparent;
/*  padding: 1px 20px;*/

  padding-right: 10px;
  height: 20px;
  font-size: .7em;
  color: #ADADAD; 
  font-family:helvetica, arial, sans-serif; 
  text-align: right;
  border: 0px solid red;
  clear: both;
 
} 

hr 

{color: #fff; background-color: #fff; border: 1px dotted #313363; border-style: none none dotted; clear:both}




input.txt {
  color: #00008B;
  background-color: #cccccc;
  border: 1px solid #4D636F;
  width: 200px;
}

input.box {
  color: #cccccc;
  background-color: #cccccc;
  border: 1px solid #4D636F;
  width: 200px;
  height: 100px;
}

  .btn {
  color: #000000;
  background-color: #cccccc;
  border: 1px outset #00008B;
  /*margin-left:11em;*/
  
}
  form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
 form p label {
  float: left;
  width: 50%;
  /*font: bold 0.7em Arial, Helvetica, sans-serif;*/
}







/***** Global Classes *****/
.clear { clear: both; }
.hide { display: none; }
.show { display: block; }
.float-left { float: left !important; }
.float-right { float: right !important; }
.image-left, .image-right { margin: 0 0 5px 0; } 
.image-left { float: left !important; margin-right: 15px; }
.image-right { float: right !important; margin-left: 1px; margin-right: 1px; }
.border { border: 1px solid #ADADAD; padding: 5px; margin: 2px; }
.align-left { text-align: left !important; }
.align-center { text-align: center !important; }
.align-right { text-align: right !important; }
.align-justify { text-align: justify !important; }
.align-middle { vertical-align: middle !important; }
.align-bottom { vertical-align: bottom !important; }
.hand { cursor: pointer; }
.auto-height { height: auto !important; }
.auto-width { width: auto !important; }








