html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
	background-color: #CCCCCC;
	color: #000000;
	margin: 0 auto;
	text-align: center;
	font: helvetica, sans serif;
}
#wrapper {
	width: 800px;
	height: 500px;
	margin: 0 auto;
	text-align: center;
	border: 1px;
	border-color: #000000;
}
#header {
	background-image: url(images/headerBKGD.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 800px;
	height: 80px;
}
#headerContent {
	margin: 10px 0 0 15px;
	text-align: left;
}
#footer {
	margin: 0 auto;
	width: 800px;
	height: 75px;
	text-align: center;
}
p {  
	font-family: Geneva, Arial, Helvetica, san-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 14px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; color: #000000; 
	text-decoration: none
}


h1 {  
	font-family: Geneva, Arial, Helvetica, san-serif; 
	font-size: 14px; 
	font-style: normal; 
	line-height: 16px; 
	font-weight: normal; 
	font-variant: normal;  
	color: #00000
}

h2 { 
	font-family: Geneva, Arial, Helvetica, san-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 16px; 
	font-weight: bold; 
	font-variant: normal;  
	color: #000000;
	} 

h3 {  
	font-family: Geneva, Arial, Helvetica, san-serif; 
	font-size: 10px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #FFFFFF; 
}
#container {
	margin: 0;
	text-align: center;
}
#webSample {
	background-image: url(images/waterMark.gif);
	width: 780px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 10px;
}

.smcaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	line-height: 1.65em;
	font-weight: normal;
	color: #FFFFFF;
}

.bodyCopy {  
	font-family: Geneva, Arial, Helvetica, san-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 14px; 
	font-weight: normal; 
	font-variant: normal;  
	color: #000000; 
}
.consrLogo {
	margin-left: 30px;
	width: 119px;
	height: 400px;
	float: right;
	margin-right: 300px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#footer a:link {
	color: #666666;
	text-decoration: underline;
}
#footer a:visited {
	color: #999999;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF9900;
	text-decoration: none;
}
#footer a:active {
	text-decoration: underline;
}

#footer {
	color: #000000;
	width: 800px;
}
#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: 99cc99;
}
.floatRt {
	float: right;
}
.floatLft {
	float: left;
}

