a:active, a:focus {
outline: 0;
} body {
	background: #035c94 url(/graphics/bk.jpg) repeat-x left top;
 }

.body, li.body {	
	font: 12px/20px Georgia, "Times New Roman", Times, serif;
	color: #585858;
	padding: 20px;
}
#frame {
	width: 975px;
	border: 2px solid #00578D;
	margin: 10px auto;
                position:relative;
}
.george {	
	font: 12px/20px Georgia, "Times New Roman", Times, serif;
	color: #585858;
}

.verd {	
	font: 11px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #585858;
}

.verd2 {	
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #585858;
}

.breadcrust {	
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.topline {	
	border-top: 1px dashed #05AAD6;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding-top: 5px;
}

.righttable {	
	background-color: #E4F1FF;
	border-bottom: 1px solid #00578D;
	border-left: 1px solid #00578D;
	border-right: 1px solid #00578D;
	padding: 5px;
}

.righttable2 {	
	background-color: #E4F1FF;
	border: 1px solid #00578D;
	padding: 5px;
                width: 200px;
}

.righttitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #0073B5;
	border-bottom: 1px double #00578D;
}

.righttext {	
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #333333;
}

.rightpad {	
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

h1, .subtitle {
	color: #0073B5;
	border-bottom-style: none;
	text-transform: uppercase;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}

.back1 {	
	background-image: url(graphics/back1.gif);
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	background-position: left center;
	text-indent: 20px;
	color: #00578D;
}

.back3 {	
	background-image: url(graphics/back3.gif);
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	background-position: left center;
	text-indent: 20px;
	color: #00578D;
}

	
/*************************** ROLLOVER ***************************/
/* makes box -- brilliant fix to use on the last row of the left list -- NETSCAPE gets freaky with the bottom link & shows a flash of the selected on the rollover.  This blocks it.  Use same background as the left nav. Then can add height back into div.roll a */
.clearbox {	
	width: 163px;
	height: 10px;
	background: url( 'graphics/back-left.gif' ) 0 0px repeat;
}

/* makes box -- sets background as up state -- needs to be layeteal to prevent "flash" */
div.roll {	
	width: 163px;
	height: 24px;
	background: url( 'graphics/backall-org.gif' ) 0 -24px no-repeat;
	margin: 0px;
	padding: 0px;
}
	
/* link - sets background as down state */
div.roll a {
	display: block;
	margin: 0;
	/*height:100%;*/
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: url( 'graphics/backall-teal.gif' ) top left no-repeat;
	text-decoration: none;
	/* padding -- need some way to just move in left edge so lines will wrap */
	padding: 4px 4px 0px 20px;
}	

div.roll span {	
	display: block;
	margin:0;
	padding: 5px 0 0 0px;
}	

div.roll a:visited {	
	color: #ffffff;
	text-decoration: none;
}	

div.roll a:hover {	
	background-image: none;
	color: #04ADDD;
	text-decoration: none;
}
	
/* Selected box */
div.select {
	color: #00578D;
	text-decoration: none;
	padding: 0px 4px 0px 20px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

.selectbox {	
	width: 163px;
	height: 24px;
	background: FFFFFF url( 'graphics/backall-teal.gif' ) 0 -48px no-repeat;
}	

div.selectlev3 {
	width: 163px;
	height: 24px;
	display: block;
	margin:0;
	padding: 5px 0 0 0px;
	color: #00578D;
	background: url( 'graphics/backall-teal.gif' ) 0 -72px no-repeat;
	text-decoration: none;
	/* padding -- need some way to just move in left edge so lines will wrap */
	padding: 4px 4px 0px 20px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}	

div.return {	
	width: 163px;
	height: 24px;
	display: block;
	margin:0;
	padding: 5px 0 0 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #00578D;
	background: url( 'graphics/backall-teal.gif' ) 0 -96px no-repeat;
	text-decoration: none;
	/* padding -- need some way to just move in left edge so lines will wrap */
	padding: 4px 4px 0px 20px;
}	

div.return a, div.return a:visited {	
	color: #00578D;
	text-decoration: underline;
}
	
/* end ROLLOVER*/
	
/*************************** WIDE ROLLOVER ***************************/
/* makes box */
div.rollw {	
	width: 163px;
	height: 40px;
	background: url( 'graphics/backall2-teal.gif' ) 0 -40px no-repeat;
	margin: 0px;
	padding: 0px;
}
	
/* link - sets background as down state */
div.rollw a {	
	display: block;
	margin: 0;
	/*height:100%;*/
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: url( 'graphics/backall2-teal.gif' ) top left no-repeat;
	text-decoration: none;
	line-height: 14px;
	/* padding -- need some way to just move in left edge so lines will wrap */
	padding: 4px 4px 0px 20px;
}	

div.rollw span {	
	display: block;
	margin:0;
	padding: 5px 0 0 0px;
}	

div.rollw a:visited {	
	color: #ffffff;
	text-decoration: none;
}	

div.rollw a:hover {	
	background-image: none;
	color: #04ADDD;
	text-decoration: none;
}
	
/* Selected box */
.selectboxw {	
	width: 163px;
	height: 40px;
	background: #FFFFFF url(graphics/backall2-teal.gif) no-repeat 0 -80px;
}

div.selectlev3w {
	width: 163px;
	height: 40px;
	display: block;
	margin:0;
	padding: 4px 4px 4px 20px;
	color: #00578D;
	background: #CCE6E9;
	text-decoration: none;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;	
	/* padding -- need some way to just move in left edge so lines will wrap */
}

/* end WIDE ROLLOVER*/
	

.topline {	
	border-top: 1px dashed #05AAD6;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding-top: 5px;
	color: #007A86;
	
}

.footer {	
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	padding-top: 0px;
	padding-bottom: 20px;
}
	
A:LINK{ color: #0073B5; text-decoration: underline;  }
A:ACTIVE  { color: #cc0000; text-decoration: none; }
A:VISITED { color: #6b8ea1; text-decoration: underline;  }
A:HOVER   { color: #cc0000; text-decoration: underline;  }

A:LINK.footer{ color: #fff; text-decoration: underline;  }
A:ACTIVE.footer  { color: #cc0000; text-decoration: none; }
A:VISITED.footer { color: #fff; text-decoration: underline;  }
A:HOVER.footer   { color: #CC0033; text-decoration: underline;  }


.borderblue {	
	border: 1px solid #99B7CF;
}
	
/*************************** TOP NAV FLYOUTS ***************************/
	
/* something about having this tag in here causes drop shadow not to work!! Removing the position: absolute; line makes it work */
.hiddenmenu {	
	z-index: 99;
	visibility: hidden;
	position: absolute;
}
	
#navcontainer {
	width: 100%;
	white-space: nowrap;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}
	
#navcontainer ul  {
	list-style-type: none;
	COLOR: #00578D;
	text-decoration: none;
	text-indent: 5px;
	width: 100%;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font: bold 8pt Verdana, Arial, Helvetica, sans-serif;
}
	
#navcontainer a  {	
	display: block;
	background-color: #D0E7F3;
	border-top: 1px solid #ffffff;
	padding: 4px 15px 4px 8px;
	margin: 0px;
}
	
#navcontainer a:link, #navlist a:visited  {	
	color: #00578D;
	text-decoration: none;
	width: 100%;
}
	
#navcontainer a:hover  {	
	background-color: #00A8D6;
	color: #ffffff;
}
	

input.blue {	
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #005E94;
}
	
/* END flyout style */
h2, .subtitle2 {	
	
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #007A86;
	border-bottom-style: none;
	text-transform: uppercase;
}
	
.verd3 {	

	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #585858;
}

	
.blueoutline {
	border: 2px solid #00578D;
}
	
/* Bullet List */
.body ul li {
	display: block;
	background: url(/graphics/list-arrows.gif) no-repeat left 1px;
	text-decoration: none;
	padding: 0px 2px 3px 10px;
	list-style: none;
}

p#coach {
	font: bold 11px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: #cf6135;
	margin: 0px;
	padding: 10px 13px 10px 10px;
	width: 100%;
}
#rotateimg {
	border: 1px solid #00578d;
}