body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-top: 5px;
	color: #4b4b4b;
	font-size : 12px;
	background-color: #E6F5FE;
}

.top-header {
	font-size: 14px;
	color: #006400;
	font-style: italic;
	letter-spacing: 2px;
}

.side-copy {
	font-size: 10px;
	color: #006400;
	font-style: italic;
	line-height: 1;
}

h1 {
	font-size: 17px;
	text-transform : capitalize;
	letter-spacing: 2px;
	font-weight: bold;
	color: #006400;
	}

h2 {
	font-size: 12px;
	text-transform : capitalize;
	font-weight: bold;
	color: #006400;
	}


p {
	font-size : 12px;
	line-height: 20px;
}

a.nav {
	font-size: 13px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	display: block;
	background-color: #006400;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
a.nav:hover {
	color: black;
	display: block;
	background-color: #52AC0E;
}



ul.small-tick li.small-tick {
	list-style: disc url(images/small-tick.gif);
}
ul.big-tick li.big-tick {
padding-left: 25px;
background-image: url(images/tick.jpg);
background-repeat: no-repeat;
abackground-position: 0 .5em;
list-style-type: none;
font-size: 11px;
line-height: 20px;
}

.photoboxgreen { 
border: solid 1px green; 
padding: 5px;
}
.floatleft
{
float: left;
margin: 20px 20px 20px 0;
padding: 2px;
 border: 1px solid green;
}

.footer-text{
		font-size: 10px;
}		
		
a.footer {	
	color:#888888;
	text-decoration:none;
	font-size: 10px;
		}

a.footer:hover{	
		color: #6495ED;
		}

