body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	background: Navy url(images/background-tile.jpg) repeat;
	text-align: center;
}

h2{
	
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}
h2.Red{
	color: white;
	background-color: #D00707;
}
h2.Navy{
	color: white;
	background-color: Navy;
}
h2.Blue{
	color: white;
	background-color: Blue;
}

h2.Green{
	background-color: #7EBB34;
}

h2.SilverFade{
background-image: url(images/silver.gif);
background-position: bottom;
background-repeat: repeat-x;
}


h3{
font-size: 14px;
border-top: dotted 1px Navy;
border-bottom: dotted 1px Navy;
font-style: italic;
color: Navy;	
}
h4{
	font-size: 12px;
	/*border-top: dotted 1px Black;
	border-bottom: dotted 1px Black;*/
	font-style: normal;
	color: #cc3333;
	margin-bottom: 0px;
}
h5{
	
}
h6{
	
}
#thumb-list {
	width: 155px;
	text-align: center;
	background-color: white;
	border: solid 1px #B5C6E8;
	margin: auto;
}
#Container {
	width: 759px;
	background: rgb(87%, 87%, 87%);
	margin: auto;
	border-right: solid 4px Black;
	border-left: solid 4px Black;
}
#Header {
	padding: 0;
	margin: 0;	
}

#HomeBar {
	position: relative;
	width: 760px;
	height: 25px;
	margin: 0; /*border: solid 2px red;*/
	background: url(images/chromebar.jpg) repeat-y fixed top center;
}
#LoginTop {
	position: absolute;
	right: 15px;
	top: 5px;
	display: inline;
}
#LoginTop input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: inline;
	font-size: 10px;
}


#ColorStrip , #ColorStrip img{
	/*margin: -1px;*/
	padding:0;
	border: 0;
}

#AllThings #AllThings img{
	/*margin:0px;*/
	padding:0;
	border:0;	
}

#MovieAndH1 {
	position: relative;
	height: 217px;
	/*border: solid 2px green;*/
	margin: 0;
	
}

#MovieAndH1 #h1holder {
	position: absolute;
	left: 0;
	top: 0;
	margin:0;
	padding-top: 30px;
	background: black url(images/behind-logo-square.jpg) repeat-y scroll left top;
	height: 187px;
	width: 363px;
}

#TopMovie {
	position: absolute;
	left: 363px;
	top: 0;
	background: Black;
	color: Black; /*was white*/
	text-align: left;
	width: 396px;
	height: 217px;	
}

#TopNav {
	margin-bottom: 0;
}


#UpperNavList, #MiddleNavList, #LowerNavList {
	border-bottom: solid 1px black;
	background: url(images/chromebar.jpg) repeat-y fixed center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	width: 759px;
}

#TopNav span{
	padding-left: 20px;
}

#TopNav a {
	font-size: 14px;
}

#TopNav a:link {
	color: black;
	text-decoration: none;	
}
#TopNav a:visited {
	color: Black;
	text-decoration: none;
}
#TopNav a:hover {
	color: Red;
	text-decoration: underline;
}
#TopNav a:active {
	color: red;
	text-decoration: underline;
}

#Content {
	background: White;
	margin: 5px 5px 25px 210px;
	border: solid 1px black;
	padding: 5px;
	text-align: left;
}

#SubContainer {
	margin-bottom: 12px;
	
}

#Verse {
	clear: both;
}

h2#Welcomer {
	margin: 0 -10px 0 -5px;
	padding:0;
	clear: none;
	/*border: solid 1px red;*/
}

#Copyright {
	border-top: solid 1px Black;
	border-bottom: solid 8px black;
	background: url(images/chromebar.jpg) repeat-y fixed center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	width: 759px;
}

#SideBar {
	float: left;
	margin-top: 5px;
	margin-left: 15px;
	width: 180px;
	border: solid 1px Black;
	padding-top: 10px;
	padding-bottom: 10px;
}

#certs {
	border: solid 1px rgb(71%, 78%, 91%);
}


/*Party Table*/
table.PartyTable, table.PartyTable td{
	border:solid 1px Silver;
	border-collapse:collapse;
	text-align:center;
}

td.PTHeader{
	background-color: Silver;
	font-weight: bold;
	font-size: 12px;
	color: Black;
}

#tdph1{width:24%;} #tdph2{ width: 38%;} #tdph3{ width: 38%;}

/*Schedule Table*/
table.ScheduleTable{
	width: 100%;
}
table.ScheduleTable, table.ScheduleTable td{
	border:solid 1px Silver;
	border-collapse:collapse;
}
.ScheduleHeader{
	background-color: Silver;
	color: Black;
	font-weight: bold;
}

.EventType{
	width: 50%;
}
.EventStart{
	width: 25%;
	text-align: right;
}
.EventEnd{
	width: 25%;
	text-align: right;
}

/*world gymnastics champs table */
table.Gym-Champ-Table, table.Gym-Champ-Table td{
	margin: 0;
	padding: 0;
	border-collapse:collapse;
	text-align:center;
}


/*New schedules - different formatting 2006-11-08 */
.FirstCell{
	text-align:left;
	width: 25%;
	padding:10px;
}
.SecondCell{
	text-align:left;
	width: 48%;
	padding:10px;
}
.ThirdCell{
	text-align:left;
	width:27%;
	padding:10px;
}
.yearsep{
	text-align:center;
	font-weight:bold;
	background: #CCCCCC;
}