/* Soccer Rockets Styles  */

body {
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#09015a;
	padding:0px;
	line-height: 1.5em;
	margin:0px;
}

p {
	margin-top: 0;
	}
	
.indented {
	 margin-left: 20px;
	}

strong {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}
		

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	}

h2 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
	}
	
.big {
	font-size: 17px;
	}
	
.little {
	font-size: 13px;
	margin-top: -15px;
	font-style:italic;
	font-weight:bold;
	}

.special {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 100px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	border: solid 5px #09015a;
	background-color:#4c4caf;
	font-size: 17px;
	font-style:italic;
	font-weight:bold;
	color:#FFFFFF;
	}
	
.special h2 {
	font-size: 19px;
	font-style: italic;
	font-weight: bold;
	}
	
/* ---------- images --------------	*/
img {
	border: 0;
	} 

.rightfloatingimg {
	float:right;
	padding-left: 20px;
	padding-bottom: 10px;
	}	
	
.galleryimg {
	border: 15px solid #FFFFFF;
	}
		

/* ---------- blockquotes -------------- */	
blockquote {
	float: right;
	margin: 0px;
	margin-bottom: 30px;
	margin-left: 30px;
	padding: 0px;
	line-height: 1.2em;
	width: 250px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}

blockquote .quote {
	font-style:italic;
	}
	
blockquote .attribution {
	text-align:right;
	}
	

/* ----------container layout-------------- */
#container {
	width: 760px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background: #6aaffe url(images/bg.gif);
}

/* ----------banner-------------- */
#banner {
	background: #4c4caf url(images/sr-banner.gif);
	height: 177px;
	text-align: right;
	padding: 0px;
	margin: 0px;
	} 

/* -----------------Content--------------------- */
#content {
	padding: 0px;
	padding-right: 58px;
	margin: 0px;
	margin-left: 190px;
	margin-top: -10px;
	}
	
#content ul {
	margin-top: 0;
	}
	
#content a {color: #981b1e; text-decoration: none;}
#content a:visited {color:#981b1e; text-decoration: none;}
#content a:hover{color: #ffffff; border-bottom: 1px dashed #ffffff}
#content a:active { color:#ffffff; border-bottom: 1px dashed #ffffff}


/* --------------right sidebar------------- */
#right {
	float: right;
	width: 150px;
	margin: 0px;
	margin-left: 30px;
	padding: 0px;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	line-height: 1.2em;
	}
#right h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 1em;
	}
#right h2 {
	margin-bottom: 5px;
	}
	

/* --------------left navigation------------- */
#left {
	float: left;
	width: 184px;
	margin: 0px;
	padding: 0px;
	text-align:right
	}

/* --------------navigation list------------- */
#left ul {
	list-style: none;
	line-height: .8em;
	margin: 0;
	padding-right: 30px;
	padding-left: 0;
	padding-bottom: 0;
	padding-top: 0;
	}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	background: #4c4caf url(images/sr-footer.gif);
	margin: 0px;
	height: 247px;
	}
	
.botttomcopy {
	padding-left: 50px;
	padding-top: 180px;
	font-size: 10px;
	color:#FFFFFF;
	text-align: left; 
	}
	
.botttomcopy a {color: #6aaffe; text-decoration: none;}
.botttomcopy a:visited {color:#6aaffe; text-decoration: none;}
.botttomcopy a:hover{color: #fcbe22; border-bottom: 1px dashed #fcbe22;}
.botttomcopy a:active { color:#fcbe22; border-bottom: 1px dashed #fcbe22;}

/* -----------forms--------------------------- */

form p {
	margin: 0;
	padding: 0;
	}

form label {
	display: block;
	width: 80px;
	float: left;
	margin: 0;
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	line-height: .8em;
	}
	
#submitarea {
	width: 300px;
	margin-top: .81em;
	text-align: center;
	}

/* -----------tables--------------------------- */

table.cframe {
	background-color:#09015a;
	text-align: center;
	}
	
table.calendar {	
	margin-top: 2px;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-right: 8px;
	border-collapse: collapse;
	font-size: 12px;
	color: #09015a;
	background-color:#FFFFFF;
	}
	
table.calendar caption {
	font-size: 17px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
	
table.calendar th {
	background-color: #6aaffe;
	padding: 2px;
	}
	
table.calendar td.classday {
	background-color: #fcbe22;
	font-weight:bold;
	}
	