body{
	font-family: Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #cccccc;}

/* layout boxes */
#page{
	position:absolute;
	top: 10px;
	left:10px;
	width:800px;
	background-color: #ffffff;}

#masthead{border-bottom:1px solid #cccccc;

	height: 107px;

}


#cj_masthead
{
	border-bottom:1px solid #cccccc;
	background-color: #D81F27;
	height: 30px;
	color: #ffffff;
	font-weight: bolder;
	font-size: large;
}

/*

#topNav {
	padding: 5px;
	background-color: #ffffff;
	height: 10;

}

#topNav a:link, #topNav a:visited{
	padding: 0px 5px 0px 5px;}

*/
#sideNav{
	float: left;
	width: 150px;
	background-color: #F5f7f7;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;


}

#sideRight{
	float: right;
	width: 150px;
	background-color: #F5f7f7;
	border-bottom: 1px solid #cccccc;
	font-size: medium;
	font-weight: normal;
	line-height: normal;
	padding: 0px 0px 0px 0px;
	border-left: 1px solid #cccccc;

}

#content{
	margin:0px 150px 0px 150px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;

}

#footer{
	clear: both;
	border-top: 1px solid #cccccc;
	padding: 10px;}

.item{
	padding:10px;
	min-height: 75px;
	height: 75px;}

#search{
	position: absolute;
	top:10px;
	right: 10px;
	z-index:100;}

form {margin:0px;}

#sideNav a:link, #sideNav a:visited{
	display:block;
	padding:5px;}

#sideNav a:hover 
{

/*background-color:#d6d6d6;*/
background-color:#ffffff;

}

<!--- NEW STUFF BELOW --->


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=NAMED ELEMENTS=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#header-text {
	position: absolute;
	top: 12px;
	left: 188px;
	color: #000000;
	font-weight: 300;
	font-size: 18pt;
	text-transform: uppercase;
	overflow: hidden;
	width: 300px;
}

#header-border, #footer-border {
	border: 0px solid #183A63;
	background-color: #FFFFFF;

}

#header-border {
	border-bottom-width: 5px;
}

#footer-border {
	border-top-width: 5px;
}


#logo-text {
	font-size: 11pt;
	font-weight: 600;
	position: absolute;
	color: #ffffff;
	left: 3px;
	top: 70px;
	width: 100px;
	text-align: right;
}

#logo-img {
	position:absolute;
	left: 110px;
	top:40px;
}

p.subtext
{ 
	text-align: none;
	margin-top: 6pt;
	margin-bottom: 0;
	font-size: x-small;
	font-size: 8pt;
}
 

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=OTHER=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

a:link, a:visited { color: #4444FF; text-decoration: underline; } 
a:active, a:hover { color: #999999; text-decoration: underline;} 

body {
	scrollbar-face-color: #CCCCCC;
	scrollbar-track-color: #DFDFDF;
	scrollbar-arrow-color: #183A63;
	scrollbar-highlight-color: #183A63;
	scrollbar-3dlight-color: #183A63;
	scrollbar-shadow-color: #183A63;
	scrollbar-darkshadow-color: #183A63;
}

p {
	margin-top: 8px;
	font-size: 10pt;
}

h1, h2, h2, h4.section {
	color: #51688A;
	text-indent: 0px;
	width: 100%;
	padding: 0px;
	font-weight: bold;
	margin: 0px;
}

h1 {
	font-size: 14pt;
	margin-top: 20px;
	font-family: Verdana;
	color: #ffffff;
}

h2 {
	margin-top: 10px;
}

h2, h2.section {
	font-size: 12pt;
}

h2.section {
	text-align: center;
}

h5 {
	font-size: 12pt;
	margin-bottom: 10px;
	font-family: Verdana;
	color: #51688A;
}

P.text-sub  {
	font-size: 10

}

P.text-bold  {
	font-weight: bold;

}

td
{
	font-size: 10pt;
}

td.sched_headings { 
 color: #ffffff;
 text-align: center;  
 background: #000000; 
 height: 19px;
}

td.sched_game {
 text-align: left;
 background: #E5E3E3;
 height: 21px;
 width: 50px;
}

td.sched_score {
 text-align: center;
 background: #E5E3E3;
 height: 21px;
 width: 50 px;
}

td.rescheduled
{
	color: red;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=CUSTOM=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
input, textarea, select {
	border:  1px solid #183A63;
	padding:0px;
	margin:2px;
}

form div {
	width:100%;
}

div label {
	text-transform: sentence;
}

input, select {    
	height: 20px; 
}

textarea, select.multi { height: 100px; }

input.edt-inl, input.btn-inl{
	width: 200px;
	margin: 0px;
}

input.btn, input.btn-inl {
	background-color : #AAAAFF;
	font-weight : bold;
	background-attachment: fixed;
	background-image: url(images/submit.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-width: 2px;
	cursor: hand;
	filter: Alpha(Opacity=90);
	text-transform: uppercase;
}

input.chbx {
    border: none;
    width: auto;
}

ul {
	list-style-position: outside;
/*	list-style-image: url(images/bullet.gif);*/
	margin-left: 30px;
	padding:0px;

}



li {
	padding-left: 10px;
	font-size: 10pt;
}

img {
	border-width: 0px;
}
