TableTextBold {
	font-size: 10px;
}
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 963px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: repeat;
	border: 5px solid #000000;
	background-image: url(images/pride_lion_bg_image_darkerBlue.jpg);
}
#container2 /* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
  {
	width: 963px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: repeat;
}
body {
	background: #666666; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/graybackground.jpg);
	background-repeat: repeat;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#menu {
	width: 963px;
	background-color: #7D0021;
	height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.oneColElsCtrHdr #header {
	width: 963px;
	height: 243px;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(images/mobilemainbanner_alt.jpg);
} 
.fltlft {
	float: left;
}
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#baseball {
	background-color: #FFFFFF;
	width: 230px;
	float: left;
	overflow: hidden;
	z-index: 1;
	background-repeat: repeat;
}
.oneColElsCtrHdr #mainContent {
	width: 501px;
	float: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin: 0px;
	background-color: #FFFFFF;
	text-align: center;
	overflow: hidden;
	background-repeat: repeat;
	display: inline;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
}
.softball {
	float: left;
	width: 230px;
	background-repeat: repeat;
	position: relative;
	display: inline;
}
.softballpixelfix {
	float: left;
	background-color: #FFFFFF;
	width: auto;
	background-repeat: repeat;
	display: inline;
}
.softball #text1 {
	font-family: "Myriad Pro Semibold";
	font-size: 14px;
}
.clearfloat {
	clear: both;
}
.leftbanner {
	height: 1500px;
	width: 250px;
}
.oneColElsCtrHdr #footer {
	padding: 0 10px;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	font-family: "Myriad Pro Semibold";
	font-size: 14px;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#mainsecondary {
	background-color: #FFFFFF;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 727px;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	display: inline;
}
#photofullpage {
	width: 963px;
}
#centeredtext {
	text-align: center;
}
.centeredtext {
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#textleftjustified {
	text-align: left;
	padding-left: 5px;
}
#textleftjustified1 {
	text-align: left;
	padding-left: 100px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#proswingprofiles {
	width: 963px;
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
	background-repeat: repeat;
}
#potw {
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(images/pride_lion_bg_image_black.jpg);
	background-repeat: repeat;
}
.style4 {
	color: #FFFFFF;
	font-weight: bold;
}
#menuwidth {
	width: 960px;
	background-color: #FFFFFF;
}
#photoboarders {
	border: thick solid #000000;
}
.style4 {color: #FFFFFF}
#moreinfotext {
	text-align: center;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#2pxboarder {
	border: 2px solid #333333;
}
.leadsmallbanners {
	height: 200px;
	width: 166px;
	float: left;
}
.leadsmallbanners#nofloat {
	height: 200px;
	width: 166px;
}
#div  navbar {
	width: 963px;
	text-align: center;
	background-color: #000000;
	height: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 0px;
	font-weight: normal;
	font-variant: small-caps;
	font-style: normal;
	letter-spacing: 2px;
	margin: 0px;
}
#div   navbar  ul {
	width: 963px;
	text-align: center;
	background-color: #000000;
	height: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 0px;
	font-weight: normal;
	font-variant: small-caps;
	font-style: normal;
	letter-spacing: 2px;
	margin: 0px;
}
#div    navbar   li {
	width: 963px;
	text-align: center;
	background-color: #000000;
	height: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 0px;
	font-weight: normal;
	font-variant: small-caps;
	font-style: normal;
	letter-spacing: 2px;
	margin: 0px;
}
#div     navbar    li a {
	width: 963px;
	text-align: center;
	background-color: #000000;
	height: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 0px;
	font-weight: normal;
	font-variant: small-caps;
	font-style: normal;
	letter-spacing: 2px;
	margin: 0px;
}

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="NonIEcssMenu.css" />
[if IE]>
<link rel="stylesheet" href="IEcssMenu.css" />
<![endif]
<title>CSS Menu</title>
</head>
<body>
<div class="menu">
<ul class="menu">
   <li><a class="menu"href="1.html">A</a>
      <ul>
         <li><a class="menu"href="1.html">1</a>
            <ul>
               <li><a class="menu" href="1.html">1 A</a></li>
               <li><a class="menu" href="1.html">1 B</a></li>
               <li><a class="menu" href="1.html">1 C</a></li>
            </ul>
         </li>
         <li><a class="menu"href="1.html">2</a>
            <ul>
               <li><a class="menu" href="1.html">2 A</a></li>
               <li><a class="menu" href="1.html">2 B</a></li>
            </ul>
         </li>
         <li><a class="menu"href="1.html">3</a>
            <ul>
               <li><a class="menu" href="1.html">3 A</a></li>
               <li><a class="menu" href="1.html">3 B</a></li>
            </ul>
         </li>
      </ul>
   </li>
