
html, body {
  margin: 0;
  padding: 0;
  height: 100%;  Required 
}

body {

background: #fff url(images/bg.gif) 0 0 repeat;
  font: .7em verdana;
  text-align: center;
  color: #333;
}

h1 {
  margin: 0;
  padding: 1em 0 .2em 0;
  font-size: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
		font-family: palatino, georgia, "Times New Roman", serif;
		}


 p {
margin: 0;
padding: 1em 0;
line-height: 1.5em;
font-family: verdana, arial , helvetica, sans-serif;
size: 12px;
}


#container-page {
  margin: 0 auto;
  width: 750px;
  background: #fff;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#container-head {
  background: #999;
}

#head {
  padding: 0;
}

#container-content {
  padding: 0 2em 40px 1em;
  

}

#container-foot {
  width: 100%;
  background: #749AA1;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 40px;
  color:#FFFFFF;
}

#foot {
  padding: 0 7em;
  line-height: 40px;
}


#leftbar {
		float: left;
		padding: 0px 0px 0px 1px;
		width: 135px; /* for IE5-Win */
		width: 135px;
		
		}
	#leftbar h2 {
		color: #B4834F;
		}
	
	#sidenav {
		/*margin: 10px 0;*/
		margin:  10px 0 2px 0;
		background: #F9F8F1;
		border-bottom: 1px solid #ccc;
		}
	#sidenav ul {
		margin: 0; 
		padding: 0; 
		border: 0;
		}
	#sidenav ul li {
		list-style: none; 
		list-style-image: none !important;
		background: #F9F8F1 url(images/nav_BG.gif) top repeat-x;
		border-top: 1px solid #fff;
		}
	#sidenav ul li a {
		width: 130px !important; 
		width: 130px; 
		text-decoration: none; 
		padding: 6px 15px 6px 14px; 
		color: #CD9F51; 
		display: block;  
		font-size: 12px !important; 
		font-weight:bolder !important;
		}
	#sidenav ul li a:hover {
		background: url(images/nav_BGHover.gif) left no-repeat;
		}
		
		.firsthead{
		border-top: 4px solid #CFDCDF;
		display: block;
		margin-top: 15px;
		font-weight:bolder;
		font-size:14px;
		color: #749AA1;
		padding-top: 6px;
		}
		
		.blockquote {
	margin: 10px 30px;
	padding: 10px;
	/*border: 1px solid #333;*/
	/*border-width: 0 0 0 8px;*/
	background: #fff url(images/quote.gif) no-repeat left top;
	}

.subhead
{
font-weight:bolder;
font-size:12px;
color: #749AA1;
border-bottom: 1px dashed #749AA1;
		}
