/* SUBPAGES CSS */

#rightColumn #header {
	background:url(/images/header_bg.jpg) left top no-repeat;
	width: 610px;
	height: 55px;
	margin-left: 5px;
}
#rightColumn #header h1 {
	color: #203864;
	font-size: 21px;
	font-family: Arial, sans-serif;
	padding: 15px;
}
#rightColumn #content {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 20px;
}

#rightColumn #content a {
	color:#0000FF;
	text-decoration: none;
}
#rightColumn #content a:hover {
	text-decoration:underline;
}
#rightColumn #content a.red {
	color: #b00a12;
}
#rightColumn #content p {	
}

#rightColumn #content h3 {
	color: #000080;
	font-size: 14px;	
}
#rightColumn #content h2 {
	color: #000080;
	font-size: 18px;	
}
#content li {
	list-style-image:url(/images/arrow_red.jpg);	
}
#content li a: hover {
color:#FF0000;
}
.sizingTable {
	float: left;
	width: 100%;
	margin: 10px 0 0 3px;
	text-align: left;
	border: 1px solid #999999;
}
.sizingTable td {
	padding: 3px;
	border: 1px solid #999999;
}
.sizingTable th {
	background-color:#697897; 
	color:#FFFFFF; 
	padding: 3px;
}
.customPrices {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

.customPrices h1 {
	font-size:12px;
	font-weight: bold;
	margin:0px;
	padding:0px;
}

.customPrices h2 {
	font-weight: bold;
	font-size: 20px;
	margin:0px;
	padding:0px;
}

.customPrices .leftCorner {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.customPrices .topRow {
	border-bottom: 1px solid #000;
}

.customPrices .leftColumn {
	border-right: 1px solid #000;
}
