/* dickens2 style */
/* dperdue */
/* 09/06/07 */

body {
	font-family: arial, helvetica, sans-serif ;
	font-size: 10pt;
	background-color : #ffffff;
	background-image: url(images/site-back.jpg);
	padding: 5px;
	margin: 0;
	
}


p {
	font-family: arial, helvetica, sans-serif ;
	font-size: 10pt;
	margin-bottom : -7px;
}

td { font-family: arial, helvetica, sans-serif ; font-size: 10pt }

th {
	font-family: arial, helvetica, sans-serif ;
	font-size: 10pt;
	font-weight : bold;
}

ul {
	font-family: arial, helvetica, sans-serif ;
	list-style: disc;
	margin: 0 0 0 2em;
	padding: 1em;
}

li {
	padding:0;
	margin:0;
}

a:link {
	color : Maroon;
}

a:visited {
	color : Purple;
}

a:hover {
	color : Maroon;
	text-decoration : underline;
	}
	
a:active {
	color : Maroon;
}


/* nav bar*/
#navigation a:link {
	font-weight: bold;
	font-size: 100%;
	line-height: 1.8em;
	text-decoration: none;
	color: #000000;
	font-family : Arial, helvetica, sans-serif;
	padding-left: 10px;
}

#navigation a:visited {
	font-weight: bold;
	font-size: 100%;
	line-height: 1.8em;
	text-decoration: none;
	color: #000000;
	font-family : Arial, helvetica, sans-serif;
	padding-left: 10px;
}

#navigation a:hover {
	color: #790000;
	text-decoration: underline;
	padding-left: 10px;
}

#navigation ul {
	list-style-type: none;
	padding: 0px;
	margin:0;
	font-family : Arial, helvetica, sans-serif;
	width: 160 px;
	font-size: 100%;
}

#navigation li {
	margin: 0px;
}

#navigation li li {
	font-weight: bold;
	font-size: 80%;
	line-height: 1.8em;
	text-decoration: none;
	color: #790000;
	font-family : Arial, helvetica, sans-serif;
	/*letter-spacing: .4px;*/
   padding-left: 20px;
}
#navigation hr{
	padding: 0;
	color: #790000;
	height : 1px;
	width : 95%;
	margin: 5px;
	
}
/* Classes*/

.quote {
	font-family: times new roman, serif;
	font-size: 10pt;
	color: Black;
	font-style: italic;
}

.greentext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Green;
}
	
.greentimes {
	font-family: times new roman, serif;
	font-size: 11pt;
	color: Green;
}

.headertext {
	font-family: sans-serif;
	font-size: 13pt;
	font-weight : bolder;
}

.headertext2 {
	font-family: sans-serif;
	font-size: 15pt;
	color: Black;
	font-weight : bold;
}

.headertext3 {
	font-family: sans-serif;
	font-size: 11pt;
	font-weight : bold;
	}
	
.firstletter {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	color: Black;
	font-weight : bold;
}

.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	color : Gray;
}

.smalltext{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
}

.smallbold{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8.5pt;
	font-weight : bold;
}

.smallfirstletter{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8.5pt;
}

.smallgreen{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	color : green
}

.smallfirstletter{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}

.smallheader{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

.underline{
	text-decoration : underline;
}

.maroon{
	color : Maroon;
}

.smallred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	text-decoration: none;
}

.pullQuote {
	float: right;
	width:115px;
	margin: 10px 15px 5px 10px;
	font: italic bold 100% Arial;
	padding: 5px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.dropCap {
	float: left;
	background: #ffffff;
	color: #790000;
	font: 300% Georgia, "Times New Roman", serif;
	font-weight: normal;
	line-height: 80%;
	margin: 0 .1em 0 0;
	padding: 0 0 0 0;
}

.picleft { 
        float: left; 
        margin-right: 5px; 
        } 

.picright { 
        float: right; 
        margin-left: 5px; 
        } 

.indent0{ 
        margin-left: .5em;  text-indent: -5em;  margin-top: .10em; margin-bottom: 0em 
}             
.indent1{ 
        margin-left: 3em; text-indent: -1em; margin-top: .10em; margin-bottom: 0em 
}     
.indent2{ 
        margin-left: 6em; text-indent: -2em; margin-top: 0.1em; margin-bottom: 0em 
}   
.indent3{ 
        margin-left: 9em; text-indent: -3em; margin-top: 0.1em; margin-bottom: 0em 
}     
.indent4{ 
        margin-left: 12em; text-indent: -4em; margin-top: .10em; margin-bottom: 0em 
} 
.indent5{ 
        margin-left: 15em; text-indent: -5em; margin-top: .10em; margin-bottom: 0em 
} 

