/* Element selectors */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	background-color:#FFFFFF
}
a:link {
	color: #2570BA;
}
a:hover {
	color: #003366;
}
a:visited {
	color: #666666;
}
hr {
color: #1e53a2;
background-color: #1e53a2;
} 
h1 {
	font-family:"Comic Sans MS";
	font-size: 130%;
	color: #0065CA;
	background-color: #FDF19F;
	text-align: left;
	text-transform: uppercase;
	line-height: 130%;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #577593;
	background-color: #FFDF9D;
	text-align: left;
	line-height: 100%;
}
h3 {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	color: #006699;
	background-color: #FDF19F;
	text-align: left;
	line-height: 120%;
}
h4 {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	color: #006699;
	text-align: left;
}
.subheading {	
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006699;
	font-weight:bold;
}
.bodystyle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.kidstyle {
	font-family:"Comic Sans MS";
	font-size: 14px;
	color: #000000;
}
.kidssubhead {
	font-family:"Comic Sans MS";
	font-size: 16px;
	font-weight: bold;
	color: #660099;
}
.kidstitle {
	font-family:"Comic Sans MS";
	font-size: 18px;
	font-weight: bold;
	color: #FF0000
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ID selectors */
#header {
	border-top-style: solid;
	border-top-color: #999999;
	border-top-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
}
#content {
	border-left-color: #999999;
	border-right-color: #999999;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
}
#footer {
	border-top-style: solid;
	border-top-color: #999999;
	border-top-width: 1px;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

/* Class selectors */
.breadcrumb {
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/header_bg.gif);
	background-color: #589BDE;
	font-size: 105%;
	text-decoration: none;
}
.breadcrumb a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.breadcrumb a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.bottomnavigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 130%;
	color: #000000;
	text-align: center;
	font-size: 102%;
}
.bottomnavigation a:link {
	color: #003399;
}
.bottomnavigation a:hover {
	color: #000033;
}
.copyright {
	line-height: 140%;
	color: #FFFFFF;
	text-align: center;
	font-size: 85%;
}
.bullet {
	list-style-type: square;
}
