@charset "utf-8";
body  {
	background: #666;
	margin: 0;
	text-align: center; /* centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.thrColFixHdr #container {
	width: 920px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-color: #666;
	margin: auto;
	padding: 0px;
	font-size: 11px;
} 
.thrColFixHdr #header {
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-bottom: 10px;
	height: 120px;
	padding: 0;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	height: 435px;
	padding: 0px;
	margin: 0px;
	background-color: #5B0A26;
}
.thrColFixHdr #sidebar2 {
	float: right;
	width: 250px;
	height: 435px;
	padding: 0px;
	background-color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#notices {
	background-color: #EEF;
	width: 230px;
	overflow: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 240px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #900;
}
#sevendays {
	background-color: #EEF;
	width: 250px;
	height: 100px;
	padding: 0px;
	margin: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#respect {
	height: 93px;
	width: 250px;
	padding: 0px;
	margin: 0px;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 250px;
	margin-bottom: 0px;
	margin-left: 150px;
	background-color: #666;
	padding: 0px;
} 
#maincolinner {
	height: 435px;
	padding-top: 0px;
	padding-right: 10px;
	background-color: #666;
	padding-left: 10px;
	margin-bottom: 10px;
}
#faq {
	background-color: #EEF;
	padding: 15px;
	float: right;
	width: 720px;
}
#thirds {
	height: 93px;
	width: 500px;
	background-color: #EEF;
	margin: 0px;
	padding: 0px;
}
#footer {
	background:#666;
	font-size: 10px;
	color: #FFF;
	padding: 0;
	margin-top: 10px;
	margin-left: 170px;
} 
a.foot {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
a:hover.foot {
	font-size: 10px;
	color: #333;
	text-decoration: none;
}
#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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height: 20px;
}
.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;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.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;
}
.squadpic {
	padding-left: 40px;
	padding-bottom: 25px;
}
.potw {
	padding-right: 40px;
	padding-left: 40px;
}
.nextfix {
	width: 250px;
	margin-bottom: 10px;
	text-align: center;
}
.nextfixtop {
	font-size: 14px;
	color: #333;
	background-color: #0886DF;
	padding-top: 3px;
	height: 20px;
}
.nextfixcontent {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333;
	background-color: #EEF;
	line-height: 0.5em;
	height: 90px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	overflow: auto;
	font-weight: bold;
}
.gaffer {
	width: 250px;
	margin-bottom: 10px;
}
.gaffertop {
	font-size: 14px;
	text-align: center;
	color: #333;
	background-color: #0886DF;
	padding-top: 3px;
	height: 20px;
}
.gaffercontent {
	font-size: 10px;
	color: #333;
	background-color: #EEF;
	padding: 5px;
	height: 140px;
	overflow: auto;
	text-align: justify;
}
.tipstop {
	font-size: 10px;
	text-align: center;
	color: #DDD;
	background-color: #5B0A26;
	padding-top: 2px;
	height: 14px;
	padding-bottom: 2px;
}
.blutop {
	font-size: 10px;
	text-align: center;
	color: #FFF;
	background-color: #0886DF;
	padding-top: 2px;
	height: 14px;
	padding-bottom: 2px;
}
.fourcolbox {
	font-size: 10px;
	color: #333;
	background-color: #EEF;
	padding: 10px;
	overflow: auto;
	text-align: justify;
}
.jfixtable {
	background-color: #EEF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	border: 1px solid #333;
	border-collapse: collapse;
	margin-top: 20px;
	margin-left: 10px;
}
.jfixtable tr th {
	font-size: 12px;
	color: #FFF;
	background-color: #333;
	padding: 3px;
	text-align:left;
}
.jfixtable tr td {
	padding: 3px;
	text-align: left;
}
.jfixtableoddrow {
	background-color: #FFF;
}
.jfixtable caption a {
	color: #0886DF;
	text-decoration: none;
}
.jfixtable caption a:hover {
	color: #7B013E;
	text-decoration: none;
}
.jfixtable caption {
	text-align: left;
}
.thisweektab {
	background-color: #EEF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	border: 1px solid #333;
	border-collapse: collapse;
	margin-top: 5px;
	margin-left: 10px;
}
.thisweektab tr th {
	font-size: 12px;
	color: #FFF;
	background-color: #333;
	padding: 3px;
	text-align:left;
}
.thisweektab tr td {
	padding: 5px;
	text-align: left;
	color: #333;
}
.thisweektaboddrow {
	background-color: #FFF;
}
#managerblurb {
	margin: 10px;
	font-size: 11px;
}
#managercontacts {
	margin: 10px;
}
#jreports {
	font-size: 11px;
	color: #333;
	height: 380px;
	overflow: auto;
	text-align: justify;
}
.redbutton {
	background-image: url(graphics/menua.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: 24px;
	padding-top: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.redbutton a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.redbutton a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	text-decoration: none;
}
#twothirds {
	margin-left: 150px;
	padding: 0px;
	margin-top: 0px;
}
#carousel {
	height: 100px;
	background-color: #666;
	width: 760px;
	float: right;
	margin-bottom: 20px;
}
#laddermenu {
	float: right;
	width: 290px;
	}
#ladderleft {
	text-align: right;
	float: left;
	width: 160px;
	padding-right: 10px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #0886DF;
	margin-top: 40px;
	height: 270px;
}
#ladderright {
	text-align: left;
	float: right;
	width: 110px;
	padding-left: 0px;
	margin-top: 65px;
}
a.grow {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #CCC;
	text-decoration: none;
	line-height: 50px;
}
a:hover.grow {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: #3886DF;
	text-decoration: none;
	font-weight: bolder;
	line-height: 50px;
	text-transform: lowercase;
}
#content {
	float: left;
	width: 455px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
}
#rightcontent {
	margin-top: 20px;
	float: right;
	width: 280px;
}
#welfareright {
	float: right;
	width: 230px;
	padding-left: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666;
	margin-top: 30px;
	margin-left: 10px;
	height: 700px;
}
#feesright {
	float: right;
	width: 280px;
	color: #ccc;
	padding-left: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #ccc;
	margin-top: 30px;
	margin-left: 10px;
}
.ccc {
	color: #ccc;
}
.blu {
	color: #06C;
}
#contentinner {
	font-size: 11px;
	color: #ccc;
	overflow: auto;
	text-align: justify;
	height: 387px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#feesinner {
	font-size: 11px;
	color: #CCC;
	overflow: auto;
	text-align: justify;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#previouslink {
	text-align: left;
	color: #FFF;
	margin-bottom: 10px;
	margin-left: 170px;
}
#birthday {
	background-image: url(graphics/birthday.jpg);
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 173px;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #333;
	margin-bottom: 5px;
}
#maincontentleft {
	float: left;
	width: 225px;
	color: #CCC;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#maincontentright {
	float: right;
	width: 245px;
	margin-right: 10px;
}
.blubutton {
	background-image: url(graphics/menub.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: 20px;
	padding-top: 3px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.blubutton a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.blubutton a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
.pform {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #333;
	overflow:auto;
	background-color: #EEEEFF;
	margin: 0px;
	padding: 0px;
}
.profile {
	font-size: 10px;
	color: #333;
	margin-left: 160px;
	background-color: #EEF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
a.link1			{
			font: 500 12px tahoma, Arial, Helvetica, sans-serif;
			color: #000;
			text-decoration: none;		
}
a:hover.link1		{
			font: 500 12px tahoma, Arial, Helvetica, sans-serif;
			color: #05A;
			text-decoration: none;
}
a.blulink		{
			font: 600 12px tahoma, Arial, Helvetica, sans-serif;
			color: #3886DF;
			text-decoration: none;				
}
a:hover.blulink	{
			font: 600 12px tahoma, Arial, Helvetica, sans-serif;
			color: #666;
			text-decoration: none;	
}#side1extn {
	background-color: #5B0A26;
	float: left;
	width: 150px;
}
.profilepic {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	text-align: justify;
}
