body
{
	margin: 0;
	background-color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
}
div#container {width:800px;}
p
{
	font-style: normal;
	font-weight: 500;
	line-height: 1.2em;
	color: #000000;
}

p.homeP
{
	color: #000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.1em;
/*	font-weight: bold;*/
	text-align: justify;
	margin: 2em 2em auto 2em;
}

p.testP
{
	margin-top: 0;
	text-align: left;
	clear: both;
}

hr
{
	background-color: #999;
	width: 90%;
	height: .3em;
}
#homeBanner td {background-color: #CFC;}
#homeBanner td.right { background-color: #FF160A; }
#homeBanner {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0 20px 0 20px;
}
#homeBanner p {text-align:center; margin: 0 10% 0 10%; 
	}

#homeBanner a:link { 
	 color:#090;}

#homeBanner a:visited {  color:#090;}
	
#homeBanner a:hover { text-decoration: none; 
	 color:#000;}
	
#ashe
{
	text-align: center;
	margin: auto 110px;
}

#ashe img { margin: 0px; font-weight:bold; padding: 20px;
	}
	
	
#ashe a:link {display:block;   text-decoration: none; 
	background-color: #fff; color:#000;}

#ashe a:visited {display:block;    text-decoration: none; 
	background-color: #fff; color:#000;}
	
#ashe a:hover {display:block;  text-decoration: none; 
	background-color: #CFC; color:#000;}
	
/* ------------------------------------------------------------------
All Day Seminar alert
#allday
{
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0 20px 0 20px;
}
#allday p {text-align:center; margin: 1em 10% 0 10%; 
	}
	
	
#allday a:link
{
	display: block;
	padding: .1em;
	text-decoration: none;
	background-color: #EDFF19;
	color: #000;
}

#allday a:visited {display:block; padding: .1em; text-decoration: none; 
	background-color: #EDFF19; color:#000;}
	
#allday a:hover
{
	display: block;
	padding: .1em;
	text-decoration: none;
	background-color: #CFC;
	color: #000;
}
 ------------------------------------------------------------------*/
/* ------------------------------------------------------------------
ADVOC alert
 ------------------------------------------------------------------*/
.advoc
{
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0 20px 0 20px;
}
.advoc p {text-align:center; margin: 1em 10% 0 10%; 
	}
	
	
.advoc a:link
{
	display: block;
	padding: .1em;
	text-decoration: none;
	background-color: #FF8000;
	color: #000;
}

.advoc a:visited {display:block; padding: .1em; text-decoration: none; 
	background-color: #FF8000; color:#000;}
	
.advoc a:hover
{
	display: block;
	padding: .1em;
	text-decoration: none;
	background-color: #CFC;
	color: #000;
}
	
/* ------------------------------------------------------------------
Site Help Page
 ------------------------------------------------------------------*/
div.heading 
{
	text-align: left;
	margin: 1em 3em;
}
p.questionLink { }

p.question
{
	text-align: left;
	color: #F00;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	font-style: italic;
	margin: 1em 3em;
}

p.answer
{
	text-align: left;
	color: #000;
	font-size: 1em;
	margin: 1em 3em;
	line-height: 100%;
}

/* ------------------------------------------------------------------
Use this for making two column text where justification is from center
 ------------------------------------------------------------------*/

td.TD_left
{
	text-align: right;
	font-weight: bold;
}

