/*
Notes:  Split Up in 4 areas: Universal Styles, Home Page Styles, twoColumn Layout Styles, and threeColumn Layout Styles.

AREA 1: UNIVERSAL STYLES
*/

body	{
	font-size: 9pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

p	{
	
	line-height: 2.2em;
	margin: 0 0 18pt 0;
	display: block;
}

h1, h2, h3, #banner .hidden {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 150%;
	padding: 0px;
	display: block;
	margin: 0 0 0 0;
	font-weight: bold;
	text-transform: uppercase;
}

h2, h3, #snapshot .hidden	{
	letter-spacing: normal;
	font-size: 125%;
	}
	
h3	{font-size: 113%;}

.hidden{display:block}
	
a	{text-decoration: none;
	color: #000000;}

#container {margin-top: 24pt;}

#siteInfo	{
	margin: 72pt 0pt 24pt 0pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000000;
	display: block;
}	
	
	#siteInfo .leftInfo{}
	
	#siteInfo .hidden {display: block; margin: 0 0 10pt 0;}
	
	#siteInfo .rightInfo {display: block;}
	
	#siteInfo strong {font-weight: normal;}
	
		#siteInfo a{
		text-decoration: none;
		font-weight: normal;
		color: #000000;
		
		}
		

#content	{margin: 20px;}

#formObjects, #formObjects input, #formObjects textarea {}
	
	#formObjects input, #formObjects textarea {}
	
	#formObjects input.submitButton	{}
	
	#formObjects .required {}

.breadcrumb {display: none;}

.bannerBg	{}

#banner a	{border: none;}
#banner	{
	font-weight: bold; 
	color: #000000; 
	border-bottom: 1px solid #000000;
/*	background-image: url(/img/bg.banner.print.01.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 100px; */
}

#column p	{color: #000000;}

#column.left {display:none;}

#column.left h2 {}

#column.right {border-left: 1px solid #000000; margin: -20px -20px 0 20px; padding: 20px 9px; float: right; width: 35%}	

#column.right h1 {font-size: 9pt; display:block; margin-bottom: 9pt;}	

#frame03 p {line-height: 1.5em; margin: 0px; padding: 0px; font: Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 8pt}

#content .gallery, .gallery img, #navBar, body.home #column.spacer, #snapshot, body.twoColumn #column.spacer 	{display:none;}


/* AREA 2: HOME PAGE STYLES */


body.home #column.right {
	border: none;
	width: auto;
	position: relative;
	float: none;
	padding: 0;
	margin: 0;
}
body.home #banner {display: block; padding: 0; margin: 0; height:24pt;}
#banner .hidden, body.home .bannerBg .hidden {
	margin: 0; 
	padding: 0; 
	font-size: 24pt; 
	font-family: Arial, Helvetica, sans-serif; 
	text-transform: uppercase;
	font-weight: normal;
}

body.home object {display: none;}




/* AREA 3: 2 COLUMN PAGE STYLES */


/* AREA 4: 3 COLUMN PAGE STYLES */

