body {
	color: #999999;
	font-size: 87.5%; /* Base font size: 14px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.429;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
.body {
	clear: both; 
	margin: 0 auto; 
	width: 80%;
}
.body img{
		width:100%;
		max-width: 320px;
	}


h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {
	font-size: 0.95em;
	font-weight: normal;
		line-height: 1.1;
	margin-bottom: .1em;
	color: #666666;
}		/* 14px */

h5 {font-size: 1.143em;}/* 16px */
h6 {
	font-size: 0.85em;
	font-weight: normal;
	line-height: 1.9;
	margin-bottom: .1em;
	color: #666666;
	font-style: normal;
}		/* 14px */

h7 {
	font-size: 2.85em;
	font-weight: normal;
	line-height: 1.9;
	margin-bottom: .1em;
	color: #66ccff;
	font-style: normal;
}


h2, h3, h5{
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em;
}

.mainHeader nav {
	background: #FFFFFF;
	font-size: 1.143em;
	height: 120%;
line-height: 160%;
	margin: 10px auto 10px auto;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	
.mainHeader nav li {
		margin-left: 0 auto;
		width: 100%;
	}

.mainHeader nav ul {
	list-style: none; 
	margin: 0 auto;
	padding-left: 0;
}

.mainHeader nav ul li {
	list-style: none; 
	margin: 0 auto;
	float: none;
	display: inline;
}
	
.mainHeader nav a:link, .mainHeader nav a:visited {
	color: #CCCCCC;
	display: inline-block;
line-height: 160%;
	padding: 2px 23px;
	text-decoration: none;
}
.mainHeader nav .mainHeader nav a:active,
.mainHeader nav .active a:link, .mainHeader nav .active a:visited {
	background-color: #FFFFFF;
	color: #666666;
	text-shadow: none;
	font-weight: normal;
}
	
.mainHeader nav li a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.mainHeader img {
	width: 40%;
	margin-top: 20px;
		margin-bottom: 20px;
	/*margin: 3% 0;*/
}


a[href^="mailto"]:link{style="text-decoration: underline; color: #00CCFF;}
a[href^="mailto"]:active{style="text-decoration: underline; color: #FF99FF;}

   
ul {
   list-style:none;
   padding-left: 0;
}

.content {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}









   
   

@media only screen and (min-width : 150px) and (max-width : 780px)
{
	.body {
		clear: both; 
		margin: 0 auto; 
		width: 90%;
		font-size: 90%;
	}
	
		.body img{
		width:100%;
		max-width: 320px;
	}
	.mainHeader nav {
		background: #FFFFFF;
		font-size: 0.72em;
		height: 120%;
line-height: 160%;
		margin-bottom: 0;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}	
		
	.mainHeader nav ul {
		list-style: none; 
		margin: 0 auto;
		padding-left: 0;
	}
	
	.mainHeader nav li {
		margin-left: 0 auto;
		width: 100%;
	}
	
	.mainHeader nav a:link, .mainHeader nav a:visited {
		color:  #CCCCCC;
		display: inline-block;
line-height: 160%;
		padding: 2px 0;
		text-decoration: none;
	}
	
	.mainHeader nav a:active,
	.mainHeader nav .active a:link, .mainHeader nav .active a:visited {
		background-color: #FFFFFF;
		color: #999999;
		text-shadow: none;
	}
		
	.mainHeader nav li a {
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
			
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
.mainHeader img {
		width: 70%;
			margin-top: 10px;
				margin-bottom: 20px;
		/*margin-bottom: 3%;*/
	}
	
	.content {
		width: 100%;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
	}
	
	}
