/* BASIC */

body {
	
	margin: 0px;
	padding: 0px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:white;
	background-image:url(images/page_bg.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	text-align: center;
}

table { 
	border-collapse: collapse;
	width: 100%;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}

caption {
	text-align: right;
	font-size: .75em;
}

td,th {
	border: 1px solid #73afb7;
	padding: 3px 5px 2px 5px;
	font-size: .8em;
}
th {
	text-align: left;
	border-color: #14556b;
}



p{

text-align: center;
	font-size: 1.25em;
}


.lefttext{

text-align: center;
	
}


.dateTeam{
width:25%;
}

.break_before{
page-break-before: always;}

.break_after{
page-break-after: always;}



#Formtxt{
background-color: #ffff99;
float: left;
}



#squadtable {

align:center;
font-size:0.8em;
}

#contacttable{
align:center;
width:100%;
font-size: 1.0em;
border:1;

}

#datetable
{
width:20%;
border:1;
align:center;
}




h1, h2, h3, h4, p, ul, ol {
	margin: 1px;
	padding: 1px;
}



/* LAYOUT */
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background:#FFF ;	
	text-align: left;
}



#navfixed

{

width:980px;
position:fixed;
top:0;
background:#6699FF;
margin-right: auto;
margin-left: auto;

}


* html #navfixed{position:absolute;}

#mainfixed{
margin-top:100px;
}


.sidebar {
	width: 380px;
	float: right;
	margin: 10px;
	background: #CBF622 url(images/bg_bottom.gif) center bottom no-repeat;
	
}

/* NAVIGATION */
ul.mainNav {
	border-bottom: 5px solid #506BB1;
	
	padding-left: 20px;
	float: left;
	width: 98%;
	align:center;

}

.mainNav li {
	list-style: none;
	float: left;
	padding: 1px 2px 1px 2px;
	color:#FFFFFF; 
	background: #FFF url(images/right_side.png) no-repeat right top;
	margin-right:  3px;
	font-size:0.75em;
}

.mainNav a {
	display: block;
	padding: 7px 15px 4px 15px;
	background-image: url(images/left_side.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
}

.mainNav a:hover {
	color:#F90;
	font-weight:bold;
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0 0.15em;
font-size:12px;
font-family:arial;
bottom:1px;
}

#nav-menu li a
{
background: url('images/css-nav.gif') #fff bottom left repeat-x;
height: 2.1em;
line-height: 1.7em;
float: left;
width: 13em;
display: block;
border: 0.1em solid #dcdce9;
font-family:arial;
font-color:red;
text-decoration: none;
text-align: center;
bottom:0px;
}
a:link {color: Blue}    
a:visited {color: Blue}  
a:hover {color: Red}   
a:active {color: Black}  





/* Hide from IE5-Mac \*/

#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:980px;
} 







/* BANNER STYLES */

#blueheader
{

	font-size: 1em;
	color: #FFFFFF;
	line-height: 1.5em;
	background: #0099FF;
	padding: 2px;
	height: 1.2em;
	border: 1px solid #0033FF;
	font-weight: bold;
	text-align: center;
}

#beigetext
{

	font-size: 0.8em;
	line-height: 1.2em;
	background: #FFFFCC;
	padding: 2.0px;
	height: 1.2em;
	border: 0px;
	text-align: Center;
}

