/* Default CCSTheme */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: #0d3d70;
}
.archHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* text-align: left;  this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #ffffff; 
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #e6ded8;
}
.oneColFixCtrHdr #footer {
	padding: 0 ; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ccc2b7;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
.siteinfo{
	clear: both;
	font-size: 65%;
	background: #0d3d70;
	color: #ffffff;
	padding: 10px 10px 10px 10px;
	text-align: right;
}
.siteinfolink{
	text-decoration: none;
	color: #ffffff;
}
.siteinfolink #visited{
	color: #ffffff;
}
.sitetext{
	clear: both;
	font-size: 80%;
	color: ##0d3d70;
	padding: 4px 4px 4px 4px;
	text-align: left;
}
.sitetextheader{
	clear: both;
	font-size: 85%;
	font-weight:500;
	color: #5e433a;
	padding: 4px 4px 4px 4px;
	text-align: left;
}
.inventorytext{
	clear: both;
	color: ##0d3d70;
	padding: 4px 4px 4px 4px;
	text-align: left;
	border-bottom: 1px solid #0d3d70; 
	border-right: 1px solid #0d3d70;
}
.inventorytable{
	clear: both;
	font-size: 80%;
	color: ##0d3d70;
	padding: 4px 4px 4px 4px;
	text-align: left;
}
.salesinfoT {
	border-top: 1px solid #0d3d70;
	background-color: #ffffff; 
	color: #0d3d70; 
	font-size: 85%;
	text-align: left;
}
.salesinfoB {
	border-bottom: 1px solid #0d3d70; 
	background-color: #ffffff; 
	color: #0d3d70; 
	font-size: 85%;
}
.contentbox {
	color: #3f3f3f; 
	text-align: left;
	border-right: 1px solid #0d3d70;
	border-left: 1px solid #0d3d70;	
	border-bottom: 1px solid #0d3d70;
	border-top: 1px solid #0d3d70;
}
.contenttext {
	color: #515151; 
	font-size: 85%;
	text-align: justify;
	padding-left: 2px;
	padding-right: 2px;
}
.contenttextblueback {
	color: #ffffff; 
	font-size: 85%;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	background-color: 0d3d70;
}
.imgtop { 
	z-index: 2; 
} 
.imgbottom { 
	z-index: 1;
	background-repeat: no-repeat;
} 