@media screen,print {
	/* Global Styles */
	*								{ margin:0;padding:0 }
	BODY 							{ margin:10px 0; font-family:Verdana,Arial,Helvetica,sans-serif; color:#6A7289;font-size:76%;line-height:1.4em;text-align:center;background:#eee }
	
	H1								{ font-size:1.2em; margin:0.5em 0; color:#65A2B5 }
	H2								{ font-size:1.1em; margin:0.3em 0; color:#65A2B5 }
	H3								{ font-size:1em; margin:0.2em 0; color:#65A2B5 }
	P								{ padding-bottom:1.25em; font-size:0.9em; margin-left:1em }
	UL								{ margin: 0 0 1.5em 2em }
	A								{ color:#65A2B5 }
	A:HOVER							{ color:#333 }
	
	#page 							{ width:760px; text-align:left; margin:0 auto; border-left:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc; border-top:4px solid #6A7289; background-color:#fff }
	
	#header							{ width:760px; height:210px }
	#header IMG						{ float:left; margin:12px 5px 0 10px }
	#imgcont						{ width:580px; height:185px; float:left; margin:5px 0 0 5px }
	.header1						{ background:#fff url(images/layout/header/1.jpg) no-repeat }
	.header2						{ background:#fff url(images/layout/header/2.jpg) no-repeat }
	.header3						{ background:#fff url(images/layout/header/3.jpg) no-repeat }
	.header4						{ background:#fff url(images/layout/header/4.jpg) no-repeat }
	.header5						{ background:#fff url(images/layout/header/5.jpg) no-repeat }
	.header6						{ background:#fff url(images/layout/header/6.jpg) no-repeat }
	.header7						{ background:#fff url(images/layout/header/7.jpg) no-repeat }
	
	.frame							{ border-top:1px solid #64A1B3; border-right:5px solid #64A1B3; border-bottom:1px solid #64A1B3; border-left:5px solid #64A1B3; padding:10px 5px 5px 5px; float:left; width:245px; text-align:center; margin-right:10px; font-weight:bold }

	#newsletter						{ width:560px; float:right; text-align:right }
	#newsletter FIELDSET			{ border:0 }
	#newsletter LEGEND				{ display:none }

	#content						{ clear:both; float:right; min-height:450px; _height:450px; padding: 0 10px; width:560px}

	#navholder						{ width:150px; float:right; border-left:10px solid #6A7289; margin-right:10px; padding-left:10px }
	
	#navholder .box					{ border:1px solid #6A7289; text-align:center; margin-bottom:20px }
	#navholder H3					{ background:#6A7289; text-align:center; color:#FFF; padding:0 0 2px 0; margin:0; font-size:1.1em }
	#navholder P					{ margin:0; padding:0 2px }
	#navholder .box UL				{ margin:0; padding:0; list-style:none; margin-top:5px }
	#navholder .box LI				{ font-size:0.9em; line-height:1.2em; margin:0 0 20px 0  }

	#nav							{ margin:0 0 20px 0 }
	#nav LI							{ border-top:1px solid #6A7289; margin:0 0 10px 0; padding:0; list-style:none }
	#nav A							{ color:#6A7289; font-size:1.2em; display:inline-block; text-decoration:none; margin:0; font-weight:bold }
	#nav A:HOVER					{ text-decoration:underline }
		#nav LI.sub						{ font-size:0.8em; border:0; margin:0 0 0 5px }
		#nav LI.last					{ margin:0 0 10px 5px }

	#footernav						{ clear:both; float:none; text-align:center; font-size:0.8em; margin-top:1em; list-style:none }
	#footernav LI					{ display:inline; margin: 0 10px }
	
	A.backlink						{ display:block; font-size:0.9em; margin:0 0 0.5em 0 }

	A.skipnav						{ display:none }
		
	.red							{ color:#F00 }
}
@media print	{
	#navholder, #header, #footernav	{ display:none }
	#page							{ display:block; width:100% }
}