/* color swatches
------------------------------------------------------------*/

.lightblue {
	color: #92C4D3;
}
.medblue {
	color: #0077C5;
}
.darkblue{
	color: #000033;
}
.grey {
	color: #CCCCCC;
}
.dark red {
	color: #990000;
}
.green {
	color: #4CB849;
}
/* text formatting
------------------------------------------------------------*/
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #CCC;
	font-weight: bold;
	line-height: 1.5em;
	list-style-position: inside;
	list-style-type: disc;
}
.commenttxt p {
	font-size: 10px;
	font-style: italic;
	color: #CCC;
	width: 150px;
	text-align: center;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	font-weight: normal;
}
pre {
	margin: 0px;
	padding: 0px;
}
blockquote {
	border-left: #ccc 4px solid;
	padding-left: 1em;
	font-size: 12em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #92C4D3;
	font-weight: bold;
	letter-spacing: 0.3em;
	padding-bottom: 10px;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C00;
	font-weight: bold;
	letter-spacing: 0.3em;
	padding-bottom: 10px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4CB849;
	font-weight: bold;
	letter-spacing: 0.3em;
	padding-bottom: 10px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #C00;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
}
h6 {
	font-size: 1em;
	font-weight: bold;
	color: #92C4D3;
	text-align: center;
	margin: 15px 0px 15px 0px;
	padding: 3px 5px 3px 10px;
}

.banner_text h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	color: #92C4D3;
	font-weight: bold;
	text-align: right;
	letter-spacing: 0.20em;
	margin: 0px 25px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border-bottom-width: 0px;
	width: auto;
}
.banner_text h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C00;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border-bottom-width: 0px;
}

.commenttxt h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #92C4D3;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: left;
	padding: 25px 5px 5px 5px;
	margin: 0px;
	font-style: italic;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 25px;
	line-height: 1.5em;
	text-indent: -1.5em;
}
li {
	list-style-type: disc;
}


a {
	color: #92C4D3;
	text-decoration: none
}
a:hover {
	color: #C00
}
.pageheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#cccccc;
	padding:20px 0px 10px 0px;
	text-align: center;
	letter-spacing: .7em;
}
.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.right {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ccc;
	padding: 5px;
	text-align: center;
}
hr {
	height:3px;
	width:100%;
	text-align: center;
	color:#C00;
	background:#C00;
	vertical-align: top;
}
.sig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ccc;
	font-style: italic;
	text-align: right;
	font-weight: bold;
	padding-right: 100px;
}
.ss {
	vertical-align: sub;
}

