﻿body {
	background: #ffffff;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 10pt;
}
.menu {
	background: #A5B0B9;
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
}
.menu A:link, .menu A:visited {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
.menu A:active, .menu A:hover {
	color: #DAE1E6;
	text-decoration: none;
	font-weight: normal;
}

.leftmenu { font-size: 10px; line-height: 18px; font-weight: bold; font-family: Verdana, Arial, Helvetica }
.leftmenu A:link, .leftmenu A:visited { color: #3E6088; text-decoration: none }
.leftmenu A:active, .leftmenu A:hover { color: #C8A486; text-decoration: none }

h1 {
	color: #000000;
	font-weight: bold;
	font-size: 18pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
h2 {
	color: #C8A486;
	font-weight: bold;
	font-size: 14pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
h3 {
	color: #000000;
	font-weight: bold;
	font-size: 12pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
h3 span {
	color: #008080;
}

h4 {
	color: #008080;
	font-weight: bold;
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin-bottom: 5px;
}
h5 { color: #000000; font-weight: bold; font-size: .95em; font-family: Arial, Verdana, Helvetica }
h6 {
	color: #808080;
	font-weight: bold;
	font-size: .9em;
	font-family: "Times New Roman", Times, serif
}

p {
	color: #808080;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
	margin-bottom: 5px;
}
p span {
	color: #FF0000;
	font-weight: bold;
}

.phototext
	{
	color: #800080;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 8pt;
	margin-bottom: 5px;
	font-style: italic;
}


.content
	{
	color: #64717B;
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
	
input, textarea, select, option { color: #64717B; font-size: 8pt; font-family: Verdana, Arial, Helvetica }

ul, ul ul, ul ul ul, ol, ol ol, ol ol ol { font-size: 1em; color: #64717b; font-family: Verdana, Arial, Helvetica }
	
hr {
	color: #A5B0B9;
	height: 1px;
	margin-top: 35px;
}

a:link {
	color: #3E6088;
	font-weight: bold;
}
a:visited {
	color: #284C78;
	font-weight: bold;
}
.tdstyle2 {
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-color: #DAE1E6;
	color: #000080;
}
.tdstyle3 {
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-color: #C8A486;
	color: #800000;
}
a:active, a:hover { color: #C8A486 }
.tdstyle4 {
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
}
.tdstyle5 {
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-color: #008000;
	color: #FFFFFF;
}
.tdstyle6 {
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-color: #FFFFCC;
	color: #000000;
}
.tdstyle7 {
	font-size: 8pt;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-color: #C0C0C0;
	color: #003399;
	text-align: center;
}


/* image in text */

.image280InTextLeft
{
    float:left;
    margin-right:20px;
    margin-top:20px;
    margin-bottom: 10px;
    width: 280px;
}

.image280InTextRight
{
	float: right;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 280px;
}

.imageInTextDesc
{
	font: 9pt "Trebuchet MS", Arial, sans-serif;
	color: #000099;
}

.imagelink
{
	border: 5px solid #CCCCCC;
}
.imagelink:hover
{
	border: 5px solid #999999;
}
.imagelinknoborder
{
	border: 5px none #CCCCCC;
}

/* end image in text */

/* quote */

.quoteBlockRight
{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 5px;
    margin-top: 10px;
    margin-right: 0px;
    background-color: #FFF;
    width: 280px;
    float:right;
    display: block;
    
    background-image: url('images/quoteBlue.jpg');
    background-position: 0% 0%;
    background-repeat: no-repeat;  
}

.quoteBlockLeft
{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 5px;
    margin-top: 10px;
    margin-right: 0px;
    background-color: #FFF;
    width: 280px;
    float:left;
    display: block;
    
    background-image: url('images/quoteBlue.jpg');
    background-position: 0% 0%;
    background-repeat: no-repeat;  
}

.quoteBlockFullWidth
{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 5px;
    margin-top: 10px;
    margin-right: 0px;
    background-color: #FFF;
    display: block;
    
    background-image: url('images/quoteBlue.jpg');
    background-position: 0% 0%;
    background-repeat: no-repeat;  
}


.quoteText
{
	color: #008080;
	font: normal 10pt/14px "Trebuchet MS", Arial, sans-serif;;
	line-height: 140%;
	font-style: italic;
}

.quoteAuthorRight
{
    color:#65B31C;
    font: normal 11px/12px Verdana;
    text-align: right;
    font-style: italic;
    margin-top: 10px;
}

.quoteAuthorLeft
{
    color:#65B31C;
    font: normal 11px/12px Verdana;
    text-align: left;
    font-style: italic;
    margin-top: 10px;
}

