﻿/* CSS Document */
.whitetext {
	font-family: "Comic Sans MS";
	font-size: medium;
	color: #FFFFFF;
	line-height: 21px;
	padding-left:8px;
}

.welcome {
	font-size: large;
	font-weight: bold;
	font-family: "Comic Sans MS";
	color: #FFFFFF;
	line-height: 1px;
	padding-left:8px;	
}
.text {
	font-family: "Comic Sans MS";
	font-size: small;
	color: #666666;
	font-weight:bold;
	padding:10px;
}
.maintext {
	font-family: "Comic Sans MS";
	font-size: small;
	color: #666666;
	padding:10px;
}

.nav {
	font-family: "Comic Sans MS";
	font-size: small;
	font-weight: bold;
	color: #808080;
	}
.footer {
	font-family: "Comic Sans MS";
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
 a {
	text-decoration: none;
	color: #5AB9E9;
	font-weight: bold;
	
}
 a:visited {
	text-decoration: none;
}
 a:hover {
 text-decoration:underline 
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	
}
#footer a:visited {
	text-decoration: none;
}
#footer a:hover {
background-color:#5AB9E9;
}
#darkblue a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#darkblue a:visited {
	text-decoration: none;
}

#darkblue a:hover {
background-color:#5AB9E9;
}
#pink a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	
}
#pink a:visited {
	text-decoration: none;
}
#pink a:hover {
background-color:#F8ADAE;
}

#green a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	
}
#green a:visited {
	text-decoration: none;
}
#green a:hover {
background-color:#B3D67D;
}
#lightblue a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	
}
#lightblue a:visited {
	text-decoration: none;
}
#lightblue a:hover {
background-color:#B5D9E7;
}
.breadcrumbs {
	font-family: "Comic Sans MS";
	font-size: 10px;
	color:#666666;
	font-weight:bold;
	
}

.subhead {
	font-family: "Comic Sans MS";
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
}

