@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #333;
	background-color: #FFF;
	
	padding-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding:0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin:0px;
	
}
#main {
	background-color: #FFF;
	background-repeat: no-repeat;
	border: 0px solid;
}
#main .content {
	line-height: 24px;  
	padding-top: 5px;
	padding-right: 5px; 
	padding-bottom: 5px;
	padding-left: 5px;
}

h1 {
	font-size: 50px;
	margin: 30px 0 0;
	padding-left: 0px;
	font-weight: bold;
	text-align: center;
	letter-spacing: normal;
	color: #063;
	
	
}
h2 {
	font-size: 26px;
	margin: 10px 0 0 0;
	color: red;
	color:#FFF;
	font-weight: bold;
	text-align: center;
}
p {
	margin:8px;
}

.header{
	margin-top: 0px;
	/*background-color: #FFC;*/
	background-color:#215F21; 
	padding: 1px 0;
		/* important -- need to have some padding on the top to keep the object at the very top of the page,
		padding: 10px 0;  means: top & bottom 10px, left & right 0px */
	border-top-color:#069836;
	border-top-width:6px;
	border-top-style:solid;
}
.footer{
	background-color:#215F21; 
	color:#FFF;
	border-top-color:#069836;
	border-top-width:8px;
	border-top-style:solid;

}





/* ~~ new classes ~~ */
.italize{
	font-style: italic;	
}
#main  .button a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	background-color:#069836;
	/*background-color: #215F21;069836; 090*/
	color: #FF0;
	display: inline-block;	/* display: block;  this gives the link block properties causing it to fill the whole DIV containing it. This causes the entire area to react to a mouse click. */
	margin-left:10px;
	padding:1px;
	
	/*
	background-color: #78a5cf;
	padding:5px;
	margin:10px;
	*/
}
#main .button a:hover {
	background-color: #FB3D38;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-left:10px;
	padding:1px;
	text-decoration: none;
	display: inline-block;	
	
}
.text_align_center {
	text-align: center;
}

.img_border {
	border: 4px solid #FB3D38;
}
.img_centered  /* this must be applied to the element that contains the image, eg p, div  */
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
	
.img_indented  /* this must be applied to the element that contains the image, eg p, div  */
    {
    margin-left:100px;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
	
.section_1{
	font-size:20px;
	text-align:center;
	color:#FFF;
	/*background-color:#090;  069836;  */
	background-color: #215F21;
	padding-top:4px;
	padding-bottom:2px;
	
	border-top-color:#069836;
	border-top-width:6px;
	border-top-style:solid;
	
	border-bottom-color:#069836;
	border-bottom-width:1px;
	border-bottom-style:solid;

}

.highlight_red {
	color: #FB3D38;
}
	