
/***********************************************************************/
/*********************** Clear browser defaults ************************/
/***********************************************************************/

html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

p, th, td, dd, dt, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
	margin: 0;
	padding: 0;
	font: normal normal normal 13px Arial, Helvetica, sans-serif;
}

body{
	background-color: #c2f8e3;	
	font-family: arial;
}

.header{
	text-align: right;
	display: block;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	width: 860px;
	z-index: 100;
	border: 0px solid black;
}

.strip{
	background-color: white;
	height: 15px;
	margin-top: -16px;
	border-top: 1px dotted #1cb27b;
	border-bottom: 1px dotted #1cb27b;
	z-index: 0;
}

.navigation{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 945px;
	padding-top: 5px;
	padding-left: 40px;
	height: 50px;
	border: 0px solid black;
}

.navBox{
	width: 175px;
	height: 60px;
	float: left;
	margin-right: 10px;
	text-align: left;
	color: #1cb27b;
	border: 0px solid black;
}

.navBoxHeader{
	font-size: 20px;
}

.navBoxBody{
	font-size: 12px;
}

.navImage{
	margin-right: 5px;
}

.content{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	width: 860px;
	text-align: justify;
	font-size: 14px;
	background-color: white;
	border: 0px solid #1cb27b;
	line-height: 150%;
}

.screenshot{
	margin-left: 15px;	
	border: 1px solid #1cb27b;
}

.footer{
	display: block;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	color: #1cb27b;
	font-size: 12px;
	width: 120px;	
	border: 0px solid black;
}

a{
	font-size: 14px;	
	color: #1cb27b;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;	
}

a.footerLink{
	color: #1cb27b;
	font-size: 12px;
	text-decoration: none;
}

a.footerLink:hover{
	text-decoration: underline;	
}

a.navBox{
	color: #1cb27b;
	font-size: 26px;
}

a.nav{
	color: #1cb27b;
	font-size: 20px;
	font-family: arial;
	margin-right: 15px;
	/*font-weight: bold;*/
	text-decoration: none;
}

a.nav:hover{
	text-decoration: underline;
}

a.nav:active{
}

a.nav:visited{
}

h3{
	color: #1b9163;
	font-weight: bold;
}

.bullets{
	margin:0 0 0 1.5em;
	padding:0;
	/*font: normal normal normal 13px Arial, Helvetica, sans-serif;*/
	line-height: 150%;
}
