body 	{
		background-color : #f5eeda ;
		color : #2a2922;
		font-family: "Times New Roman", Times, serif;
		font-size : 9pt;
	}

A:link	{
		color : #2a2922 ;
		font-family: "Times New Roman", Times, serif;
		font-size : 9pt ;		
		text-decoration: none ;
	}

A:visited {
		color : #2a2922 ;
		font-family: "Times New Roman", Times, serif;
		font-size : 9pt ;		
		text-decoration: none ;
	}

A:hover {
		color : #CC6633 ;
		font-family: "Times New Roman", Times, serif;
		font-size : 9pt ;		
		text-decoration: none ;
	}	

table	{
		color : black;
		font-family: "Times New Roman", Times, serif;
		font-size : 9pt;
				
	}


.txtMenu	{
		color : white;
		font-family: "Times New Roman", Times, serif;
		font-size : 7pt ;
		font-weight : bold ;
		text-align: center;
	}

.txtLeftBox {
		color : white;
		font-family: "Times New Roman", Times, serif;
		font-size : 9pt ;
		text-decoration: none ;
		
	}

.txtLeftBox:Link {
		color : white;
		font-family: "Times New Roman", Times, serif;
		font-size : 9pt ;
		text-decoration: none ;
		
	}


.txtLeftBox:Visited {
		color : white;
		font-family: "Times New Roman", Times, serif;
		font-size : 9pt ;
		text-decoration: none ;
		
	}

.txtLeftBox:Hover {
		color : red;
		font-family: "Times New Roman", Times, serif;
		font-size : 9pt ;
		
		
	}


.txtTitle {
		color : #2a2922;
		font-family: "Times New Roman", Times, serif;
		font-size : 12pt ;
		font-weight : bold ;
		
	}
	
.txtSubTitle {
		color : #2a2922;
		font-family: "Times New Roman", Times, serif;
		font-size : 12pt ;
		
	}

.tblContent {
		background-color : white ;
		padding-left: 5px;
		padding-right: 5px;
	}

.txtContact {
		color : black;
		font-family: "Times New Roman", Times, serif;
		font-size : 11pt ;	
		text-align: center;
		font-weight : bold ;
		padding-top: 5px;
		
	}

.txtCopyright {
		color : black;
		font-family: "Times New Roman", Times, serif;
		font-size : 8pt ;	
		text-align: center;
		
	}
.boxTitleLeft, .boxTitleRight {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #2a2922;
	height: 15px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left: 5px;
}
.boxContentLeft, .boxContentRight {
	border: 1px solid #000000;
	background-color: #f5eeda;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.boxContentLeft a:link {
	color: #2a2922;
}
.boxContentLeft a:visited {
	color: #2a2922;
}

.colLeft {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 570px;
	float: left;
}
.colRight {
	position: relative;
	width: 0px; 
	padding-left: 0px;
	right: 0px;
	float: right;
}
.boxContent {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 568px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 387px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}