/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
    	text-align: center;
	margin: 10px 0 10px 0;
	background-color: #cccccc;  /******* PAGE BACKGROUND COLOR *******/
	
	padding: 0;
  	font-size: 100%;
	}


#container { /************************************ THIS DIV IS THE MAIN CONTAINER *******/
	width: 400px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#header { /************************************ CONTAINS THE BANNER *******/
	height: 50px;
    	background-color: #636;
}


#content{	 
    	font-size: .8em; 
    	padding: 10px 20px 10px 20px;
    	background-color: #ffffff;
    	border-left: 30px solid #99cc00;
    	border-right: 30px solid #99cc00;
}

							
#footer {
	height: 60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .7em;  /* aht replaced .6em with .7em for readability */
	color: #ffffff;
	text-align:center;
	padding: 3px;
	background-color: #636;
}

#footer a:link,
#footer a:visited,
#footer a:active {
    color: #ffffff;
    text-decoration: underline;
    margin: 0;
    padding: 0;
    }
#footer a:hover {
    color: #ffffff;
    text-decoration: underline;
    }



a:link, a:visited, a:active {
	color: #0000FF;
	text-decoration: underline;
	}
a:hover {
	text-decoration: underline;
	}
	

h1 { font-family: Verdana, Arial, Helvetica, sans-serif; }
h2, h3, h4 { font-family:          Arial, Helvetica, sans-serif; }
	
h1 { font-size: 1.4em; 
color: #234701;}
h2 { font-size: 1.3em; 
color: #234701;}
h3 { font-size: 1.2em; 
color: #234701;}	
h4 { font-size: 1.1em;
color: #234701; } 

p {
    line-height: 1.3;
	}

.left {
	float: left;
}

.right {
	float: right;
}
