@charset "utf-8";
/* CSS Document */


body  {
	font-family: 'Dosis', sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

}


h1 {
	font-weight: normal;
	color: #669933;
	font-size: 150%;
	font-weight:bold;
	margin-top:0px;
}

h2 {
	text-align: left;
	font-weight: normal;
	color: #006633;
	font-size: 150%;
}

h3 {
	font-weight: normal;
	color: #333333;
	font-size: 130%;
	font-style:normal;
	font-weight:bold;
}

h4 {
	font-weight: normal;
	color: #006666;
	font-size: 100%;
	font-weight:bold;
	font-style:normal;
		
}


p {
	font-weight: normal;
	color: #333333;
	font-size: 120%;

}


p#1 {
	font-weight: normal;
	color: #336633;
	font-size: 100%;
}

p2 {
	font-weight: normal;
	color: #666666; 
	font-style:italic;
	font-size: 80%;
	font-weight:bold;
}

p3 {
	font-weight: normal;
	color: #000000;
	font-size: 100%;
	padding: 5px 5px 5px 5px;
	
	
	
	
}

p4 {
	color: #666666;
	font-size: 80%;
	font-weight:bold;
	text-align:center;
	
}

p5 {
	font-weight: normal;
	color: #666666;
	font-size: 90%;
	font-style:italic;

}

p6 {
	font-weight: normal;
	color: #666666;
	font-size: 90%;
	font-style:italic;	
		
}

pb {
	font-weight: bold;
	color: #000000;
	font-size: 130%;
}	




#picbox {
	width: 820px;
	float:left;
	
	padding-left:0px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:15px;
	border: 1px solid #006633;
	
}


#pholder {
	width: 550px;
	float:left;	
	
	

}

#picbox1 {
	width: 820px;
	
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:20px;
	
}

#picbox2 {
	width: 535px;
	float:none;
	padding-top:15px;
	padding-bottom:15px;
	
}

#picbox3 {
	width: 230px;
	padding-top:15px;
	padding-bottom:15px;
	border: 1px solid #006633;
	margin-left:2px;
	padding-left:10px;
	padding-right:10px;
	margin-top:30px;
	

}

#picbox4 {
	width: 780px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	background:#ffffff;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;		
	
	

}


ul {list-style: none; 
	font-size:120%;
	font-weight:bold;
	color:#333333;
	
	

	
}

i {
	font-size:80%;
	color:#666666;	

	
}

.error {color: #FF0000;}


	
.pquote {
	font-weight: normal;
	font-style:italic;
	font-size:100%;
	color: #666666;
	font-size: 100%;
}	

.twoColFixRtHdr #container {
	width: 820px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	border:#333333;
	border-width:medium;
	padding-top:20px;
	font-family: 'Dosis', sans-serif;
} 
.twoColFixRtHdr #header {
	background-color: #FFFFFF;
	font-family: 'Dosis', sans-serif;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 225px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: 'Dosis', sans-serif;
	margin-top:0px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 275px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;	
	font-family: 'Dosis', sans-serif;
} 
.twoColFixRtHdr #footer {
	width:820px;
	text-align:center;
	background-color: #FFFFFF;
	font-family: 'Dosis', sans-serif;
	
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #66CC99;
	text-decoration: none;
	font:bold;
	
}
a:visited {
	color: #990000;
}

a:hover {
	color: #FF9933;
}

fieldset {
border: 1px solid #006633;


}

legend {
	background-color: #669933;
	border: 1px solid #006633;
	padding: 20px 10px 20px 20px;
	text-align:left;
	
}


input[type=radio] {
  display: inline;
  margin-bottom:10px;
}

input  {
	font-size: 100%;
	padding: 5px 5px 5px 5px;
	margin-bottom:10px;
	background-color: #669933;
	
	
}

textarea {
	width:160px;
	font-size: 100%;
	padding: 5px 5px 5px 5px;
	margin-bottom:10px;
	background-color:#669933;
}

option {
width:160px;
font-size: 100%;
padding: 5px 5px 5px 5px;
margin-bottom:10px;
background-color:#FFFFCC;
}

rabox {
width:50px;
font-size: 100%;
padding: 5px 5px 5px 5px;
margin-bottom:10px;

}

label {padding-right:20px;
		display:block;
}


select {width:90%;
		margin: 10px 0 10px 0;
 
}



h1, h2, h3, h4, p, li, td {  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJBQkFGRUZFOTIyMTFFMEJDRDNEQzkxOTVGOTNBODAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJBQkFGRjBFOTIyMTFFMEJDRDNEQzkxOTVGOTNBODAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MkFCQUZFREU5MjIxMUUwQkNEM0RDOTE5NUY5M0E4MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MkFCQUZFRUU5MjIxMUUwQkNEM0RDOTE5NUY5M0E4MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtrV+I8AAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC',sizingMethod=crop); zoom: 1;


}
 
