body {
	margin: 0; 
	padding: 0; 
	background: #fff url(/styles/images/body-repeat.gif) top left repeat; 
	font: 81.25%/1.4  Verdana, Arial, Tahoma, Lucida sans-serif;
}

body, html {height: 100%;} /* 100% Height Fix */
html>body #container {height: auto;} /* Mozilla Height Fix */
  
p{
	text-indent: 20px;
	font-family: verdana;
	font-size: 10pt;
}
  


a {
color:#7AB422; 
text-decoration: none;
}
a:visited{
text-decoration: none;
}
a:hover {
color:#999;
text-decoration: underline;
}
  
 


h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Georgia, serif;
	margin: 0;
	padding: 0;
}
h1 {
margin: 10px 0 0 0; 
border-bottom: 1px solid #ccc; 
font-size: 1.7em; 
color: #7AB422;
}

h4 {
width: 150px; 
border-bottom: 1px solid #ccc; 
color: #666; 
font-size: 1.1em;  
margin: 10px 0 0 8px;
padding-bottom: 2px;
}
    
    
    
   


#container {
	position:relative; 
	width: 766px; 
	height: 100%; 
	min-height: 100%; 
	margin: 0 auto; 
	background: url(/styles/images/container-repeat.gif) repeat-y top left;
}


	
#header {
	position: relative;
	width: 766px; 
	height: 273px; 
	background: url(/styles/images/header-no-flash.jpg) no-repeat top center;
}

.no-flash {
	padding-top: 2px;
	margin: 0 90px 0 60px;
}




#content {
float: left; 
position: relative; 
left: 40px;
width: 630px; 
margin: 20px 0 0 0;
padding: 0 20px 70px 30px;
text-align: left;
color: #333; 
}


#content p {
font-size: 1em; 
padding:0;
margin: 10px 0 10px 0;
}








.sidebar {
float: left; 
width: 200px;  
margin: 40px 10px 0 50px;
}

.sidebar ul {
margin: 5px 0 0 5px; 
padding: 0;
padding-bottom: 30px; 
list-style: none;
}

.sidebar li {
font-size: .9em; 
margin: 3px 0 0 0; 
padding: 0 0 0 5px; 
list-style: none; 
}







.footer {
position: absolute;
bottom: 0;
width:766px; 
height: 35px;
background: url(/styles/images/footer.gif) top center no-repeat;  
}
.footerIn{
margin: 12px 0 0 25px;  
width:690px;
font-size: .8em; 
color: #999; 
text-align: center;
}
     
     
