
/* Globals */
/******************************/
	*			{ -moz-box-sizing:border-box; border:0; margin:0; outline:0; padding:0; white-space:normal; }
	html			{ background:#FFF; font:normal 0.9em "Trebuchet MS",Verdana,Helvetica,sans-serif; margin:0 auto; padding:0; }
	body			{ padding:10px 0 0 0; }
	:focus 		{ outline:0; }

	/* Headings */
	h1, h2,
	 h3, h4, h5		{ font:normal 5em Georgia,"Times New Roman",serif; margin:0 0 10px 0; padding:0; vertical-align:top; }
	h1			{ font-size:220%; }
	h2			{ font-size:190%; }
	h3			{ font-size:160%; }
	h4			{ font-size:130%; }
	h5			{ font-size:100%; }
	h6			{ font-size:70%; }

	/* Forms */
	form			{ color:#333; margin:0; padding:0; vertical-align:middle; }
	button		{ background-color:#7F9B81; color:#FFF; padding:3px 9px; }
	label			{ display:block; margin-bottom:3px; }
	input, textarea	{ background-color:#E7E7E7; border-left:1px solid #C9C9C9; border-top:1px solid #C9C9C9; display:block; margin:0 0 12px 0; padding:2px 4px; vertical-align:middle; }
	select		{ font:normal 90%; margin:0; padding:0; vertical-align:middle; }
	option		{ margin:0; padding:0; vertical-align:middle; }
	select:focus	{ outline:0; }

	/* Lists */
	dl 		{ margin:0; padding:0; width:100%; }	
	dt 		{ float:left; font-size:0.8em; padding:4px 11px 2px; }	
	dd 		{ font-size:0.8em; padding:4px 11px 0 0; text-align:right; }
	ol, ul, li	{ list-style:none; margin:0; padding:0; }

	/* Tables */
	table		{ border:0; }
	tr		{ border:0; }
	td		{ border:0; padding:2px 4px; }
	th		{ border:0; padding:2px 4px; }
	thead		{ background-color:#333; color:#FFF; }

	/* Links */
	a:link,
	 a:visited	{ color:#59665A; }
	a:hover	{ text-decoration:none; }

	/* Block-level containers */
	div			{ font-size:100%; }
	p			{ font:normal 1em/130% "Century Gothic","Trebuchet MS",Helvetica,sans-serif; margin:5px 0 10px 0; }
	blockquote		{ background-color:#F3F3F3; border:1px dotted #D3D3D3; color:#333; font:italic 90% Georgia,"Times New Roman",serif; text-align:justify; margin:10px 20px; padding:15px; }
	 blockquote:before,
	 blockquote:after,
	 q:before, q:after	{ content:""; }
	blockquote, q		{ quotes:"" ""; }

	/* Text */
	cite		{ color:#333; display:block; font-weight:bold; margin:5px 30px; text-align:right; }
	code		{ border-left:1px dotted #BBB; color:#333; display:block; font:normal 90%/200% "Courier New",Courier,mono,serif; margin:10px 20px; padding:0 10px; }
	em		{ font-style:italic; }
	strong	{ font-weight:bold; }

	/* Need to specify these ---->
		ABBR: 	Indicates an abbreviated form (e.g., WWW, HTTP, URI, Mass., etc.).
		ACRONYM:	Indicates an acronym (e.g., WAC, radar, etc.).
		ADDRESS:	An area designating a postal address -- VERY stylable.
		CODE: 	Designates a fragment of computer code.
		DFN:  	Indicates that this is the defining instance of the enclosed term.
		KBD:  	Indicates text to be entered by the user.
		SAMP: 	Designates sample output from programs, scripts, etc.
		VAR:  	Indicates an instance of a variable or program argument.
	*/

	/* Miscellany */
	iframe	{ border:none; margin:0; padding:0; }
	fieldset	{ border:1px solid #333; padding:10px; }
	legend	{ margin:0; padding:0; }

/* Layout */
/******************************/
	#wrapper	{ margin:0 auto; width:950px; }

	#header		{  }
	 #headLeft		{ background:url("../images/headLeft.gif") no-repeat top left; float:left; height:219px; width:475px; }
	 #headLeft span	{ display:none; }
	 #headRight		{ background:url("../images/headRight.gif") no-repeat top right; float:left; height:219px; width:475px;  }
	 #headRight span	{ display:none; }
	 #boysHead		{ background:url("../images/boysHead.gif") no-repeat top left; float:left; height:171px; width:950px;  position: relative;}
	  #boysHead span	{ display:none; }
	 #girlsHead		{ background:url("../images/girlsHead.gif") no-repeat top left; float:left; height:171px; width:950px; position: relative;}
	  #girlsHead span	{ display:none; }

	#content			{ background:#F4F3EE url("../images/bodyBg.gif") repeat-x top; float:left; width:950px; }
	 #contentHolder		{ background-color:#ECE9E2; border:2px solid #FFF; float:left; margin:0 auto; padding:20px; position:relative; left:39px; top:-10px; width:875px; }
	  #contentLeft		{ float:left; padding:0 20px 0 0; width:450px; }
	  #contentLeft p 		{ color:#25273E; font:normal 90%/1.3em "Century Gothic","Trebuchet MS",Helvetica,sans-serif; }
	  #contentRight		{ border-left:2px solid #D9D6C7; float:left; padding:0 0 0 20px; width:380px; }
	   #contentRight h2	{ color:#9B0006; font:bold 140% Arial, Helvetica, sans-serif; }
	   #contentRight p	{ color:#25273E; font:normal 90%/1.3em "Century Gothic","Trebuchet MS",Helvetica,sans-serif; }
	   #contentRight p img	{ float:right; }

	 #boysContent		{ position:relative; left:39px; top:-10px; }
	  #boysContentLeft	{ background-color:#ECE9E2; border:2px solid #FFF; float:left; padding:20px; width:425px; }
	   #boysContentLeft h2	{ color:#9B0006; font:bold 140% Arial, Helvetica, sans-serif; }
	 #boysLocatorContent	{ background-color:#ECE9E2; border:2px solid #FFF; float:left; padding:20px; width:758px; }
	  #boyLocatorContent h2	{ color:#9B0006; font:bold 140% Arial, Helvetica, sans-serif; }
	 #boysContentMiddle		{ float:left; margin:0 0 0 30px; padding:0; width:282px; }
	  #boysContentMiddle img	{ clear:both; margin-bottom:10px; }
	 #boysContentRight	{ background-color:#ECE9E2; border:2px solid #FFF; float:left; margin-left:30px; padding:10px; text-align:center; width:114px; }
	  #boysContentRight img	{ clear:both; margin-bottom:10px; text-align:center; }
	 #boysLocatorContentRight	{ background-color:#ECE9E2; border:2px solid #FFF; float:left; margin-left:20px; padding:10px; text-align:center; width:103px; }
	  #boysLocatorContentRight img	{ clear:both; margin-bottom:10px; text-align:center; }

	 #girlsContent		{ position:relative; left:39px; top:-10px; }
	  #girlsContentLeft	{ background-color:#ECE9E2; border:2px solid #FFF; float:left; padding:20px; width:425px; }
	   #girlsContentLeft h2	{ color:#9B0006; font:bold 140% Arial, Helvetica, sans-serif; }
	  #girlsLocatorContent	{ background-color:#ECE9E2; border:2px solid #FFF; float:left; padding:20px; width:758px; }
	   #girlsLocatorContent h2	{ color:#9B0006; font:bold 140% Arial, Helvetica, sans-serif; }
	 #girlsContentMiddle		{ float:left; margin:0 0 0 30px; padding:0; width:282px; }
	  #girlsContentMiddle img	{ clear:both; margin-bottom:10px; }
	 #girlsContentRight	{ background-color:#ECE9E2; border:2px solid #FFF; float:left; margin-left:30px; padding:10px; text-align:center; width:114px; }
	  #girlsContentRight img	{ clear:both; margin-bottom:10px; text-align:center; }
	 #girlsLocatorContentRight	{ background-color:#ECE9E2; border:2px solid #FFF; float:left; margin-left:20px; padding:10px; text-align:center; width:114px; }
	  #girlsLocatorContentRight img	{ clear:both; margin-bottom:10px; text-align:center; }

	#boysNav		{ background:#DBD6C8 url("../images/boysNavLeft.gif") no-repeat top left; float:left; height:48px; position: relative; width: 950px}
	 #boysNav ul	{ background:#961216 url("../images/boysNavListBg.gif") repeat-x top; display:block; height:24px; left:114px; list-style-type:none; padding:3px 12px 0 12px; width:836px; position: relative; margin:0;}
	 #boysNav ul li	{ color:#FFF; display:inline; }
	 #boysNav ul li a	{ background:url("../images/boysNavDivider.gif") no-repeat 0 50%; color:#DAD5C7; font-weight:bold; padding:0 9px; text-decoration:none; text-transform:uppercase; }
	 #boysNav ul li a:hover,
	  #boysNav ul li a.current	{ color:#FFF; }

	#girlsNav		{ background:#DBD6C8 url("../images/girlsNavLeft.gif") no-repeat top left; float:left; height:48px;  position: relative; width: 950px;}
	 #girlsNav ul	{ background:#061128 url("../images/girlsNavListBg.gif") repeat-x top; display:block; height:24px; left:114px; list-style-type:none; padding:3px 12px 0 12px; width:836px; position: relative; margin:0; }
	 #girlsNav ul li	{ color:#FFF; display:inline; }
	 #girlsNav ul li a		{ background:url("../images/girlsNavDivider.gif") no-repeat 0 50%; color:#DAD5C7; font-weight:bold; padding:3px 9px; text-decoration:none; text-transform:uppercase; }
	 #girlsNav ul li a:hover,
	  #girlsNav ul li a.current	{ color:#FFF; }

	#footer	{ background:#9B0006 url("../images/footBg.gif") repeat-y top left; clear:both; padding:5px 10px; width:950px; }
	 #footer p	{ color:#FFF; font-size:85%; text-align:right; }
	 #contentRight p.disclaimer { font-size: 9px; }
	 p.eligible { color:#25273E; font:normal 90%/1.3em "Century Gothic","Trebuchet MS",Helvetica,sans-serif; margin: 15px; }
	 h2.eligible{ color:#9B0006; font:bold 140% Arial, Helvetica, sans-serif; margin: 15px; }
	 #auxbtn a {position: absolute; display: block; top: 105px; left: 869px; width: 60px; height: 60px; text-indent: -9000px;}
/* Class Selectors */
/******************************/
