@charset "iso-8859-1";

	/* Main HTML CSS Tags */

	html { 	height: 100%; min-height: 100%; }
	
	body 
	{
		margin:							0px;
		background-position:			top;
		background-repeat:				no-repeat;
		background-color: 				#2F3D40; 
		color: 							#fff;
		height:							100%;
		min-height:						100%;
		font-family:					Tahoma, Verdana;
		font-size:						11px;
	}

	/* Main Linkset */

	a:link,a:visited,a:active		{ font-family: Tahoma, Verdana; font-size: 12px; font-weight: bold; color: #fff; text-decoration: underline; }
	a:hover 						{ font-family: Tahoma, Verdana; font-size: 12px; font-weight: bold; color: #e6ffff; text-decoration: underline; }
	 
	.sLink:link,.sLink:visited,.sLink:active	{ font-family: Tahoma, Verdana; font-size: 9px; font-weight: normal; color: #999; text-decoration: underline; font-style: italic; }
	.sLink:hover 					{ font-family: Tahoma, Verdana; font-size: 9px; font-weight: normal; color: #e6ffff; text-decoration: underline; font-style: italic; }

	/**********/
	
	
	/* Generic Tags */
	
	h1					{ margin: 0px; padding: 0px; font-size: 24px; font-weight: bold; padding-bottom: 12px; }
	h2 					{ margin: 0 0 12px 0; padding: 0px; font-size: 18px; font-weight: 800; }
	img					{ border: 0; }
	p					{ padding: 0px; margin: 12px 0px 12px 0px; }
	ul					{ list-style: square; text-align: left; }
	
	.Left				{ vertical-align: top; text-align: left; }
	.Center				{ vertical-align: top; text-align: center; }
	.Right				{ vertical-align: top; text-align: right; }
	.Bold				{ font-weight: bold; }
	.Underline			{ text-decoration: underline; }
	.MarginRight10		{ margin-right: 10px; }
	.WhiteBG			{ background-color: #fff; }
	.GreyText			{ font-size: 9px; color: #999; font-weight: normal; }
	.TitleText			{ font-size: 17px; margin: 24px 0px 12px 0px; }
	
	/**********/
	
	
	/* Layout Structure */
	
	#PageContainer		{ margin: 0 auto; width: 780px; text-align: center; font-family:Verdana, Arial, Helvetica, sans-serif; }
	#PageWrapper		{ background: url('../graphics/comp2.jpg') top center no-repeat; height: 316px; width: 780px; margin-top: 20px; }
	#PagePadding		{ padding: 90px 50px 50px 50px; }
	
	/* Site Map */
	#SiteMapLocation	{ position: absolute; margin: 3px 5px 3px 910px; z-index: 2; }
	#SiteMap			{ padding: 20px 10px 20px 10px; }
	#SiteMap p			{ margin: 4px 0px 4px 0px; }
	#SiteMap h1			{ margin-bottom: 16px; }

	/**********/
	