﻿body {
	background-color: #f8f8f8;
	color: #000;
	margin-left: 0px;
	margin-right: 0px;	
	margin-top: 0px;
	margin-bottom: 0px
}

p, span, ul, ol {
	font-size: 12px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 6px;
	line-height: 14px;
	text-align: left;
	text-indent: 0;
	font-family:arial,helvetica,sans-serif;
	font-weight: normal;
	}

table {border-collapse: collapse;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%
	}

td {
	vertical-align:top;
	}

#homepage {
	margin:0px;
	background-color: #451f3a;
	}

img {
	border: 0px;
	margin-bottom: 2px;
	}

/* Big Blue Headline */
h1 {font-size: 36px;
	line-height: 32px;
	color: #ADDEFF;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-family:arial,helvetica,sans-serif;
	}
	
/* Regular Blue Headline */
h2 {font-size: 24px;
	line-height: 26px;
	color: #000066;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: left;
	font-family:arial,helvetica,sans-serif;
	}

/* Blue Subhead */
h3 {font-size: 18px;
	line-height: 18px;
	color: #000066;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: left;
	font-family:arial,helvetica,sans-serif;
	}

/* Black Subhead */
h4 {font-size: 18px;
	line-height: 20px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: left;
	font-family:arial,helvetica,sans-serif;
	} 

/* Text, Justified */
h5 {
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	text-align: justify;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-family:arial,helvetica,sans-serif;
	}

/* Text, Small, Left Align */
h6 {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: left;
	font-family:arial,helvetica,sans-serif;
	}

.center {
		text-align:center;
		}
	
.white {
	color: white
	}
	
.gray_bg {
	background-color: #666;
	}
	
.blue {
	color: #ADDEFF;
	}

.italic {
	font-style: italic;
	}
	
.bold {
	font-weight: bold;
	}

.activities_subhead {
	font-size: 12px;
	margin-left: 18px;
	margin-right: 8px;
	margin-top: -5px;
	margin-bottom: 0px;
	line-height: 12px;
	text-align: left;
	text-indent: 0;
	font-family:arial,helvetica,sans-serif;
	font-weight: normal;
	}
	
	.tan {
	
		background: #9Db08a ;
}


	
/* Containers */



#copyright {
	position: absolute; 
	left: 0px; 
	top: 620px; 
	width: 350px; 
	height: 40px; 
	background: transparent; 
	z-index: 0;
}



/* Link Controls */

/* Default Links */
a {
	color: #66c;
	text-decoration: underline;
	background: transparent;
}

a:hover {
	color: #00f;
}

a:visited {
	color: #666;
}

 a:visited:hover {
color: #00f;
}


#current h2 a {
	color: #009;
	text-decoration: none;
}

#current  h2 a:hover {
	color: #906;
	text-decoration: none;
}

#current h2 a:visited {
	color: #009;
	text-decoration: none;
}

#current h2 a:visited:hover {
	color: #906;
	text-decoration: none;
		text-align:center;
}
/* home page links */

body#homepage div#text a {
	color: lightblue;
	text-decoration: underline;
}

body#homepage div#text a:hover {
	color: #999;
}

body#homepage div#text a:visited {
	color: #ccc;
}

body#homepage div#text a:visited:hover {
	color: #999;
}

#picture a {font-size: 24px;
	line-height: 26px;
	color: #fff;
	margin-left: 0px;
	margin-right: 8px;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: left;
	font-family:arial,helvetica,sans-serif;
	}
	
#picture a:hover {
	color: #ADDEFF;
}

#picture a:visited {
	color: #fff;
}

#picture a:visited:hover {
	color: #ADDEFF;
}


#nav a  {
	color: #fff;
	line-height: 12px;
	font: 12px Arial,Helvetica,sans-serif;
	text-decoration: none;
		font-weight: bold;
		text-align: left;
	background: transparent;
	display: block;
	width: 90px;
	height: 14px;
	padding: 0px 0px;
	margin: 0px;
}

#nav a:hover {
	background: #000066;
		color: #fff;
		}
				
#nav a:visited {
	background: transparent;
		color: #ccc;
		}

#nav a:visited:hover {
	background: #000066;
		color: #fff;
		}


.notile {
	background-repeat: no-repeat
	}
