html, body {
   background: #EFE6C9;
   color: #00477F;
   font-family:"Bookman Old Style", "Times New Roman", Times, serif;
}

a:link, a:visited {
   color: #000000;
   text-decoration:underline;
}

a:hover {
   color:#CC0000;
   text-decoration:underline;
}

a:active {
   color:#FF0000;
   text-decoration:underline;
}

.link {
   color: #000000;
   text-decoration:underline;
}

.addtocarttext {
	color:#AAAADD;
	font-family:"Bookman Old Style", "Times New Roman", Times, serif;
	font-style:italic;
	text-decoration:underline;	
	font-weight:bold;
}

/*
#content p:first-letter {
	font-size:larger; 
	font-weight:bold; 
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
}
*/

#content h1:first-letter {
	font-size:200%; 
	font-weight:bold; 
	font-family:"Monotype Corsiva", "Times New Roman", Times, serif;
}

.content h1 {
	font-family:"Bookman Old Style", "Times New Roman", Times, serif;
}

.content table {
	background-color:#EFE6C9;
	text-align:center;
}

.mytable {
	text-align:center;
}

/* Divisions */
.content {
	position: absolute;
	top: 110px;
	left: 21%;
	z-index:2;
	padding:15px;
	height:485px;
	width:70%;
	overflow:auto;
	
	background-color:#EFE6C9;
	color:#00477F;
	font-family:"Bookman Old Style", "Times New Roman", Times, serif;
	font-size:large;
	line-height:115%; 
	margin-left:15px;
        vertical-align:baseline;

	border-color:#00477F;
	border-style:solid;
	border-width: 5px;
}

.top_navigation {
	position:absolute;
	top: 0px;
	left: 0px;
	height:60px;
	width:100%;
/*	background-color:#80745E; */
/*	color:#EFE6C9;  */
	background-color:#DBBDA3;
	color:#00477F;
/*	color:#80745E; */
	
	text-align:center;
	font-family:"Bookman Old Style", "Times New Roman", Times, serif;
	font-weight:bold;
/*	font-size:36px; */
	font-size:2em; 
	line-height:75%

}

.top_navigation img {
	float:left;
}

.pca_logo img {
	float:right;
}

.div_bar {
	position:absolute;
	top: 60px;
	left: 0%;
	height:60px;
	width:100%;
	
	background-color:#EFE6C9;
	background-image:url(/images/bar.png);
	background-repeat:repeat-x;
}

.navigation {
	position:absolute;
	top: 110px;
	left: 0px;
	height:100%;
	width:21%;
	font-weight:bold;
	z-index:1;
	padding-left:15px;
	
	background-color:#EFE6C9; 
	background-image:url(/images/top_nav_bg.gif);
	background-repeat:repeat-x;
	color:#A0BAB1;
	font-family:"Bookman Old Style", "Times New Roman", Times, serif;
}

.navigation a:link, .navigation a:visited {
	color:#A0BAB1;
	text-decoration:none;
}

.navigation a:hover {
	color:#EFE6C9;
	text-decoration:none;
}

.navigation img {
	border: 0px solid #000000; 
}

.noborder_img img {
	border: 0px solid #000000; 
}

.validate  {
	position:absolute;
	text-align: center;
	width: 80%;
	top: 665px;
	left: 21%;

	background-color:#EFE6C9;
}

.validate img {
	border: 0px solid #000000; 
}

.copyright {
	position:absolute;
	text-align: center;
	width: 80%;
	top: 718px;
	left: 21%;

	background-color:#EFE6C9;
	font-size:xx-small;
	text-align:center; 
}

.product_image {
	float:left;
	padding-left:20px;
	padding-right:20px;
}

.nobr { white-space: nowrap; }

