

/* ------------------------ Default Type Selectors ------------------------ */

h1	{
	font-size: 160%;
	font-weight: 300;
	letter-spacing: .1em;
	text-transform: capitalize;
	}

h2	{
	font-size: 132%;
	font-weight: 500;
	margin: 5px 0px 5px 0px;
	text-transform: capitalize;
	}

h3  {
	color: #7f6040;
	font-size: 119%;
	font-weight: 200;
	margin: 5px 0px 5px 0px;
	text-transform: capitalize;
	}
	
.accordion h3 {
	color: #7f6040;
	font-size: 110%;
	font-weight: 200;
	text-transform: capitalize;
}

h4	{
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	}
	
h5	{
	border-top: 1px dashed #4a557c;
	font-size: .9em!important;
	line-height: 1.8em;
	}

/* ------------------ Custom Font Styles for Entire Site ------------------ */

.backtop {
	float: right;
	font-size: 80%; 
	text-align: right;
	}

.bluefont { color: #003399; }

.blueitalic { color: #003399; font-style:italic; }

.bold	{ font-weight: bold; }

.boldblue { 
	font-weight: bold; 
	color: #003399;
	}

.bluecenter { 
	color: #003399;
	text-align:center; 
	}

.boldcenter	{ 
	font-weight: bold;
	padding-top: .5em;
	text-align:center; 
	}

.boldital { 
	font-style: italic; 
	font-weight: bold; 
	}
	
.boldgreen { 
	font-weight: bold; 
	color: #009900; 
	}

.darkred { 
	color: #933036; 
	font-weight: bold; 
	}
	
.darkrednorm { color: #933036; }

.darkredital { 
	color: #933036; 
	font-style: italic;
	font-weight: bold; 
	line-height: 1.3em;
	}

.goldfont { color:#6f6639; }

.goldbold { 
	color: #6f6639; 
	font-weight: bold; 
	}

.indent { padding: 0 2.5em 1em 2em; }

.indentbold {
	font-weight: bold;
	padding: 0 2.5em 1em 2em;
	}
		
.italic { font-style: italic; }

.italicsmall { 
	font-style: italic;
	font-size: 91%; 
	}

.italbold { 
	font-style: italic;
	font-weight: bold;
	}

.pagehead h2 {
	background: transparent url(../../images/theme/pageheader.jpg) repeat-y;
	border-bottom: 1px solid #cfbf99;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 126%;
	padding-left: .5em;
	line-height: 1.3em;
	margin: .5em 0 1.5em 0;
	}
	
.pagehead span {
	font-weight: 200;
	margin-left: .2em;
	}

.pullquote {
	color: #8f7055;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
	text-align:center;
	}
	
.rcolh3 { 
	background: transparent url(../../images/theme/rcolheader.jpg) repeat-y;
	border-bottom: 1px solid #6f66aa;
	border-top: 1px solid #6f66aa;
	color: #933036; 
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: .5em 0 .5em 0;
	font-size: 110%;
	font-weight: bold; 	
	text-align: center;
	}
	
.rednorm { color: #CC0000; }

.redbold { 
	color: #CC0000; 
	font-weight: bold; 
	}
	
.redboldital { 
	color: #CC0000; 
	font-style: italic;
	font-weight: bold;
	}

.redboldcenter { 
	color: #933036; 
	font-weight: bold; 
	text-align: center;
	}

.signature {
	color: #6c4e3c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
	padding: 1em 2em 1em 0;
	text-align:right;
	}

.smallfont { font-size: 91%; }

.smallfontblue { 
	font-size: 91%; 
	color: #0033a3; 
	}

.smallfontbold { 
	font-size: 91%; 
	font-weight: bold;
	}

.smallblueital {
	font-size: 93%;
	font-style: italic;
	color: #0033a3;
	}

.smallredital {
	font-size: 93%;
	font-style: italic;
	color: #CC0000;
	}

.txtcenter { text-align: center; 
	background: transparent; 
	}

.txtright { text-align: right; }

.whitefont { color: #ffffff; }

.whitebold { 
	color: #ffffff;
	font-weight: bold;
	}

.whitecentbold { 
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	}