html, body
{
  background-color : #DAD9D6;
  margin-top : 0px;
  margin-bottom : 0px;
  height:100%;
 }
 


*
{
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration:none;
		color:#036A66
}
a:hover {
	text-decoration: underline;
		color:#FF7F00
}
.intro
{
 
  margin-left : auto;
  margin-right : auto;
  background-color: #333333;
  text-align : center;
	
}
#bgContainer
{
   width : 911px;	
	background-image : url(../Images/bg_body2.gif);
	background-repeat : repeat-y;
	margin-left: auto;
	margin-right: auto;
	height:704px;
	
}
#container
{
	width: 779px;
    margin-left: auto;
	margin-right: auto;
	height:100%;
}

#topImage
{
	float:left;
}

#header
{
	background-color: #ffffff;
	height: 97px;
	border-bottom: 1px solid Black;
}

#header div
{
	float : left;
   padding-left: 10px;
   padding-top : 10px;
  }
  
 #header h1
 {
	margin : 0px;
} 
  
 #logo
 {
  float : left; 
  margin-left : -4px;
  margin-top :-10px;
}   

div#navcontainer 
{
	background-color : transparent;
	margin: 0px;
	
}


ul#navcontainer 
{
	
	margin: 0px;
	list-style-type: none;
    float: left;	
    width:774px;
	background-color: #3C4032;
	text-align: center;
	padding-left:5px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
}

 ul#navcontainer li
{
	display : inline;
	font-size: 12px;
}

 ul#navcontainer a
{
	float: left;
	color: #D3CFC7;
	padding: 3.3em;
	text-decoration: none;
	padding-top:5px;
	padding-bottom:5px;
	font-weight : bold;

}

ul#navcontainer  li a:hover
 {
 color : #000000;
 }



#leftpane
{
	float: left;
	border-top: 1px solid Black;
	height: 100%;
	background-color: #3C4032;
} 

#leftpane div
{
	background-color: #3C4032;
}

#mainpane
{
	float: right;
	background-color: #ffffff;
	width: 659px;
	border-top: 1px solid Black;
	height:704px;
	text-align:center;
	

}


#mainpane div
{
	margin-left : 15px;
	margin-right: 10px;
	margin-top : 0px;
	font-size: 75%;
}

.formcontainer
{
	width:600px;
	background-color : #ffffff;
}

.formcontainer label
{	
	width:90px;
	float : left;
	text-align: right;
	margin-right: 6px;
	
}

.formcontainer ul
{
	margin-left: 0px;
	margin-bottom: 5px;
	list-style : none;
	
}

.formcontainer ul li
{
	margin-top: 8px;
   
}

input
 {
	background-color: #DAD9D6;
 }

textarea
 {
	background-color: #DAD9D6;
 }

#aap
{
	float : left;
}

 #nurse
 {
 float : left;	
}

#ach
{
 float : left;
}

#matt
{
	float : right;
}

#imdha
{
 clear : left;
 margin-top : 10px;
}
#footer
{
	text-align: center;
	font-size: x-small;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

h2 {
color:#036A66;
}

h4 { color:#036A66;}






