body {text-align:left;
color: #2A5F00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #74ACE9;
	text-align:left;
}



h1, h2, h3, h4, h5, h6 {
	color: #2A5F00;
	text-align:center	
}

h1              { font-size: 2em; margin: .0em 0 }
h2              {
	font-size: 1.4em;
	margin: .25em 0
}
h3              { font-size: 1.17em; margin: .15em 0 }
h4				{ font-size: 1.00em; margin: .25em 0 }
h5              { font-size: .83em; margin: .25em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
a {
	color: #2A5F00;
}

a:link {
	color: #2A5F00;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #2A5F00;
}
a:hover {
	text-decoration: none;
	color: #000;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #FAFCF9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.red_highlight {
	color: rgba(251,0,23,1);
	font-weight: normal;
	font-size: 18px;
}

.black_text {
	color:#000;
}

.black_highlight {
	color: #000;
	font-weight: bold;
}


.white_highlight {
	color:#FFF;
	font-weight: bold;
	}

 .CenterImage
    {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
	
.PicBorder {
	border: 5px solid #2A5F00;
	margin: 5px;
	vertical-align: text-top;
	box-shadow: 3px 3px 10px rgba(0,0,0,.5);
}

.Logo {
	font-size: 72px;
	color: #2A5F00;

}
#GreenYear {
	color: #060;
	font-weight: bold;
}
#RedYear {
	color: #F00;
}

.schedule_box {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
}
.schedule_Logo {
	font-size: 48px;
	padding: 0px;
}
.schedule_box_2 {
	font-size: 18px;
	text-align: left;
}
a.yellowLink {
	color: #FF0;
	text-decoration: underline;
}

a:hover.yellowLink{
	color: #FFF;
}
a.whiteLink {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	
}

a:hover.whiteLink{
	color: #FF0;
	text-decoration:none;
	font-weight: bold;
}
a.blackLink {
	color: #000;
	text-decoration: underline;
	
}

a:hover.blackLink{
	color:#F00;
	
}

a.RedLink {
	color: #F00;
	text-decoration: underline;
		font-weight: bold;
}

a:hover.RedLink{
	color: #000;
font-weight: bold;	
}

.YellowHighlight {
	color: #FF0;
	font-weight: bold;
}

.FloatPicLeft{
	float:left;
	margin:10px;
	border: 5px solid #2A5F00;
	vertical-align:text-top;
	box-shadow:3px 3px 10px rgba(0,0,0,.5);	
}

.FloatPicRight{
	float: right;
	margin: 10px;
	border: 5px solid #2A5F00;
	vertical-align:text-top;
	box-shadow:3px 3px 10px rgba(0,0,0,.5);
}

.alignPicTop{
	vertical-align:text-top;
	margin: 5px;
	}

.Superscript{
	position: relative; 
	top: -0.5em; 
	font-size: 90%;
}

.TextRight{text-align: right}

.TextCenter{text-align: center}

.TextLeft{text-align: left}
