/* CSS Document */
/* Generic Selectors */
body {
	font-family: "Book Antiqua";
	font-size:100%;
	background-color: #FFFFFF;
	margin:15px auto;
	width: 760px;
}

 /* lite purple 
h1  {color: #f0ebf5;
	font-size: 40px;
	font-family: "Monotype Corsiva"} */
	

h1  {color: #2c571f; /* green */
	font-size: 28px;
	font-family: "Monotype Corsiva"
	}
	
h2  {color: #2c571f; /* green */
	font-size: 25px;
	font-family: "Monotype Corsiva"
    }
h3 {color: #360365; /* purple */
	font-size: 20px;
    font-weight:300;
	font-family: "Monotype Corsiva"
    }

#head-text  {color: #f0ebf5; /* lite purple */
	font-size: 45px;
	font-family: "Monotype Corsiva";
	padding-bottom: 20px; padding-top: 20px;
    }

p {width: 98%;margin-bottom: 0;
  }


#main p {width: 98%;
}

/*************************  Pseudo classes *************************/

/*************************  Header link *************************/
#head-text a:link{color:#f0ebf5;} /* for unvisited links */
#head-text a:active{font-style:italic; color:#f0ebf5;}/* when link is clicked */
#head-text a:visited{color:#f0ebf5;}/* for visited links */
#head-text a:hover{font-style:italic; color:#c0a3de;}  /* when mouse is over link */



/********************* rollover text **************************/
a:link {color: #1084b4;font-weight:bold;text-decoration: none;} /* for unvisited links */
a:visited {color: #50bdea;font-weight:bold; text-decoration: none;} /* for visited links */
a:hover {color: #1084b4; font-weight:bold; text-decoration:none;} /* when mouse is over link */
a:active {color: #1084b4;text-decoration: none;} /* when link is clicked */

#container{width:760px;
	margin-top:10px;
	border: 1px solid #6d0303; background-color:#fefdf5;
}
#level1{clear:left;	
	margin-top: 0px;
}
#header{background-color:#360365; border-bottom: 4px solid #2c571f;border-top: 2px solid #2c571f;
}

#main-text-box{clear:left;
    background-color:#fefdf5; 
    padding-left:10px;
    margin-left:20px; margin-right:20px;
	line-height: 110%;	
}
#box1 {width:640px; margin-left: 30px;}
#col-lft {width: 270px;padding-left: 10px; float:left;}
#col-rt {width: 350px;float:left; padding-left: 10px;}


#bot-nav{
	width:620px;
	font-size: 12px;
    font-weight:400; 
	border-top: 1px solid #2c571f; 
}
#bot-text{padding-left:15px;
		background-color:#fefdf5;
}

#bot-text a:link{color:#1084b4;
}
#bot-text a:active{font-style:italic; color:#1084b4;
}
#bot-text a:visited{color:#50bdea;
}
#bot-text a:hover{font-style:italic; color:#1084b4;
}

.img-rt {float:right; clear:right; border: 4px solid #2c571f;  margin-left: 4px;
}
.img-lft {float:left; clear:right; border: 4px solid #2c571f; margin-right: 4px;
}

/*text styles*/
.green {color: #2c571f;}
.12-point {font-size:12px;}
.small {font-size:0.9em;}
.red {color: #6d0303;}
.style-white {color: #ffffff;}
.pipe {color: #360365;}
.spaced  {line-height: 1.4em;}
.spaced SUB, .spaced SUP { line-height: 0; }





