@charset "utf-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: center;
	color: #000000;
}

.oneColElsCtrHdr #container {
	width: 580px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.oneColElsCtrHdr #header {
	width: 561px;
} 
.oneColElsCtrHdr #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 */
}
.oneColElsCtrHdr #Content {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 7px;
}
.oneColElsCtrHdr #footer {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.copyrigth {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #999999;
}
a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 8px;
	color: #DFDFDF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #006699;
}

a.copy {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 8px;
	color: #E8E8E8;
}
a.copy:link {
	text-decoration: none;
}
a.copy:visited {
	text-decoration: none;
}
a.copy:hover {
	text-decoration: none;
	color: #999999;
}
a.copy:active {
	text-decoration: none;
	color: #CCCCCC;
}
s
.oneColElsCtrHdr #bodynova {
	width: 580px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#base {
	width: 561px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColElsCtrHdr #bodynova2 {
	width: 591px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#footernova {
	width: 561px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
