
/*--Body--*/

body {
	background-color:#000000;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	/*background-color:#990099;*/
}

/*--Container Div--*/

#container {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background-image:url(../images/grad_bg.jpg);
	background-repeat:repeat-x;
	background-color:#0486B7;
}

/*--Top Divs--*/

#header {
	height: 150px;
	width: 950px;
	margin:0px;
	background-position:left;
}
#topleftdiv {
	margin-top:10px;
	float:left;
}
#toprightdiv {
	margin-top:10px;
	float:right;
	text-align:right;
}
#toprightdiv a {
text-decoration:none;
}
#topleftdiv, #toprightdiv {
	width: 400px;
	height: 10px;
	margin-bottom:10px;
	padding:0 15px;
	font-size:11px;
	font-weight:bold;
}

/*--left and right Divs--*/

.columndivtop {
	background-image:url('../images/150px_Column_top.gif');
}
.columndivbottom {
	background-image:url('../images/150px_Column_bottom.gif');
}
.columndivtop, .columndivbottom {
	height:20px;
	padding-right:10px;
}

/*--Left Divs--*/

#leftdiv {
	width: 150px;
	float: left;
	margin-left: 15px;
	margin-right: 0px;
	display: inline;
}
#leftdivcenter {
	width:140px;
	padding:0 5px;
	background-color:white;
	margin:0px;
}
#playerimg {
	margin-top:30px;
	margin-left:5px;	
}
#playerimgbottom {
	margin-left:20px;
}

/*--Right Divs--*/

#rightdiv {
	width: 150px;
	float: right;
	margin-right: 15px;	
	display: inline;
}
#calendar {
	margin-bottom: 10px;
}
#calendarcenter {
	width: 150px;
	height:150px;
	font-size:12px;
	padding-bottom:6px;
	background-color:white;
	text-align:center;
}
#calendarcenter hr {
	margin:2px;
}
#links {
	margin-bottom: 10px;	
}
#linkscenter {
	width: 140px;
	padding:0 5px 5px 5px;
	background-color:white;
	text-align: center; 
}
#linkscenter img {
	margin-bottom:10px;
	border:none;	
	/*border:#000000 solid 2px;*/
}

/*--Center Divs--*/

#centerdiv {
	width:600px;
	position:relative;
	left: 10px;
	float:left;
}
#adminkey {
	background-image:url(../images/adminbg.gif);
	width:580px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom: 2px;
	padding-top: 2px;	
	font-size:12px;
}
.contentdiv {
	margin-left: 0px;
	margin-bottom: 10px;
	padding:0px;
}
.contentdivtop {
	height:20px;
	background-image:url('../images/600px_Column_top.gif');	
	background-repeat:no-repeat;
	padding:0px;
	padding-right:10px;
}
.contentdivcenter {
	background-color: #FFFFFF;
	width:580px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom: 2px;
	padding-top: 2px;	
	font-size:12px;
}
.contentdivbottom {
	height:20px;
	background-image:url('../images/600px_Column_bottom.gif');
}
#rjfmccontent {
	background-image:url('../images/RJFMC.jpg');
	background-position:right top;
	background-repeat:no-repeat;
}
#newsdiv h3
{
	margin-bottom:0px;
}

/*--Bottom Divs--*/

#bottomdiv {
	background-position: bottom;
	width: 950px;
	height:50px;
	vertical-align:bottom;
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	background-position:top;
	background-color:#000000;
}
#footer {
	width: 950px;	
	background-color:#000000;
	text-align: center;
	font-size: x-small;
	color:#FFFFFF;
	background-position: bottom;
	vertical-align:bottom;
	padding-bottom:5px;
}

/*--Bottom Divs--*/

.formdiv {
	margin:0px;
	padding:0px;
}
#form1 {
	margin:0px;
	padding:0px;
}
#form1 th {
	font-weight: bold;
	font-size:0.88em;
	height: 14px;
	padding:10px;
	margin:0px;	
	text-align: center;
}
#form1 tr {
	margin:0px;
	padding:0px;
}
#form1 td {
	margin:0px;
	padding:0px;
}
a img {
	border:none;
}

/*--Headings Tags--*/

h4 {
	margin-left:-30px;
	margin-bottom:0px;
}
#calendarcenter h3 {
	margin:0px;
	font-size:14px;
	text-align:center;
}
#linkscenter h3 {
	margin-top:0px;
	font-size:14px;
	text-align:center;
}
.contentdivcenter h2{
	margin-top:0px;
	font-size:16px;
}
.contentdivcenter h3{
	margin-top:0px;
	font-size:14px;
}
#adminnav h4 {
	font-size:12px;
	font-weight:bold;
}
.h3_0_botmmarg {
	margin-bottom: 0px;
}

/*--Tables--*/

table th {
	text-align:left;
}
table td {
	/*padding-left:10px;*/
	/*padding-right:10px;*/
}
.teamstable {
	margin-left:40px;
}
.filestable td {
	padding:2px;
}
#eventstable {
	border-collapse:collapse;
}
table .oddrow {
	background-color:#E9E9E9;
}
table .evenrow {
	background-color:#FFFFFF;
}
#eventstable .date {
	width:80px;
}
#eventstable .event {
	width:350px;
}

/*--Forms--*/

textarea {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.formul label{
	width:100px;
	display:block;
	float:left;
	text-align: right;
	padding-right: 5px;
}form .mand {
	background-color:#FFFF99;
}
form .nonmand {
	background-color:#FFFFFF;
}
.subselectbox {
	width:100px;
}

/*--Lists--*/

.formul{
	margin: 0px;
	padding: 0px;
}
.formul li{
	height:auto;
	list-style-type: none;
	margin-bottom:5px;
}
#leftdivcenter li {
	display:inline
}
#leftdivcenter ul
{
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}

/*--Images--*/

.newsimg {
	float:right;
	margin:5px 0px 5px 5px;
	border:solid;
	border-width:1px;
	border-style:none;
}
.adminicon {
	float:right;
	margin-right:3px;
	margin-top:1px;
}

/*--Links--*/

a {
	text-decoration:none;
	color:#330099;
}
#footer a {
	color:#0066FF;
}
.fileimg {
	float:left;
	margin:2px;
}
#leftdivcenter a
{
	float:left;
	width:8em;
	text-decoration:none;
	color:black;
	font-weight:bold;
	padding:0.2em 0.6em;
	border-bottom:1px black solid;
}
#leftdivcenter a:hover {
	background-color:#0486B7;
	color:#FFFFFF;
}

/*--Text Formatting--*/

pre {		
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#bottomdiv span {
	position:relative;
	top:45px;
	padding-bottom:40px;
}
.date{
	font-size:11px;
}
.error {
	color:#FF0000;
	font-weight:bold;
}

/*--Misc--*/

.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;
}