html, body {
margin : 0;
padding : 0;
}
body {
color : #333;
background : #EBE4F2;
width : 100%;
font : 73% "lucida sans", "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
}
			/*WRAP*/
#container {
width : 80%;
margin : 0 auto;
line-height: 2em;
background : #F8F2DA url(../images/bg1.jpg);
color : #333;
}
			/*TOP BANNER*/
#top {
padding : 0.5em;
height: 100px;
background : #C7AFBD url(../images/topblank.jpg);
color : #484452;
}
#top h1 {
padding : 0;
margin : 10px 0 0 10px;
font-size : 170%;
letter-spacing: 5px;
}
			/*LEFT SIDEBAR*/
#leftnav {
float : left;
width : 160px;
margin : 0;
padding : 1em;
}
#leftnav p {
margin : 0 0 1em 0;
}
			/*MAIN CONTENT*/
#content {
margin-left : 200px;
border-left : 1px solid #A662AA;
padding : 1em 3em 0 3em;
}
			/*FOOTER*/
#footer {
clear : both;
margin : 0;
padding : .5em 0 1em 0;
font-size : 0.9em;
border-bottom : 0px solid #808080;
border-top :1px solid #808080;
color : #fafafa;
background : #5E516F;
}
#footer a {
background: inherit;
color: #C7AFBD;
}
#footer a:hover {
background: inherit;
color: #333;
}
#footer img {
float : right;
}
/* seen by IE5mac only, by Philippe Wittenbergh www.l-c-n.com */
*>html #footer img {
        margin : 0;
}
/* end */
#footer p {
padding-left :10px;
}
		/* TOP NAVIGATION  */
#navcontainer ul {
text-align: center;
padding-bottom: 10px;
padding-top: 10px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background: #5E516F;
color: #fff;
width: 100%;
font-family: Helvetica, Arial, sans-serif;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}
#navcontainer ul li {
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 10px;
/* matches link padding except for left and right */
padding-top: 10px;
}
#navcontainer ul li a {
padding-left: 19px;
padding-right: 19px;
padding-bottom: 10px;
padding-top: 10px;
color: #fff;
text-decoration: none;
border-right: 1px solid #fff;
}
#navcontainer ul li a:hover {
background: #C7AFBD;
color: #333;
}
#navcontainer #active {
border-left: 1px solid #fff;
}		/* SEARCH BOX */
form { float: right;
margin-bottom: 20px; 
}
input.search {
	width: 100px; 
	border: none;
	background: url(../images/input.gif); 
	padding: 4px; 
}
input.login {
	width: 75px;
	border: none; 
	background: url(../images/logininput.gif); 
	padding: 4px; 
}
		/* BOTTOM COLUMNS */
#columns {
clear : both;
width :100%;
height: 150px;
margin : 0;
padding : 1em 0 0 0;
border-top: 3px solid #5E516F;
background: #C7AFBD;
color: #5E516F;
}
.col3,.col3center {
	float: left;
	width: 29%;
	margin-left : 20px;
}
.col3center {
margin: 0 3%;
}
#columns a {
background: inherit;
color: #5E516F;
}
#columns a:hover {
background: inherit;
color: #fff;
}
#columns h2 {
margin : 0 0 0.5em 1em;
font-size : 140%;
text-transform: uppercase;
color : #5E516F;
background : transparent;
}
		/* LINKS */
a:link, a:visited {
color : #86228B;
background : transparent;
text-decoration : none;
}
a:hover {
color : #484452;
text-decoration : none;
}
a:active {
color : #484500;
text-decoration : none;
}
img {
border : none;
}
		/*CLASS */
.quote {
border-top : 1px solid #A662AA;
padding : 10px;
color: #A662AA;
}
		/* TYPOGRAPHY */
h2 {
margin : 0 0 45px;
font-size : 130%;
color : #5E516F;
background : transparent;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}.float-left {
	float: left;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 0px;
}
.float-right {
	float: right;
	margin-top: 6px;
	margin-left: 5px;
	margin-right: 0px;
}
h3 {

margin : 0 0 0px;
font-size : 130%;
color : #5E516F;
background : transparent;
}
.imgleft {
float: left;
}.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style2 {
	font-size: 800%;
}
.bodytext {
	text-align: justify;
}
.pinkypurple {
	color: #A662AA;
	font-weight: bold;
}
.pinkypurpleline {
	color: #A662AA;
	border-top: 1px solid #A662AA;
	padding-top: 5px;
}
