@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #03C;
}
a:hover {
	color: #C00;
}
#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#wrapper-home {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#nav {
	background-color:#039;
	height: 30px;
}
.navigation {
	color: #FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.navlink {
	color: #FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.navlink:hover {
	color: #D65659;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.copyright {
	font-size: 12px;
}
.bluelink {
	font-size: 16px;
	font-weight: bold;
	color: #039;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.indent {
	margin-left: 60px;
	margin-right: 60px;
}
.graylink {
	font-size: 16px;
	font-weight: bold;
	color: #00C;
}
.Title2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: bold;
}
.Title3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 42px;
	font-weight: normal;
}
.Subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
}
.Subtitle2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}
.Subtitle3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
}
.ArticleTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.ArticleTitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.home {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
}
.links {
	color: #FFF;
	text-decoration: underline;
	line-height: 24px;
}
.links2 {
	color: #900;
	text-decoration: underline;
	line-height: 24px;
	font-weight: bold;
}
.links2:visited {
	color: #039;
	text-decoration: underline;
	line-height: 24px;
	font-weight: bold;
}
.linkHeader {
	color: #039;
	font-weight: bold;
}
.whitelink {
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	font-size: 18px;
}
.whitelink:hover {
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
}
.tag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.tag2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.cal {
	font-family:"ZapfChan MdIt BT";
	font-size: 18px;
}
.redlink {
	color: #c00;
	text-decoration: underline;
	line-height: 24px;
	font-weight: bold;
}
.orangelink {
	color: #f60;
	text-decoration: none;
	line-height: 24px;
}
.bigred {
		font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: bold;
	color: #F00;
}
.passed-bg {
	background-image: url(images/passed-bg.jpg);
	background-repeat: no-repeat;
}
.defeated-bg {
	background-image: url(images/defeated-bg.jpg);
	background-repeat: no-repeat;
}
.captions {
	font-size: 12px;
	font-style: italic;
}
.specialblue {
	font-family: Cambria, "Times New Roman", serif;
	color: #4F81BD;
	font-weight: bold;
}
.specialblue2 {
	font-family: Cambria, "Times New Roman", serif;
	color: #4F81BD;
	font-weight: bold;
	font-size: 18px;
}