@charset "utf-8";

html {
	height: 100%;
	margin: 0px;
	}

body { 
	margin: 0px;
	padding: 0;
	color: #000000; 
	font-size: 15px; 
	line-height: 17px;
	font-family: Georgia, Palatino, Garamond, 'Times New Roman', serif; 
	background-color: #F6F7EE;
	}

a {
	text-decoration: none;
	}

a:link {
	text-decoration: none;
	color: #901F2E;
	font-weight: normal; 
	border-width: 0;
	border-style: none ;
	background-color: transparent;
	}
	
a:visited {
	text-decoration: none;
	color: #901F2E;
	font-weight: normal; 
	border-width: 0;
	border-style: none ;
	background-color: transparent;
	}
	
a:hover {
	text-decoration: none;
	color: #CD7B3F;
	border-width: 0;
	border-style: none ;
	background-color: transparent;
	}

table {
	border: 0px;
	padding: 0px;
	}

td.greenish{
	background-color: #F5FAF9;
	}

td.brownish{
	background-color: #F6F7EE;
	}

td.maintext{
	margin-right: 24px;
	}
	
td.midtone{
	background-color: #DEDAB6;
	}

td.toprow{
	background-color: #DBE3DF;
}
td.rtindent{
	padding-right: 6px;
}

h1 {
	color: #000000; 
	font-weight: normal; 
	font-size: 28px; 
	font-family: Palatino, 'Times New Roman', serif;
	}
h2 {
	color: #000000; 
	font-weight: normal; 
	font-size: 18px; 
	font-family: Georgia, Palatino, Garamond, 'Times New Roman', serif;
	}
	
span.h2sm {
	font-size: 14px; 
	font-style: italic; 
	line-height: 36px;
	}
	
p{
	font-size: 15px; 
	line-height: 17px;
	color: #262E30
	}
	
.reftext{
	font-size: 11px; 
	line-height: 13px;
}

p.bottommenu{
	font-size: 12px; 
	text-align: center;
	line-height: 14px;
	}
	
span.subhed {
	font-size: 20px; 
	line-height: 30px;
	color: #441629
	}
	
p.empsz {
	font-size: 16px; 
	line-height: 18px;
	color: #441629
	}

ul{
	font-size: 15px; 
	line-height: 17px;
	color: #262E30
	}
		
h1.set1 {color: #441629; }
h1.set2 {color: #511A2B; }
h1.set3 {color: #5F1D2D; }
h1.set4 {color: #6E1F2E; }
h1.set5 {color: #7E1F2E; }
h1.set6 {color: #901F2E; }

h2.set1 {color: #441629; font-size: 17px;}
h2.set2 {color: #511A2B; }
h2.set3 {color: #5F1D2D; }
h2.set4 {color: #6E1F2E; }
h2.set5 {color: #7E1F2E; }
h2.set6 {color: #901F2E; }

/****IDs***********************************/

	
#sidebar {
	float: left;
	width: auto;
	height: 100%;
	border: 0px dotted gray;
	margin-right: 0px;
	padding: 5px 0 0 0;
	background-color: black;
	text-align: left;
	line-height: 20px;
	}

#centerit {
	text-align: center;
	Vertical-align: middle;
	width: 100%;
	height: 100%;
	}
/****Classes**********************************/



/****Colors**********************************

paper - #F6F7EE
shaded paper - #E8E6D4

pale green - #F5FAF9
darker green - #BDCAC6

borders - #A21960

#441629 - set 1 heads
#511A2B - set 2 heads
#5F1D2D - set 3 heads
#6E1F2E - set 4 heads
#7E1F2E  - set 5 heads
#901F2E - set 6 heads

links - CD7B3F
visited - CD7B3F
hover - B14B00
*********************************************/
