

html {
	padding-bottom: 15px;
	background-color: #f4f4de;
	padding: 0px;
	margin: 0px;
}
	
	body {
		margin:10px 10px 0px 10px;
		padding:0px;
		font-family: verdana; 
		background-color: #f4f4de;		
				
		/* fixes MAC - border shows about 15px*/
		/* of backgroundimage below last div*/
		/* if window is larger than content also*/
		/* place background-color in html above*/
		/* -fix by http://www.zeldman.com/press/discuss_css.html*/
		}


	#frame {
		width:640px;
		height: 630px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		background-color: #fafaef;
		border-top:1px solid #000;
		border-bottom:1px solid #000;
		border-left:1px solid #000;
		border-right:1px solid #000;
		}
		
	
	#leftcontent {
		width:146px;
		background:#eaeda1;
		border-right:1px solid #000;
	
		float: left;
		padding-top: 45px;
		height: 414px;
		
				}

	#centercontent {
	 	background-color: #fafaef;	
 		padding-bottom: 20px;
   	width:294px;
   	float: left;   
   	margin-top: -26px;
   	padding-left: 25px;
   	padding-right: 10px;
   	height: 414px;
   	   	
   	   		
   	}
		
	html>body #centercontent {
   		background-color: #fafaef;	
   		padding-right: 8px;
   		font-size: 11px;
			font-family: verdana;
 			color: black;			
 				 							
 			}

 			#secondary {
	 	background-color: #fafaef;	
 		padding-bottom: 20px;
   	width:450px;
   	float: left;   
   	margin-top: -26px;
   	padding-left: 25px;
   	padding-right: 10px;
   	height: 414px;
   	   	
   	   		
   	}
		
	html>body #secondary {
   		background-color: #fafaef;	
   		padding-right: 8px;
   		font-size: 11px;
			font-family: verdana;
 			color: black;			
 				 							
 			}

 			html>body #centercontent H1, H2, H3, {
	
    		margin-top: 0px;
  			 padding: 2px;
						}

					H1	{	
						font-family: Verdana, Arial, Helvetica, sans-serif;
						font-size:12px;
						font-weight:700;
						font-style:	normal;
						text-decoration:none;
						word-spacing:normal;
						letter-spacing:normal;
						text-transform:none;
						}	
							
					H2	{	
						font-family: Verdana, Arial, Helvetica, sans-serif;
						font-size:16px;
						font-weight:700;
						font-style:normal;
						text-decoration:none;
						word-spacing:normal;
						letter-spacing:normal;
						text-transform:none;
						color:#2d5490;
						}	
					
						H3	{	
						font-family: Verdana, Arial, Helvetica, sans-serif;
						font-size:12px;
						font-style:normal;
						color:#2d5490;
						}	
					

	#rightcontent {
	 	width: 157px;
	 	height: 556px;
   	right:10px;
		top:50px;
		background-color: #c3cfd4;
		width:155px;
		border-left:1px solid #000;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
				float: left;
		margin-top: -102px;
		
			
				}

		html>body #rightcontent {
   		background: #c3cfd4;	
   		font-size: 11px;
			font-family: verdana;
 			color: black;
		}

	
	#banner {
		background-image: url("/images/dove_2.jpg"); 
		background-repeat: no-repeat;
		height: 170px;
		position: static;
					}

					

	html>body #banner {
		height:170px;
				
		}

		
	p {
	font-size: 11px;
	font-family: verdana;
 	color: black;
}
		
	
		
	

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu {
width: 130px;
border: 1px solid #eaeda1;
background-color: #eaeda1;
border-bottom-width: 1px;
padding-left: 8px;


}

.wireframemenu ul{
list-style: none;
margin: 0;
padding: 0;

}

.wireframemenu ul li{
list-style: none;
padding: 0;
margin: 0;
font-size: 18px;
font-family: verdana;
}


.wireframemenu a{
font: 12px Verdana;
font-weight: 400;
display: block;
padding: 4px 3px;
width: 50px;
color: #2d5490;
text-decoration: none;
border-bottom: 1px solid #eaeda1;
}

.wireframemenu a:visited{
color: #2d5490;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #f8f9d7;
color: #2d5490;
}









