body { 
	width: 1000px;
	color: white; 
	font-size: 76%; 
	 }
div { color: black; font-size: 1em; font-family: verdana, arial, helvetica, sans-serif; }
h1 { color: 800080; font-size: 1.8em; letter-spacing: .2em; font-family: times, serif; }
h2 { color: black; font-size: 1em; letter-spacing: .1em;  }
p { color: black; font-family: verdana, arial, helvetica, sans-serif; }
a:link:hover { background: #99cccc;}
a:visited:hover { background: #99cccc;}
a { margin: 0; letter-spacing: .75px; text-align: center; border-bottom: 1px solid #850086; color: navy; text-decoration: none;}


#banner { 
	background: url("bg_1280.jpg"); 
	padding-left: .5em; 
	padding-bottom: .1em; 
	border-bottom: .1em solid #ffffce;
	width: 1000px;
	}

#cols { 
	clear: both;
	position: relative;
	width: 1000px;
}


#leftside { 
	position: absolute; 
	background: url("bg_1280.jpg"); 
	left: 0; 
	top: 0em; 
	width: 18em;
	padding-left: 1em; 
	border-right: .1em solid #ffffce; 
	}

#rightside { 
	position: absolute; 
	background: #ffffce;
	top: 0em; 
	right: 0em; 
	width: 18em; 
	padding: .5em;
	text-align: center;
	font-size: 1em; 
	font-weight: 300%; 
	  }

#main { 
	width: auto; 
	margin-left: 18em; 
	margin-right: 18em; 
	line-height: 1.3; 
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	 }


small { letter-spacing: 0; font-size: 90%;}