body {
	/*text-align: center - centers the web page for IE only*/
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	line-height: 17px;
	color: #000000;
	margin: 2px 0 0 0;
	background-color: #336633;
	padding: 0;
}
/*
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #336633; 
}
*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}
.header {
	color: #336633;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
}
/* Page Layout */
#container {
	width: 756px;
	background-color: #FFFFFF;
	/*following centers the web page for browsers other then IE - margin: 0 auto; */
	margin: 0 auto;
	padding: 0;
	text-align: left;
/* white background image for all pages except inventory & beams */	
	background-image: url(images/bgtxtrblueprintb.jpg);
	background-repeat: repeat-y;
}
#banner {
	margin: 0;
	background-color: #336633;
	/*background-image: url(images/banner.jpg);*/
	/*background-repeat: no-repeat;*/
	height: 115px;
	text-align: left;
	width: 756px;
}
#sidebar {
	float: left; 
	height: 385px;
	width: 182px;
	margin: 0 0 0 0;
	padding: 0px;
	background-image: url(images/bgnavleft2.jpg);
	background-repeat: no-repeat; 
	text-align: left;
}
/* Content in white area begins here, including page title */
#content {
	margin: 14px 15px 15px 200px;
	text-align: left;
	padding: 0;
}
#content tr{
	vertical-align: top;
	/*
	line-height: 17px;
	*/
}
#content td {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*Opera does not like this
	width: auto;
	*/
}
.textlinks {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
	line-height: 20px;
	/*
	color: #336633;
	*/
}
.textlinks a:link {
	color: #336633;
	text-decoration: underline;
	font-size: 12px; 
}
.textlinks a:visited {
	color: #336633;
	text-decoration: underline;
	font-size: 12px;
}
.textlinks a:active {
	color: #336633;
	text-decoration: underline;
	font-size: 12px;
}
.textlinks a:hover {
   color: #FFFFFF;  
   text-decoration: none;
   font-size: 12px;
   background-color: #336633;
}
/*set to clear both columns or floats*/
#footer{
	clear: both;
	width: 756px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	margin: 0;
	height: 73px;
	text-align: center;
}
.copyright{
	color: #336633;
	font-size: 12px;
	padding: 15px 0 0 0;
	font-weight: bold;
	line-height: 15px;
}
a:link { 
	color: #336633;
	text-decoration: underline;
	font-size: 13px; 
}
a:visited {
   color: #336633;
	text-decoration: underline;
	font-size: 13px;
}
a:active {
   color: #336633;
	text-decoration: underline;
	font-size: 13px;
}
a:hover {
   color: #FFFFFF;  
   text-decoration: none;
   font-size: 13px;
   background-color: #336633;
}
/* Text navigation on daughter page side bar begins here: */
/* Structural element used only once so better declared as a div not a class*/
#navsub {
	margin: 23px 0 0 0;
	text-align: center;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#navsub a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
}
#navsub a:visited {
   color: #FFFFFF;
	text-decoration: none;
	font-size: 13px; 
}
#navsub a:active {
    color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
}
#navsub a:hover {
    color: #336633;
	text-decoration: none;
	font-size: 13px;
	background-color: #FFFFFF;
}
.navstatic {
	color: #336633;
	background-color: #FFFFFF;
	font-size: 13px;
}
/*
a.navstatic:link { 
    color: #336633;
	text-decoration: none;
	font-size: 13px;
	background-color: #FFFFFF;
}
a.navstatic:visited {
    color: #336633;
	text-decoration: none;
	font-size: 13px;
	background-color: #FFFFFF;
}
a.navstatic:active {
    color: #336633;
	text-decoration: none;
	font-size: 13px;
	background-color: #FFFFFF;
}
a.navstatic:hover {
    color: #336633;
	text-decoration: none;
	font-size: 13px;
	background-color: #FFFFFF;
}
*/
.copyright a:link {
	color: #336633;
	text-decoration: none;
	font-size: 12px; 
}
.copyright a:visited {
    color: #336633;
	text-decoration: none;
	font-size: 12px;
}
.copyright a:active {
    color: #336633;
	text-decoration: none;
	font-size: 12px;
}
.copyright a:hover {
    color: #FFFFFF;
    text-decoration: underline;
	font-size: 12px;
	background-color: #336633;
}
.sitemapbox {
	border: 1px solid #CCCCCC;
	margin: 0;
	padding: 10px 5px 10px 10px;
}
.bold13black {
    font-weight: bold;
}
.red13 {
	color: #FF0000;
}


