body {
	background-color: #1d3260;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

.mainbody 
	{
	font: 14px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	color: #000000;
	line-height: 22px;
	}

p	{
	font: 14px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	color: #000000;
	line-height: 22px;
	}
	
	
.mainbodybold 
	{
	font: 14px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	font-style: normal;
	color: #000000;
	line-height: 22px;
	font-weight: bold;
	}
	
	
.smallbody 
	{
	font: 10px/12px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color:#FFFFFF;
	}
	
	
.head 
	{
	font: 20px/26px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #29355F;
	}

h1	{
	font: 28px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #29355F;
	}
	
h2	{
	font: 20px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #29355F;
	}

h3	{
	font: 16px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #29355F;
	}
	
.smallhead 
	{
	font: 18px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #29355F;
	}
	
/*
Style Sheet
*/

#wrapper {	
	margin:0px auto;
	width: 1024px;
	}

#header {	
	width: 1024px;
	height: 156px;
	background: url(../img/head.jpg);
	}
	

#main-content {
	width: 1024px;
	background: url(../img/bkg.jpg) repeat-y;
	}

#sub-nav {	
	padding-top: 10px;
	width: 1000px;
	height: 55px;
	text-align: center;
		}

#clear {
	clear:both;
	}
		
#main-image {	
	padding-top: 20px;
	width: 1024px;
	text-align: center;
		}

	
#content {
	padding-right: 100px;
	padding-left: 80px;
	padding-top: 20px;
	padding-bottom: 10px;
	}

#footer {	
	width: 1024px;
	height: 123px;
	background: url(../img/footer.jpg);
	}	
	
/*
styles
*/	

#nav {	
	margin-top: 140px;
	width: 1024px;
	height: 55px;
	float: right;
	}
	
#nav ul li {
   display:block;
   float:left;
   list-style-type:none;
   }

#nav ul li a {
   display:block;
   height:55px; width:1024px;
   background: url(../img/nav.jpg) no-repeat 0 0;
   text-indent:-9009px;
   }

#nav ul li#home a {
   width:186px;
   background-position: -42px 0;
   }

#nav ul li#team a {
   width:173px;
   background-position: -228px 0;
   }

#nav ul li#schedule a {
   width:237px;
   background-position: -401px 0;
   }

#nav ul li#become a {
   width:386px;
   background-position: -638px 0;
   }





#sub-nav ul li {
   display:block;
   padding: 2px;
   display:inline;
   list-style-type:none;
   }

#sub-nav ul li a {
   	display:inline;
	font: 14px/16px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	background-color:#1d3260;
	padding: 6px; 
	color: #fff;
	text-decoration: none;
   }

#sub-nav ul li a:hover {
   	display:inline;
	font: 14px/16px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	background-color:#e5e4e4;
	padding: 6px; 
	color: #1d3260;
	text-decoration: none;
   }


	
a.mainlink:link 
	{
	color: #29355F;
	text-decoration: none;
	font-weight: bold;
	}

a.mainlink:visited 
	{
	color: #29355F;
	text-decoration: none;
	font-weight: bold;
	}
	
a.mainlink:hover 
	{
	text-decoration: underline;
	color: #98999D;
	font-weight: bold;
	}
	
a.mainlink:active 
	{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}
	
	
a.biglink:link 
	{
	color: #29355F;
	text-decoration: none;
	font-weight: bold;
	}

a.biglink:visited 
	{
	color: #29355F;
	text-decoration: none;
	font-weight: bold;
	}
	
a.biglink:hover 
	{
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
	}
	
a.biglink:active 
	{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}
	
a.smalllink:link 
	{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

a.smalllink:visited 
	{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
	
a.smalllink:hover 
	{
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
	}
	
a.smalllink:active 
	{
	color: 3F2500;
	text-decoration: none;
	font-weight: bold;
	}
	

table, tr, td, th {
    border: 1px solid #AAAAAA;
    padding: 5px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

thead th {
    border-bottom: 3px solid #CCCCCC;
    padding-right: 1em;
    text-align: left;
}
th {
    background: none repeat scroll 0 0 #EFEFEF;


