/* GFA contentStyle.css */

/*define body text color*/
body  {
	color: #000000; /*black*/
}

/*define content link colors*/
a:link {
	color: #cc3300; /*red*/
}
a:visited {
	color: #7d2200; /*dark red*/
}
a:hover, a:active {
	text-decoration: underline;
}

/*define header size and colors*/
h1 {
	font-size: 20px;
	color: #000000;
}
h2 {
	font-size: 16px;
	color: #000000; /*black*/
	
}
h3 {
	font-size: 13px;
	color: #156357; /*dark teal*/
}	
h4 {
	font-size: 12px;
	color: #000000; /*black*/
	font-weight: bold;
	margin: 0;
}	

/*sets images to be positioned left or right on the page*/
.floatRight {
	float: right;
	padding-left: 10px;
}
.floatLeft {
	float: left;
	padding-right: 10px;
}
/*used after a floated image and paragraph to
keep floated image within paragraph*/
.clear {
	clear: both;
}
/*define caption size and color*/
.caption {
	color: #000000; /*black*/
	margin-top: 5px;
	font-size: 11px;
	font-style: italic;
}

/*used to remove space above or below element.
Typically used with headlines or paragraph
following a headline*/
.noBottomMargin {
	margin-bottom: 0;
}
.noTopMargin {
	margin-top: 0;
}

/*used as a class for unordered lists
to make the indent smaller*/
.Bullets {
	margin-left: 10px;
	padding-left: 10px;
}

.noBullets {
	margin-left: -15px;
	padding-left: -10px;
}



ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

#highlights{
	float: right;
	width: 160px;
	border-left: 1px solid #cc3300; /*red*/
	border-bottom: 1px solid #cc3300; /*red*/
	padding-left: 4px;
	font-weight: bold;
	top: 117px;
	left: 560px;
	overflow: visible;
	visibility: visible;
	}
	
.highlightsHeader {
	color: white; 
	font-size: 14px;
	font-weight:bold;
	font-style:italic;
	background-color:#cc3300;
	
	}
	
#gallery {
	background: #FFFFFF;
	border: thin solid #cc3300;
	padding: 5px 10px 10px;
}


.sectionHead {
	text-align: center;
	font-weight: bold;
	font-size: 28px;
}

#sectionHeadNo{
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	width: 600px;
	float: left;
	padding-bottom: 15px;
}


99999999999999

/* sets styles for calendars */

.dayOfWeek {  
	font-family: Geneva, Arial, Helvetica, san-serif; 
	font-size: 12px; 
	background-color: #CCCCCC
}
	
.date {  
	font-family: Geneva, Arial, Helvetica, san-serif; 
	font-size: 14px;; 
	background-color: #FFFFCC
}

.monthYear {  
	font-family: Geneva, Arial, Helvetica, san-serif; 
	font-size: 24px; 
	background-color: #CC3300; 
	font-weight: bold
}

.calendarText {  
	font-family: Geneva, Arial, Helvetica, san-serif; 
	font-size: 10px;
}

.vbaway {
	color: #006600; 
	font-size: 12px;
}

.vbhome {
	color: #006600; 
	font-weight:bold; 
	ont-size: 12px; 
}

.fbaway {
	color: #0066ff; 
	font-size: 12px;
	}

.fbhome {
	color: #0066ff; 
	font-weight:bold; 
	font-size: 12px;
}

.hsxc {
	color: #996600; 
	font-size: 12px;
}

.jhxc {
	color: #990099; 
	font-size: 12px;
}

.jhvbaway {
	color: #00cc00; 
	font-size: 12px;
}

.jhvbhome {
	color: #00cc00; 
	font-weight:bold; 
	font-size: 12px; 	
}

.jhfbaway {
	color: #3300ff; 
	font-size: 12px;
}

.jhfbhome {
	color: #3300ff; 
	font-weight:bold; 
	font-size: 12px; 
}

.gbbaway {
	color: #cc66ff; 
	font-size: 12px;
}

.gbbhome {
	color: #cc66ff; 
	font-weight:bold; 
	font-size: 12px;
}

.bbbaway {
	color: #999900; 
	font-size: 12px;
}
	
.bbbhome {
	color: #999900; 
	font-weight:bold; 
	font-size: 12px;
}

.jhgbbaway {
	color: #ff6600; 
	font-size: 12px;
}

.jhgbbhome {
	color: #ff6600; 
	font-weight:bold; 
	font-size: 12px; 
}

.jhbbbaway {
	color: #ff66ff; 
	font-size: 12px;
}

.jhbbbhome {
	color: #ff66ff; 
	font-weight:bold; 
	font-size: 12px;
}

.hstrack {
	color: #3399cc; 
	font-size: 12px;
}

.jhtrack {
	color: #999999; 
	font-size: 12px;
}

.style38 {
	color: #cc3300; 
	font-size: 12px;
}
	
.style43 {
	color: #cc3300; 
	font-style: italic; 
	font-size: 12px;
}

.pageBreak {page-break-after:always;}

.style44 {
	font-size: 10px;
	font-weight: bold;
}

.style46 {font-size: small}

.style47 {color: #cc3300; font-style: italic; font-size: 12px; font-weight: bold; }

.gSoftball {
	color: #FF0000;
	font-size: 12px;
	font: Geneva, Arial;
}

.style50 {color: #FF0000; font-weight: bold; }

.style52 {color: #FF0000; font-style: italic; }
.style54 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
}
.style56 {color: #FF0000; font-size: 12px; }
.style58 {color: #663300}

.bBaseball {
	color: #663300; 
	font-size: 12px; 
}

.style61 {color: #cc3300}

.calendarBody {
	width: 800 px;
}