@charset "utf-8";

/* CSS Document */

/* FLCA Logo Colors/Site Basis:



Red: #DE0915

Yellow: #FEEF00

Blue-Light: #0083D7

Olive: #6CAB23

Purple: #9A0E64

Orange: #FC7418

Blue-Dark: #0067AF

*/



/* Background and Logo */

	.bg{

	background:url(../_images/background.jpg);

	background-repeat:repeat-x;

	}

	.Logo{

	padding-left:10px;

	margin-top:-35px;

	}

	

/*Coach's Login*/

	.CLogin{

	padding-right:10px;

	padding-top:10px;

	text-decoration:none;

	font-weight:bold;

	}

	.CLogin a{

	color:#0067AF;

	text-decoration:none;

	}

	.CLogin a:hover{

	color:#0067AF;

	}

	.CLogin a:visited{

	color:#0067AF;

	}

	



/*Quote styles*/

	.Quotes{

	text-align:center;

	color:#000000;

	font-style:italic;

	font-size:16px;

	}

	

/*Main content styles*/



	#MainContext{

	background:#FFFFFF;

	width:85%;

	height:100%;  

	display: block;

	margin-left: auto;

	margin-right: auto 

	}

	#LeftContent{

	padding-left:10px;

	padding-right:40px;

	}

	#RightContent{

	top:10px;

	padding-left:10px;

	padding-right:40px;

	}

	h2{

	color:#6CAB23;

	}

	h4{

	color:#9A0E64;

	}

/*Coaches' Corner styles*/

	h2.C {

	color:#0067AF;

	}

	.stylehead {

	position : relative;

	left : 0;

	width : 100%;

	font-weight : bold;

	font-family:Arial, Helvetica, sans-serif;

	

	}

	.stylehead.C a {

		color : #FFFFFF;

		text-decoration : none;

	}

	.stylehead.C a:hover {

		color : #FEEF00;

		text-decoration : none;

	}

	.stylehead.C a:active{

		color:#9A0E64;

	}

	.table.head.cells.C {

		position : relative;

		left : 0;

		/*width:8%;*/

		height : 4%;

		background-color:#FC7418;

		background-repeat:no-repeat;

		text-align : center;

		font-weight : bold;

	}



	

/*This Month's NewsLetter*/

	#ThisMonth{

	width:250px;

	background:#FFFF99;

	}

	#ThisMonthBody{

	width:100%;

	height:auto;

	background:#FFF999;

	padding-left:5px;

	padding-right:5px;



	}

	#ThisMonthBodyTitle{

	color:#0083D7;

	font-weight:bold;

	padding-top:5px;

	

	padding-right:5px;



	}

	#ThisMonthHead{

	width:100%;

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:14px;

	font-weight:bold;

	padding:5px;

	background:#9A0E64;

	text-align:center;

	color:#FEEF00;

	}

	#ThisMonthImage{

	width:100%;

	}

	#HomeGraphics{

	width:100%;

	border-width:thin;

	border-color:#0083D7;

	}

	

/*Menu Bar*/

	.MainMenu{

	background:#33FF00;

	width:100%;

	height:5%;

	text-align:center;

	}

	.MainMenuCells{

	position : relative;

	left : 0;

	height : 4%;

	text-align : center;

	background-color:#0067AF;

	font-weight : bold;

	font-size:18px;

	}

	.MainMenuCellsCurrent{

	position : relative;

	left : 0;

	height : 4%;

	text-align : center;

	background-color:#9A0E64;

	font-weight : bold;

	font-size:18px;

	}

	.MainMenu a{

	color:#FEEF00;

	text-decoration:none;

	}

	.MainMenu a:hover{

	color:#33FF00;

	}

	.MainMenu a:visited{

	color:#FEEF00;

	}

	.MainMenu h3{

	font-size:18px;

	font-family:Arial, Helvetica, sans-serif;

	padding:2px;

	}

	#LeftAlign{

	float:left;

	width:49%;

	padding-right:40px;

	}

	#RightAlign{

	padding-right:20px;

	padding-bottom:40px;

	text-align:left;

	}

	

/*Footer: */

	.LineFooter {

	color:#9A0E64;

	background-color:#9A0E64;

	height:3px;

	}

	.stylefoot {

	width : 100%;

	height:auto;

	font-weight : normal;

	text-align : center;

	padding-bottom:10px;



	}

	.stylefoot p {

		font-size : 14px; 

		color:#0067AF;

	}

	.stylefoot a {

		color : #0067AF;

		text-decoration:underline;

	}

	.stylefoot a:hover {

		color:#0067AF;

	}

	.stylefoot a:visited {

		color:#0067AF;

	}

	.stylefoot a:active {

		color:#0067AF;

	}