@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/flagfade.png);
	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;
}
.oneColLiqCtrHdr #container {
	width: 90%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width:999px;
}
.oneColLiqCtrHdr #header {
	background-image:url(../images/mjtabanner.png);
	background-repeat:no-repeat;
	background-position:center center;
	height:150px;
	width:95%;
}
#nav {height:40px;}


.oneColLiqCtrHdr #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 */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

 p.c1 {text-align: center}
 
 h1 {text-indent:-9999px;}
.tabledate {
        font-size: 1.25em;
        font-weight: bolder;
        color: #F03;
        font-family: Calibri;
}
.tableblue {
        font-size: 1.25em;
        font-weight: bolder;
        color:#00F;
}

.tableajc {
        font-size: 1.25em;
        font-weight: bolder;
        color:#060;
}
.tablewmjc {
        font-size: 1.25em;
        font-weight: bolder;
        color:#800000;
}



.tablechamp{
        font-size: 1.45em;
        font-weight: bolder;
        color:#F03;
        font-variant:small-caps;
        border-bottom:#F00 dotted; margin-bottom:5px;}
        


.mjta { color: #F00;font-weight: bold; }

.ajc {
        color: #060;
        font-weight: bold;
}
.nja {color:#03F;font-weight: bold;
}
.wmjc { color:#800000; font-weight: bold;}
body,td,th { font-family: Calibri; }
h2 {font: 2em  bolder; text-align:center; color:#F00;}

#schedule, #schedule2 {
        border-width: 5px;
        border-style:groove;
        border-color: red;
        border-collapse: collapse;
        background-color: white;
}

#schedule,#schedule2 td {
        border-width: 3px;
        padding: 3px;
        border-style: solid;
        border-color: black;
        background-color: white;
        text-align:center;
        
}

#photobar{background-image:url(../images/joustbar.png); background-repeat:no-repeat; height:100px; background-position:center center;}

a:link { color: #F00; }
a:visited { color: #000; }
a:hover { color: #F00; }