@charset "utf-8";
/* CSS Document */


/* IDs and related */
#wrapper {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

#headTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 70px;
	color: #FFCC00;
	background-color: #26354A;
	height: 70px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left top;
}

#headTitle .tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: 400;
	letter-spacing: .15em;
}

#navigation {
	color: #26354A;
	background-color: #FFCC00;
	height: 20px;
	padding-left: 15px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b2251c;
	border-bottom-color: #b2251c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	padding-top: 5px;
}

#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
	background-color: #26354A;
	width: 230px;
	font-weight: bold;
}
#sidebar ul {
	color: #FFCC00;
}

#alsoVisit {
	font-size: 14px;
	line-height: 20px;

}

#sidebar a {
	color: #FFCC00;
	text-decoration: none;
	list-style-image: none;
	
}

#sidebar a:hover {
	font-weight: 500;
	color: #FF6600;
	
}
#pagearea {
	background-color: #D3DCE6;
}


#bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #26354A;
	background-color: #D3DCE6;
	padding-top: 40px;
}

#bodyText p, #bodyText h1, #bodyText h2 {

}

#footer {
	background-color: #64748B;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFCC00;
	letter-spacing: .2em;
	padding-left: 280px;
}

/* TAGS */
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px;
	color: #b2251c;
	font-weight: 400;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	margin-bottom: -12px;
	padding-top: 6px;
}
a {
	font-weight: bold;
	color: #B2251C;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/* CLASSES */
.indent15 {
	padding-left: 15px;
}

.quoted {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000000;
	padding-left: 80px;
	font-weight: 600;

}

.quoted em {
	font-family: Arial, Helvetica, sans-serif;
	color: #26354A;
	font-size: 11px;
	font-weight: normal;
	padding-left: 25px;

}
h1 .h1tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;

}
