@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
}
body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-color: #332AEC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	}

#layout_table {
	background-color: #332AEC;
	margin: 0px auto;
	border: 3px solid #332AEC;
	text-align:left;
}
#top {
	width:800px;
	background-color: #332AEC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: top;
}

a:link {
	color: #332AEC;
	text-decoration: none;
}
a:visited {
	color: #332AEC;
	text-decoration: none;
}
a:hover {
	color: #20b9f8;
	text-decoration: underline;
}
a:active {
	color: #20b9f8;
	text-decoration: none;
}
#navigation {
	vertical-align: top;
	margin: 5px;
	padding: 0px;
	background-color:#332AEC;
	font-family:Arial, Helvetica, sans-serif;
	background-position: bottom;
	}
#navigation a:link {
	color: #ffffff;
	text-decoration: none;
	vertical-align: top;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	display: block;
	padding:5px;
	margin: 2px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#navigation a:visited {
	color: #ffffff;
	text-decoration: none;
	vertical-align: top;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	display: block;
	padding:5px;
	margin: 2px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}
#navigation a:hover {
    color: #332AEC;
	text-decoration: none;
	background-color: #7bd3f7;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;	
}

#navigation a:active {
   color: #332AEC;
	text-decoration: none;
    background-color: #7bd3f7;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#content {
	background-color: #ffffff;
	line-height: 1.5em;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}

h1 {
	color: #f9c823;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #20b9f8;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #332AEC;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #f9c823;
}

.sitelinks  {
	line-height: 1.5em;
	font-size: 10px;
	color: #332AEC;
	text-align: center;
	vertical-align: bottom;
}
#footer {
	width:800px;
	background-color: #332AEC;
	line-height: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: top;
}
#footer a:link {
	color: #ffffff;
	text-decoration: none;
	vertical-align: top;
	font-size: 11px;
	text-align: center;
}
#footer a:visited {
	color: #ffffff;
	text-decoration: none;
	vertical-align: top;
	font-size: 11px;
	text-align: center;
	}
#footer a:hover {
    color: #f9c823;
	text-decoration: none;	
}

#footer a:active {
   color: #f9c823;
	text-decoration: none;
}

.boldbluetext {
	font-size: 11px;
	font-weight: bold;
	color: #332AEC;
}
.youthtext {
	font-size: 11px;
	font-weight: normal;
	color: #6633cc;
}
.purplesubheading {
	font-size: 14px;
	font-weight: bold;
	color: #6633cc;
}
.youthsubheading {
	font-weight: bold;
	font-size: 13px;
	color: #ff3300;
}
.youthlightheader {
	font-weight: bold;
	font-size: 13px;
	color: #CCFF33;
}
.youthpicturetags {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #ff3300;
}
