.largeContainer { 
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #036;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.largeContainer #container { 
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;	
} 
.largeContainer #header { 
	background: #fff; 
	padding: 0px;  /* 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. */
	
} 
.largeContainer #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: 25px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #036;
	font: Arial, Helvetica, sans-serif;
	font-size: 30px;
	
}
.largeContainer #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 145px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 0px 15px;
}
.largeContainer #mainContent { 
	margin: 0px 0px 0px 160px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.largeContainer #mainContent #home { 	
	padding: 25px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.largeContainer #footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#eaeaeb;
	margin: 0px;
} 
.largeContainer #footer p {	
	text-align: center;
	padding: 15px 0px;
	margin: 0px;
  font: 11px Arial, Helvetica, sans-serif;
	color: #666;
	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
		
body{
	margin: 0 auto;
	padding: 0;
	background-color: #036;	
	font: 12px/14px Arial, Helvetica, sans-serif;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	text-align: left;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:200;
	line-height: 17px;
	color: #333;
	text-align: left;
}
.text2bold {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc3300;
	font-size: 13px;
	font-weight:800;
	line-height: 17px;	
	text-align: left;
}

.textSm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 14px;
	text-align:left;
}
.hmpg {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #036;
}

.style4 {
	color: #756C5E;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	clear: both;
}
.piecetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
}
h1 {
	color: #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	clear: both;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC3300;	
	margin-left: 0px;
	text-align: left;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;	
	clear: both;
	}
	
table, td {
	vertical-align: top;
	text-align:left;
}
table.purchase, p{
	font-weight:normal;	
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333;	
}

table.purchase, td {
	vertical-align: top;	
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #036;
	font-weight:bold;
	text-align: ;
}

a.link:link,  a.link:visited, a.link:active {
	font: 11px Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	color: #0033cc;	
	text-decoration:underline;	
}
a.link:hover {
	font: 11px Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	color: #000000;	
	text-decoration: underline;	
}
a.footerlink:link,  a.footerlink:visited, a.footerlink:active {
	font: 12px/18px Arial, Helvetica, sans-serif;	
	color: #6D6E70;	
	text-decoration:none	
}
a.footerlink:hover {
	font: 12px/18px Arial, Helvetica, sans-serif;	
	color: #ffffff;	
	text-decoration: underline	
}

.background {
background-color:#fff;
}

a.page:link,  a.page:visited, a.page:active {
	font: 14px Arial, Helvetica, sans-serif;			
		color: #990000;
		font-weight: bold;
	text-decoration:underline;
}
a.page:hover {
	font: 14px Arial, Helvetica, sans-serif;	
	color: #333;	
	font-weight: bolder;
	text-decoration: underline;
}


a.red:link,  a.red:visited, a.red:active {
	font: 10px/18px Arial, Helvetica, sans-serif;	
		padding-top: 10px 0px 0px 0px;	
		color: #990000;
	text-decoration:none	
}
a.red:hover {
	font: 10px/18px Arial, Helvetica, sans-serif;	
	padding-top: 10px 0px 0px 0px;	
	color: #cc0000;	
	text-decoration: underline	
}


a.detail:link,  a.detail:visited, a.detail:active {
	font: 10px/18px Arial, Helvetica, sans-serif;			
		color: #666;
	text-decoration:underline	
}
a.detail:hover {
	font: 10px/18px Arial, Helvetica, sans-serif;	
	color: #333;	
	text-decoration: underline	
}


td.pic {
padding: 12px 0px;
valign: bottom;
color:#F00;
font-size:smaller;

}




img.logo{
	float: left;
	margin: 0px;
	
}

#navigation {
float: left;

 width: 200px;
  height:400px;
	margin: 10px 0px;		
	background-color: #fff;	
	border: 0px;				
	padding: 20px 5px 20px 5px;
}			

.nav {
 font: 12px/15px Arial, Helvetica, sans-serif;
	color: #22449a;	
}
.nav3 {
 font: 12px/15px Arial, Helvetica, sans-serif;
	color: #22449a;	
	font-weight: bold;
}
.nav4 {
 font: 12px/15px Arial, Helvetica, sans-serif;
	color: #cc3300;
	font-weight: bold;
}

 a.nav:link, a.nav:visited, a.nav:active {
 font: 12px/16px Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
} 
 a.nav:hover {
font: 12px/16px Arial, Helvetica, sans-serif;
color: #cc6600;
text-decoration: underline;
font-weight: bold;
}			
			
 a.nav2:link, a.nav2:visited, a.nav2:active {
 font: 12px/16px Arial, Helvetica, sans-serif;
	color: #22449a;	
	text-decoration: none;
	font-weight: bold;
} 
 a.nav2:hover {
color: #cc6600;
text-decoration: underline;
font-weight: bold;
}	

.redTitle {
	padding-top: 10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;	
}
.redTitleHeader {
	padding-top: 10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;	
}
.headerHm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
}
