/* CSS Document */
body{
	margin: 0;
	padding: 0;
	background-color: #Fdcfb1; /*peach ffddcc*/
	/*background-color:#837299; deep purple */
	background-attachment: scroll;
   }
   
p {
   font-family: Verdana, Arial, sans-serif;
   font-size:small;
   color:#555555;
   line-height:1.5em;
   }

h1 {
   text-align: center; 
   padding-right: 20px;
   font: 130% Georgia, "Times New Roman", Times, serif;
   color: #8C3099; /* deep purple */
}
h2 {
	text-align: center;
	padding-right: 20px;
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #626262;
}
h3 {
   font-family: Arial, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	color:#7600B2;
}
a:link, a:visited {
   text-decoration: underline;
   color: #8C3099;
   background-color: transparent;
}
a:hover {
   color: #cc99cc;
}

#header {   
   border-bottom: 1px dotted #b2Bcc6;  
   height:115px;  /* don't change */
   margin-top:0px;
   /*background-color:#FDCFB1; */
}
#header .tagline {
   	font: 200% Georgia, "Times New Roman", Times, serif;
	font-style:italic;
   	color: #5d008c;
   	text-align:right;
	padding: 5px 10px 0px 0px;
	/*padding-right:10px;
	padding-left:11em;*/
}
#header .tagsub {
	font-family:arial, helvetica, sans-serif;
	font-size:14px;
	color:#5d008c;
	text-align:right;
	padding:10px 10px 0px 0px; 
}

#header .logo {
   float: left;
   margin-top:-30px;
}

#content2 { /* 2 column content block */
   	background-color: #ffe0cc;
   	background-image: url(../images/watermark.gif);
	background-repeat:no-repeat; 
   	min-height 100%;
   	margin: 0px 50px 3em 240px; 
   	padding: 20px;  
	border: 1px solid #B03894;
}

#content {
	background-color: #FFE0CC; /* was ffe0cc */
	background-image: url(../images/watermark.gif);
	background-repeat:no-repeat; 
    min-height: 100%;
	margin: 0px 245px 4em 220px;
	padding: 20px;
	border: 1px solid #B03894;
 }

#content ul {
   list-style: square;
   margin-left: 0px;
   padding-left: 10px;
   width: 300px;
}
#content li {
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 3.5em;
}
/*
#content a:link, #nav a:visited {
   text-decoration: none;
   color: #901602;
   background-color: transparent;
}
#content a:hover {
   color: #621313;
}
	*/	
#nav {
   position: absolute;
   width: 200px;   
   top: 115px;
   left: 10px;
   padding: 10px 0px 10px 10px;
   	/*	background-color: #f3F2F2; */

}
#nav ul {
   list-style: none;
   margin-left: 0px;
   padding-left: 0;
   width: 184px;
}
#nav li {
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif; 
	height: 3em;
	margin-bottom: 0.1em;
	padding-top:10px;
	border-bottom: 1px solid #CC99CC; /* dark purple */
}
#nav a:link, #nav a:visited {
   text-decoration: none;
   color: #5d008c; /* deep purple */
   background-color: transparent;
}
#nav a:hover {
   color: #C399CC;
}

#side2 {
   position: absolute;
   width: 215px;
   top: 115px;
   right: 10px;
   padding: 20px 10px 10px 10px;
   /*border-left: 1px dotted #FF9999; */
}
/*
#side2 h3 {
   font: 110% Georgia, "Times New Roman", Times, serif;
   margin: 0;
   padding-bottom: 4px;
 } */
.adbox {
   padding: 2px 5px 2px 5px;
   margin: 0 0 10px 0;
   border: 1px dotted #FF9999; 
   background-color: #ffe0cc; /* light peach */
   background-color:#eab6bc; /* light purple */
}                   
.emphasis {
	font-weight:bold;
	color:#8C3099; /* was 7600B2 */
}                                
#footer {
	bottom: 0px;
	width: 100%;
	border-top: 1px dotted #AAAAAA;
	color: #626262;
	left: 0px;
}
#footer p {
   	text-align: center;
   	margin: 0.5em 0 1em 2em;
   	font-size: .7em;
	padding: 0;
}               
