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

p.copytext
{
	font-family: Cambria, serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #333;
}


.header
{
	font-family: "“Trebuchet MS”", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: 2px;
	line-height: 24px;
	color: #333;
}
.bodytext
{
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.6em;
}

.subheader-black
{
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.6em;
	color: #1CB6D2;
	font-weight: bold;
}
.subheader-blue
{
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.6em;
	color: #666;
	font-weight: bold;
}
.subheader-orange
{
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.6em;
	color: #666;
	font-weight: bold;
}
.subheader-green
{
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.6em;
	color: #666;
	font-weight: bold;
}
.quote
{  font-family: Georgia, serif;
	font-size: 20px;
	font-style: italic;
	line-height: 1.4em;
}

.hangingquote
{
	font-family: Georgia, serif;
	font-size: 20px;
	font-style: italic;
	text-indent: -0.4em;
	line-height: 1.4em;
	color: #F7941E;
	
}

.thinborderfloat {
	border:solid 1px silver;
	padding:5px;
	margin-right:10px;
  } 

