@charset "UTF-8";
body  {
	margin: 0; /* 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: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	background-image: url(../images/gymnastics-purple-fade-background.jpg);
	background-repeat: repeat-x;
	line-height: 18px;
}
.twoColFixLtHdr #container1 {
	width: 818px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/purple-shadow-fade-background.jpg);
	background-repeat: no-repeat;
} 

.twoColFixLtHdr #container2 {
	width: 818px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/purple-shadow-fade-background-repeat.jpg);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thin;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #083B6E;
	border-right-color: #083B6E;
	border-bottom-color: #083B6E;
	border-left-color: #083B6E;
} 
.twoColFixLtHdr #header {
	background-image: url(../images/header-background.jpg);
	background-repeat: no-repeat;
	height: 176px;
	width: 780px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0;
	background-color: #000000;
}
#home-slideshow {
	background-color: #88add4;
	height: 285px;
	width: 100%;
	padding-top: 20px;
}
#contact-box {
	background-color: #FFFFFF;
	height: 285px;
	width: 99%;
	padding-top: 20px;
	border: thin solid #CCCCCC;
}
  
#contenttext {
	padding-right: 20px;
	padding-left: 20px;
	margin: 0;
}
.twoColFixLtHdr #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 */
}

.twoColFixLtHdr #mainContent {
	margin: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/curve-background.jpg);
	background-repeat: no-repeat;
	float: left;
} 

.twoColFixLtHdr #mainContenthome {
	margin: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/curve-background-home.jpg);
	background-repeat: no-repeat;
	float: left;
}

.twoColFixLtHdr #footer {
	background-image: url(../images/footer-background.jpg);
	background-repeat: no-repeat;
	height: 58px;
	width: 780px;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 20;
	padding-left: 30;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 30;
	font-weight: normal;
}

.twoColFixLtHdr #contactbox {
	border: thin solid #999999;
	padding: 10px;
	width: 342px;
	z-index: auto;
	background-color: #CCCCCC;
}

.Content_Text_Bold_LtBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #B5D5FF;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#spacer {
	height: 70px;
	width: 50px;
}
.spacerdiv {
	height: 70px;
	width: 50px;
	float: right;
}


/* pasted from schriver1 */

/* Elements */



h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	colour: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

/* Header */



#header a {
	text-decoration: none;
	color: #FFFFFF;
	margin: 0;
}

/* Menu */

#menu {
	margin: 0;
	padding-top: 154px;
	padding-left: 30px;
	padding-right: 10px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
	margin: 0;
	
}

#menu a {
	color: #225DA0
	display: block;
	float: none;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0;
}

#menu a:hover {
	color: #A371C1;
	margin: 0;
}

#menu2 {
	margin: 0;
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 10px;
}

#menu2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu2 li {
	display: inline;
	margin: 0;
	
}

#menu2 a {
	color: #225DA0
	display: block;
	float: none;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0;
}

#menu2 a:hover {
	color: #A371C1;
	margin: 0;
}




/* FooterMenu */

#footermenu {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: none;
	background-repeat: repeat-x;
}

#footermenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footermenu li {
	display: inline;
	
}

#footermenu a {
	color: #225DA0
	display: block;
	float: none;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	font-size: 11px;
}

#footermenu a:hover {
	color: #FFFFFF;
}

/* Content */


#content h3 {
	color: #2F73B8;
}
/* Footer */

#footer2 {
	width: 780px;
	height: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#footer2 p {
	margin: 0px;
	padding-top: 3px;
	text-align: center;
	font-size: 10px;
	color: #666666;
}

#footer2 a {
	color: #666666;
}

#footer2 a:hover {
	color: #333333;
}

.Content_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.Content_Text_BIGBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #603A6F;
}
.Content_Text_SmallBold_purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #603A6F;
}
.Content_Text_BIGGERBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.Content_Text_SMALL_BOLD a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
.Content_Text_SMALL_BOLD a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2F73B8;
	text-decoration: none;
}
.Content_Text_BIGGESTBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #603A6F;
}
.Content_Text_HEADER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}
.Content_Text_HEADEST {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #603A6F;
}
.Content_Text_SMALL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.Content_Text_SMALLER {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.Content_Text_SMALLER a:link {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
#footer2  {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.Content_Text_SMALLER a:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.Content_Text_SMALLER a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.Content_Text_SMALLEST {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}

.Content_Text_BIGGESTest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
.Content_Text_BIGGESTBold_White {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-bottom: 3px;
	line-height: 22px;
}
.Content_Text_White {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.Content_Text_White_Bold {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.colorbox
{
  border: 1px solid #FFFFFF;
}
.Content_Text_BIGGESTBold_Italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
.Content_Text_Italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}
.Content_Text_BIGGESTBold_Italic02 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
.Content_Text_SMALL_BOLD {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}

.Content_Footer_Links {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
.Content_Footer_Links a:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
.Content_Footer_Links a:visited {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
.Content_Footer_Links a:active {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
.Content_Footer_Links a:hover {
	color: #E4DAB7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}




.Content_Text_Mission {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #996600;
	word-spacing: 1px;
	letter-spacing: -1px;
}
.Content_Text_SMALLER_Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	word-spacing: 3px;
	letter-spacing: 5px;
}
.Content_Text_Mission_Italic {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #996600;
	word-spacing: 1px;
	letter-spacing: -1px;
	font-style: italic;
}
.Content_Text_Mission_Italic_black {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	word-spacing: 1px;
	font-style: italic;
	letter-spacing: -1px;
	line-height: -1;
}
.Content_Text_SMALL_BOLDColored {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	font-style: italic;
}
.Content_Text_SMALL_BOLD_BIG_RED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	font-style: italic;
	letter-spacing: 2px;
}
.Content_Text_BIG_BOLD_BIG_RED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	font-style: italic;
	letter-spacing: 2px;
}
.Content_Text_SMALLER_Gris {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	word-spacing: 3px;
	letter-spacing: 1px;
}
.Content_Text_Mission_Italic_blacksmall {

	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #6C513C;
	word-spacing: 1px;
	font-style: italic;
	letter-spacing: -1px;
	line-height: -1;
}
.Photos_Border {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #996600;
	word-spacing: 1px;
	letter-spacing: -1px;
	border-color: #964446;
}
.Content_Text_Bigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000000;
	line-height: 1.5;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
