@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;
	background-color: #221912;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 15px;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #99cccc;
	padding: 0;
	text-align: right;
	height: 80px;
	
}
.oneColFixCtrHdr #header img {
	float: left;
	margin-top: 13px;
	margin-left: 15px;
}


.oneColFixCtrHdr #header p {
	font-size: 8pt;
	padding: 0px;
	line-height: 140%;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333300;
}
.oneColFixCtrHdr #header  .firstLine   {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
	
a:link {
	color: #333300;
	text-decoration: underline;
}
a:visited {
	color: #333300;
	text-decoration: underline;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}




.oneColFixCtrHdr #navbar {
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #333300;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}


.oneColFixCtrHdr #navbar img{
	border: 0px none #FFFFFF;
	float: left;
	padding-top: 7px;
	padding-right: 17px;
	padding-bottom: 7px;
	padding-left: 17px;
}


.oneColFixCtrHdr #mainContent {
	padding: 0;
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 0px;
	background-image: url(graphics/tablet.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.oneColFixCtrHdr #container #mainContent img {
	float: right;
}


.oneColFixCtrHdr #mainContent h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #990000;
	margin-left: 45px;
}

.oneColFixCtrHdr #mainContent p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333300;
	margin-right: 20px;
	margin-left: 45px;

}

.oneColFixCtrHdr #container #mainContent li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	list-style-type: square;
	margin-right: 0px;
	color: #333300;
	margin-left: 20px;
}


.oneColFixCtrHdr #container #mainContent #samples td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	vertical-align: top;
	line-height: 140%;
	border: 1px solid #333300;
	color: #333300;
}
.oneColFixCtrHdr #container #mainContent #samples th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333300;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.oneColFixCtrHdr #footer {
	width: 780px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #221912;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
}
