﻿body {
	margin: 0;
	padding: 0;
	background: #D6C2D6;
	font-family: Trebuchet MS;
	font-size: 95%;
	color: #800040;
}

html {
	margin: 0;
	padding: 0;
	background: #D6C2D6;
	font-family: Trebuchet MS;
	font-size: 95%;
	color: #800040;
}

a {
	color:#425a7c;
}
a:hover{
	color:#660000;
	text-decoration:none;
}

#layer1 {
   margin: 20px auto;
   width: 90%;
   min-width: 600px;
}

.blurb {
   background: #D6C2D6;
   	color: #7e2c41;
   font-variant: small-caps;
   text-align: center;
}

h1#trop {
   background: #D6C2D6;
   	color: #7e2c41;
   font-variant: small-caps;
   text-align: center;
   font-size:12px
}


h1#title{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 30px;
	background: #D6C2D6;
	color: #7e2c41;
	letter-spacing: .1em;
	font-style: italic;
}

#nav {
   text-align: center;
   padding-right: 5px;
   background: #ffffff;
   
}

#nav a {
   text-decoration: none;
   color: #425a7c;
}

#nav a:hover {
	color: #000;
	background: #D6C2D6;
}

#main {
   margin-top: 3px;
   margin-bottom: 3px;
   padding-top: 15px;
   padding-right: 50px;
   padding-bottom: 15px;
   padding-left: 50px;
   text-align: justify;
   line-height: 1.5em;
   background: #F3E8F4;
   color: #800040;
}

#main h3 {
	font-weight: bold;
	text-decoration: underline;
}

#footerLeft {
	float: left;
	padding-left: 5px;
	background: #A87DAB;
	color: #660000;
}

#footerLeft a {
   text-decoration: none;
   color: #660000;
}

#footerLeft a:hover {
   color: #000000;
}

#footerRight {
   text-align: right;
   padding-right: 5px;
	background: #A87DAB;
   color: #660000;
}

#footerRight a {
   text-decoration: none;
   color: #660000;
}

#footerRight a:hover {
   color: #000000;
}
.txt_center {
	text-align: center;
}

.style1 {
	color: #B087AF;
}
.style2 {
	text-decoration: underline;
	font-weight: bolder;
}

.anon {
	text-align: center;
	color: #DF00DF;
}

.no_border {
	padding: 4px;
	border-width: 0;
}

