/* reset */
html,  div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd,  ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-weight: normal;}

:focus {
	outline: 0;}

body
	{background-color: #333;
	color:#333;
	font: normal 14px Arial;
	text-align:center;
	margin: 10px auto;}
a:link, a:visited
	{color:#008FC6;}
a:hover
	{color: #FFCE1E;
	text-decoration: none;}
h3
	{font-size: 15px;
	margin:15px 0 0 10px;
	text-transform:uppercase;
	letter-spacing: 1px;}
.date
	{width: 140px;}
#container
	{z-index: 1000;
	width: 850px;
	height: 600px;
	margin:0 auto;
	text-align: left;}
#mainArea
	{width: 850px;
	clear: both;}
#mainText
	{float: left;
	width: 625px;
	font-size: 12px;
	margin: 0 0 0 8px;
	text-align:left;}
#mainText ul
	{list-style:disc;
	margin: 12px 0 12px 25px;}
#mainText p
	{margin: 10px;}
#logos
	{float: right;
	width: 138px;
	text-align: center;
	margin: 195px 25px 0 0;}
.logoWAF
	{float: right;}
.logoEDAW
	{float: left;
	margin-top:2px;}
.spacedList li
	{margin-bottom: 10px;}
	
/* How */
.howOn, .howLink
	{font-size: 14px;
	margin-left: 20px;
	margin-right: 20px;
	color:#008FC6;}
.howNav
	{text-align: center;
	padding: 5px 0 8px 0;}
	
/* backgrounds */
 .bgSplash
 	{background:url(../i/bgSplash.jpg) no-repeat;}  	
.bgHome
	{background:url(../i/bgHome.jpg) no-repeat;}
 .bgWho
 	{background:url(../i/bgWho.jpg) no-repeat;}
 .bgWhat
 	{background:url(../i/bgWhat.jpg) no-repeat;}  
 .bgWhere
 	{background:url(../i/bgWhere.jpg) no-repeat;}  
 .bgHow
 	{background:url(../i/bgHow.jpg) no-repeat;}  
 .bgWhy
 	{background:url(../i/bgWhy.jpg) no-repeat;}  
  .bgWhen
 	{background:url(../i/bgWhen.jpg) no-repeat;}  
 .bgTop20
	{background:url(../i/bgTop20.jpg) no-repeat;}
 
    
 /* top banner + nav */

#topBanner
	{color: #00AEEF;
	border-left: solid 3px #00AEEF;
	border-right: solid 3px #00AEEF;
	background-image: url(../i/bgTopBanner.png);
	height: 36px;
	padding-right: 15px;}
#tagline
	{font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	float: left;
	padding-top: 10px;
	margin-left: 15px;}
#title
	{width: 340px;
	height: 74px;
	vertical-align:middle;
	border: 0;
	letter-spacing: 2px;
	display: block;
	text-indent: -999px;}
#topNav ul
	{float: right;}
#topNav a:link, #topNav a:visited
	{color: #00AEEF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;}
#topNav a:hover
	{text-decoration: underline;}
#topNav li
	{float: right;
	margin: 10px 0 0 0;
	list-style-type:none;
	padding: 0 0 0 15px;}


