/* Template3 Custom.css version 1.02*/ 



/*-------General Styles--------*/
 
/*the default color and size for text on this site.*/
body { 
	color: #000; 
	font-size: .8em;
}

/*
Margin - Controls the spacing to allow for side columns
min-height - use to set a minimum height for the content section of the page.  
_height - is a hack. It allows us to set a height (that only IE will see) which works like minimum height in standards complaint browsers.
*/
#content { 
	_height: 420px;
	margin-left: 175px; 
	min-height: 420px; 
}

/*Controls the font size in the footer. Inherits from the body*/
#footer { font-size: .7em; }

/*Controls the headline color*/
h1, h2, h3, h4 { color: #000099; }

/*Controls heading font size for h1*/
h1 { font-size: 1.45em;	}

/*Controls heading font size for h2*/
h2 { font-size: 1.30em; }

/*Controls heading font size for h3*/
h3 { font-size: 1.25em; }

/*Controls heading font size for h4, h5, and h6*/
h4, h5, h6 { font-size: 1.15em; }

/*Controls the font size in the header. Inherits from the body*/
#header { font-size: .8em; }

/*Sets the height for the momentum band on the home page*/
#home #momentum { height: 114px; }

#home #columnLeft {
	margin-top: 3.5em;
	width: 160px;
}

#columnLeft strong { 
	color: #494d4c;
	display: block;
	font-size: 1.15em;
	margin: 0;
	padding: 0 0 .3em 0;
}

#columnLeft img { padding: 0 0 2em 0; }

#colleft {		
	float: left;
	width: 33%;

}

#colright {		
	float: right;
	width: 65%;

}

/*The color that will expand to the right of the momentum band */
#momentum { background:  #000099; }

/*Sets the height for the momentum band on every page except for the home page.*/
#momentum { height: 114px; }

/*Controls the width of the page*/
#pageConstraints { width: 100%; }

/*Height here needs to be the same size as the height of your sitename image for vertical alignment to work in firefox.*/
#siteNamePositioner { height: 50px; }

/*This number tells the browser what size to allow to the left for your site name image*/
#siteSpecific { margin-left: 128px; }


table.schedule {
	border-width: 1px;
	border-padding: 1em;
	border-style: solid;
	border-color: #C9C9C9;
	border-collapse: collapse;
	background-color: transparent;
}

td.schedule {
	padding: 20px;
	border-style: solid;

}

/*-------End General Styles--------*/

	
/*-------Top Nav Styles--------*/   

/*This color has to match the headline color used in the site name*/
#textTopNav a:link.currentPage, 
#textTopNav a:hover.currentPage, 
#textTopNav a:visited.currentPage,
#textTopNav A:active.currentPage, 
#textTopNav A:focus.currentPage, 
#textTopNav A:hover.currentPage {
	color: #494d4c;
}

/*-------End Top Nav Styles--------*/
