<style type="text/css">
	@import "all.css"; /* just some basic formatting, no layout stuff */
	
	body {
		text-align:center;
		}
		
	.leftMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #888888;
	text-decoration: none;
	}


		
	.menuBoldCapGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #888888;
	text-decoration: none;
	}



	.menuBoldCap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}		
	
	#frame {
	width:1100px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	border:#000000;
	text-align:left;
		}
		
	#mainHead {
	width:auto;
	height:110px;
	}	
	
	#mainFoot {
	width:auto;
	height:82px;
	}
	
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
	
	#contentleft {
		width:220px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#contentcenter {
		width:140px; /* width edited by Tony P. 8/2/07 */
		height:550px;
		padding:0;
		float:left;
		overflow:auto;
		background:#fff; 
		}
	
	#contentright {
		width:auto; /* width edited by Tony P. 8/2/07 */
		height:auto;
		padding:0px;
		padding-left:10;
		float:left;
		background:#fff;
		}
		
	#contentwhole {
		width:580px;
		padding:0px;
		float:left;
		background:#fff;
		}
		
	#fFrame {
		width:100%;
		}
		
	#fpanel1 {
		width:200px;
		height:500px;
		padding:0px;
		float:left;
		background:#fff;
		}
		
	#fpanel2 {
		width:580px;
		height:510px;
		padding:0px;
		float:left;
		background:#fff;
		}
		
	#contentIncludes {
		width:800px;
		height:500px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#contentheader {
		background:#fff; 
		padding:0; 
		margin:0; 
		text-align:left; 
		border:1px solid #000;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px; 
		}
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
		
	.imageBtn a {
	display: block;
	width: 197px;
	height: 41px;
	/*background: transparent url(images/continue_button_ORIG.gif) no-repeat 0 0;*/
		}

	#contentright p { font-size:10px}
	
	/* Added by Tony Piscotti on 8/2/07 */
	#displayTable { 
		margin: 0; 
		padding: 0; 
		width: 120px; 
		height: auto; 
		border-collapse: collapse; 
		}
		
	#detailsTable { 
		margin: 0; 
		padding: 0; 
		width: 300px; 
		height: auto; 
		border-collapse: collapse; 
		}
		
	h1.mainhdr {
	font-size:24px;
	padding-top:10px;
	margin:0;
	padding:0 0 20px 0;
		}
	
	h1.mainfoot {
	font-size:24px;
	padding-top:10px;
	margin:0;
	padding:0 0 20px 0;
	background: transparent url(images/Header.gif) no-repeat 0 0;
		}
		
	span.optionsHdr { 
		margin:0;
		padding:0;
		font-size:13px;
		font-weight: bold; 
		}
		
	div.selectWrap { 
		width:190px;
		height:auto;
		margin:0;
		padding:0 0 15px 0;
		}
	
	.select1 { 
		width: 185px; 
		height: 18px;
		margin: 0; 
		padding: 0; 
		border: 1px solid #ccc;
		border-collapse: collapse; 
		}
	.selectmult { 
		width: 185px; 
		height: 110px;
		margin: 0; 
		padding: 0; 
		border: 1px solid #ccc;
		border-collapse: collapse; 
		}
		
	#csstest {
		font-family: "Times New Roman", Times, serif;
		font-weight: bold;
        }


/*  Contact Us styles - added by Tony Piscotti 1/21/08 */

table#contactform { 
	width: auto; 
	margin: 0; 
	padding: 0; 
	border: none; 
	border-collapse: collapse; 
	position: relative; 
	top: 0; 
	left: 30px;
	}
	
table#contactform td { 
	margin: 0; 
	padding: 5px;
	font-size: 85%; 
	font-weight: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	}

table#contactform td.label { 
	width: auto; 
	font-weight: bold;
	}
table#contactform td.field { 
	width: auto; 
	}
table#contactform td.field input.text { 
	width: 300px; 
	height: auto; 
	padding: 2px; 
	border: 1px solid #999; 
	}
table#contactform td.field select { 
	width: 300px; 
	height: 18px; 
	border: 1px solid #999; 
	}
table#contactform td.field textarea { 
	width: 300px; 
	height: 120px; 
	border: 1px solid #999; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%; 
	margin: 0; 
	padding: 3px; 
	}
table#contactform td.err ul { 
	margin: 0; 
	padding: 0;
	list-style: none; 
	}
table#contactform td.err ul li { 
	margin: 0; 
	padding: 4px 0 0 0;
	}
.err{ 
	font-size: 90%; 
	color: #f00; 
	}
span.req{ 
	font-size: 80%; 
	color: #f00; 
	font-weight: bold; 
	}
h3.contactHdr { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 110%; 
	font-weight: bold; 
	position: relative; 
	top: 0; 
	left: 30px; 
	}
	
h3.contactThankyou { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 120%; 
	font-weight: bold; 
	position: relative; 
	top: 50px; 
	left: 30px; 
	}	
	
	
</style>
