html, body {
background-color : #4D5FAB;
font-family :  Trebuchet, Arial, Verdana, "Trebuchet MS",   Georgia, Sans-serif;


margin : 0;
padding : 0;
font-size : .9em;
line-height : 150%;

}



h1 {
  font-size: 1.8em;
  font-weight: normal;
  color: #2E7F47;
  padding-top: 10px;
  margin-bottom: 0px;
}

h2 {
  font-size: 1.4em;
  font-weight: normal;

  color: #313363;
  padding-top: 10px;
  margin-bottom: 2px;
}

h3 {
  font-size: 1.5em;
  font-weight: normal;
   
  color: #343399;
  margin-bottom: 0px;
}


/*

p, li {
  margin: 1em;

}
*/



hr 

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


#wrapper {
  width: 800px;
   background-color: #fff;
 float: center;
 text-align: left;

  margin: 10px auto; 
  padding:0px;
  border: 12px solid #929DCF;
  
}



#header {
	
background: #4D5FAB url(images/jillhughes_head.jpg);
	background-position:center right;
	background-repeat: no-repeat;

	border-bottom: 0px solid #5271AA;
	height: 220px; 
	margin-top: 10px;
	  border: 0px solid red;
}




#content { 
  width: 800px; 
  float: right;
  border: 0px solid red;
}


#mainContent { 
  width: 590px; 
  margin-right: .8em; 
    margin-left: 1em; 
    
     min-height:600px;
height:auto !important;
  float: left; 
  border-right: 0px solid #B8C2C8;
}











#navigation {
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 0px solid #ED9F9F;
	margin: .7em;
}
#navigation li a:link, #navigation li a:visited  {
	display: block;
	padding: 4px 4px 4px 0.5em;
	border-left: 12px solid #929DCF;
	border-right: 0px solid #711515;
	background-color: #333B50;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #82AB4A;
	color: #333B50;
	font-weight: bold;
}







#secondaryContent { 

  width: 180px;
  /* background-color: #B8C2C8;*/
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right; 
 
  border-left: 1px solid #929DCF;

  margin-top: 10px;
  text-align: center;
} 

#secondaryContent h2 {
  font-size: 1.6em;
  margin: 0;
}

#secondaryContent p {
  font-size: 1.5em;
  color: #153937;
  line-height: 150%;
}

#footer {
  background-color:#4D5FAB;
  padding: 10px 10px;

  height: 20px;
  font-size: 12px;
  color: #fff;
  border: 0px solid red;
  clear: both;
 } 


#wrapper2 {
  width: 800px;
    background: transparent;
 float: center;
text-align: right;
font-size: .9em;
  margin: 10px auto; 
  padding:0px;
  border: 0px solid #929DCF;
  
}



.table {

width: 550px;
border : 1px solid #2E7F47;
vertical-align: top;
}

 .table td {
 
 font-family: Arial,Verdana,Sans-serif;
	
padding-bottom : 4px;

vertical-align: top;
}

.tr {
border-top: 1px solid #D16299;
border-bottom: 1px solid #D16299;
vertical-align: top;
font-size: 1.2em;
color: #D16299;
font-weight: bold;
}




.hilite {
color: #333B50;
font-weight: bold;

	
	}

.sig a:link, .sig a:visited, .sig a:hover, a:active {
text-decoration : none;
color : #fff;
background-color : transparent;
}

.image {  margin-left: 0px; margin-right: 2px; margin-bottom: 10px }
.image-border { border: 1px solid #7899B8; padding: 4px; }



/* The Contact form
================================= */

input.txt {
  color: #00008B;
  background-color:  #CBD0C;
border: 1px solid #5271AA;
  width: 150px;
}

input.box {
  color: #00008B;
  background-color:  #CBD0C;
border: 1px solid #5271AA;
  width: 150px;
  height: 100px;
}


textarea {
  color: #00008B;
  background-color:  #CBD0C;
border: 1px solid #5271AA;
  /*width: 200px;*/
}


  .btn {
  color: #000000;
  background-color: #CBD0C;
  border: 1px outset #4D636F;
  /*margin-left:11em;*/
  
}

.btn2 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 9px;
background-color : transparent;
text-decoration : none;
text-align : center;
color : #ffffff;
border : 0 solid #010065;
}0



  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;*/
}













