@charset "UTF-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #003333;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.container {
	width: 760px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	margin-top: 0px;}
.header {
	background-color: #CC66CC;
}
.header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.mainContent {
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
}
.footer {
	background-image: url(images/EMF-Neutralizer-footer.jpg);
	height: 157px;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
.nav {
	background-image: url(images/bg_nav.gif);
	height: 20px;
	text-align: right;
	padding-right: 20px;
	color: #78aab3;
	padding-top: 2px;
	background-repeat: no-repeat;
}
.nav a {
	color: #78aab3;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
}
.nav a:hover {
	color: #FFFFFF;
	background-color: #78aab3;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 1px;
	padding-left: 8px;
}
.footerContent {
	padding-right: 10px;
	padding-left: 10px;
	color: #333333;
	font-size: 10px;
	padding-top: 130px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #78aab3;
}
h2 {
	color: #78aab3;
	font-size: 14px;
}

