body {
	text-align: left;
	font-size: 12pt;
	background-color: white;
	font-family: verdana, sans-serif;
}

.title {
	color: white;
	font-family: arial; verdana, sans-serif;
	/*letter-spacing: 0.5em;*/
	text-align: center;
	font-weight: 900;
	background-color: #194E84; 
	font-size:34pt;
}

.titledark {
	color: black;
	font-size:24pt;
	line-height:28pt;
	padding-top: 0.25in;
	padding-bottom: 0.25in;
	font-family: verdana, sans-serif;
	letter-spacing: 0.5em;
	text-align: left;
}

.content {
	font-size: 12pt;
	font-family: arial, verdana, sans-serif;
	padding-left: 0.5in;
	padding-right: 0.25in;
	padding-bottom: 0.5in;
	padding-top: 0;
	color: black;
	background-color: white;
	/* text-align: justify; */
	line-height: 125%;
	/* border-left: 15px double #3B6B9C; */
	/* border-top: 10px double #3B6B9C; */
	/* border-bottom:5px double #3B6B9C; */
}
 
.sidebar {
	color: white;
	font-weight:700;
	padding-top: 0.5in;
	padding-bottom: 0.5in;
	padding-left: 0.5in;
	font-family: arial, verdana, sans-serif;
	letter-spacing: 0.2em;
	text-align: left;
	background-color: #194E84;
	border-left: 5px outset #3B6B9C;
}

.header {
	background-color: #194E84;
	border-left: 5px outset #3B6B9C;
	border-top: 10px outset #3B6B9C;
}

.footer {
	background-color: #194E84;
	font-size: 8pt;
	color: white;
	border-left: 5px outset #3B6B9C;
	border-right: 5px outset #3B6B9C;
	border-bottom: 5px inset #3B6B9C;
}

a.title:link {
	color:white;
	text-decoration:none;
}

a.title:visited {
	color:white;
	text-decoration:none;
}

a.title:hover {
	color:white;
	text-decoration:none;
}

a.title:active {
	color:white;
	text-decoration:none;
}

a.menu:link {
	color:white;
	text-decoration:none;
}

a.menu:visited {
	color:white;
	text-decoration:none;
}

a.menu:hover {
	color:black;
	text-decoration:none;
	background: #BADAEC;
}

a.menuyellow:active {
	color:yellow;
	text-decoration:none;
}


a.menuyellow:link {
	color:yellow;
	text-decoration:none;
}

a.menuyellow:visited {
	color:yellow;
	text-decoration:none;
}

a.menuyellow:hover {
	color:black;
	text-decoration:none;
	background:yellow;
}

a.menuyellow:active {
	color:yellow;
	text-decoration:none;
}

.copyright {
	font-size: 8pt;
	font-family: Verdana, Sans-serif;
	background: transparent;
	float: left;
}

.credits {
	font-size: 8pt;
	font-family: Verdana, Sans-serif;
	background: transparent;
	float: right;	
}

.right {
	float: right;
}

.left {
	float: left;
}