</ul>
<ul class="menu">
   <li><a class="menu"href="1.html">B</a>
      <ul>
         <li><a class="menu"href="1.html">1</a>
            <ul>
               <li><a class="menu" href="1.html">1 A</a></li>
            </ul>
         </li>
         <li><a class="menu"href="1.html">2</a>
            <ul>
               <li><a class="menu" href="1.html">2 A</a></li>
               <li><a class="menu" href="1.html">2 B</a></li>
               <li><a class="menu" href="1.html">2 C</a></li>
               <li><a class="menu" href="1.html">2 D</a></li>
            </ul>
         </li>
         <li><a class="menu"href="1.html">3</a>
            <ul>
               <li><a class="menu" href="1.html">3 A</a></li>
               <li><a class="menu" href="1.html">3 B</a></li>
            </ul>
         </li>
      </ul>
   </li>
</ul>
<ul class="menu">
   <li> <a class="menu"href="1.html">C</a>
      <ul>
         <li><a class="menu"href="1.html">1</a>
            <ul>
               <li><a class="menu" href="1.html">1 A</a></li>
               <li><a class="menu" href="1.html">1 B</a></li>
            </ul>
         </li>
         <li><a class="menu"href="1.html">2</a>
            <ul>
               <li><a class="menu" href="1.html">2 A</a></li>
               <li><a class="menu" href="1.html">2 B</a></li>
               <li><a class="menu" href="1.html">2 C</a></li>
            </ul>
         </li>
      </ul>
   </li>
</ul>
</div>
<p style="margin:0px; padding:0px;font-size:60px; color:#CCCCCC; text-indent:15px; text-decoration:underline; font-style:italic">SOME SAMPLE TEXT</p>
</body>
</html>

/* NonIEcssMenu.css */
div.menu{
width:100%;
position:relative;
background-color:#6699CC;
height:20px;
}

/* IEcssMenu.css */

div.menu
{
	width:963px;
	position:relative;
	background-color:#6699CC;
	height:20px;
	text-align: center;
}
a.menu:hover
{
background-color:#006699;
color:#66FFFF;
}
.gamepage {
	width: 963px;
	text-align: center;
	background-color: #FFFFFF;
}
#prideheadertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-variant: normal;
	font-weight: bold;
	color: #000000;
}
.kiscoform {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: auto;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #CCCCCC;
	background-repeat: repeat;
	color: #FFFFFF;
	text-align: center;
	background-image: url(images/pride_lion_bg_image.jpg);
}
.bigasstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
}

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 963px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 107px;
	float: left;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 0px solid #000000;
	color: #FFFFFF;
	height: 35px;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	z-index: 1;
	cursor: default;
	width: 165px;
	position: absolute;
	left: -1000em;
	text-align: center;
	background-color: #7D0021;
	color: #FFFFFF;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 165px;
	float: none;
	font-size: 12px;
	text-align: left;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin-top: -5%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: auto;
	background-color: #7D0021;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0.5em;
	padding-right: 0.75em;
	padding-bottom: 0.5em;
	padding-left: 0.75em;
	visibility: visible;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #000000;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #000000;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryAssets/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	}
.EmergencyBanner {
	background-color: #000000;
	text-align: center;
	height: 50px;
	width: 963px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 18px;
	color: #FFFFFF;
}
.videomain {
	width: 459px;
	text-align: center;
	float: left;
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/astroTurf_small_dark.jpg);
	background-repeat: repeat;
}
.marginsleftindent {
	text-align: left;
	margin-left: 80px;
}
.videomainholder {
	text-align: center;
	float: left;
	background-color: #000000;
	color: #000099;
	font-family: "Myriad Pro Semibold";
	font-size: large;
	background-repeat: repeat;
	background-image: url(images/astroTurf_small_dark.jpg);
	width: 963px;
}
.textalignleft {
	padding-right: 30px;
	padding-left: 5px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border: 3px solid #620101;
}
.textalignleftfeatured {
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border: 3px solid #0099FF;
}
.maincontentheader {
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(images/astroTurf_dark.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
	padding-top: 5px;
}
.signupform {
	border: 3px solid #000000;
	background-image: url(images/pride_lion_bg_image_green.jpg);
	background-repeat: repeat;
	height: 360px;
	width: 330px;
	margin-left: 80px;
	margin-right: 80px;
	overflow: visible;
}
.style6 {
	color: #7F0000;
	font-weight: bold;
}
.style7 {
	font-family: "Myriad Pro Semibold";
	font-size: 22pt;
}
a.link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0000FF;
}
a.hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #780400;
}
a.visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0000FF;
}
a.active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0000FF;
}
.style8 {color: #0099FF}
.style10 {
	font-size: x-small;
	color: #FF0000;
}
.style9 {
	font-size: 12px;
	font-style: italic;
}
.style1 {color: #FFFFFF}
.style5 {
	font-size: 12pt;
	font-weight: bold;
}
.summercamp11 {
	text-align: center;
	float: left;
	width: 155px;
	font-size: 12px;
	padding: 2px;
	border: 1px solid #840023;
	height: 450px;
}
.summercamp11fltless {
	text-align: center;
	width: 160px;
	float: left;
}
.staffmain {
	font-family: Helvetica;
	background-color: #666666;
	float: left;
	width: 319px;
	text-align: center;
	color: #FFFFFF;
	height: 900px;
	border: 1px solid #000000;
}
.staffmainbanner {
	background-color: #000000;
	height: 100px;
	width: 963px;
}

