body {
	text-align: center; 
	font-family: Tahoma, Verdana, Georgia;
	margin:0px;
	background: #000000;
	text-align: center;
}

h1
{
	font-size: 1.2em;
	line-height: 1.1em;
	margin: 2px;
}
h2
{
	font-size: 0.75em;
	line-height: 0.70em;
	margin-left: 3px ;
}

.reason
{
	margin: 1em;
}

.siteisabout
{
	font-weight: bold ;
	font-size: 80%;
}

.small
{
	font-size: 12px ;
}

.fade1
{
	font-size:50px;
	font-weight:bold;
	color:#9EB2E5;
}

.fade2
{
	font-size:50px;
	font-weight:bold;
	color:#BAD8D8 ;
}

.fade3
{
	font-size:50px;
	font-weight:bold;
}

.greaterThan
{
	font-size:50px;
	font-weight:bold;
	color:#9EB2E5;
	text-align: center ;
}

.instructionsTable
{
	border-collapse: collapse;
}

.instructionsLeft
{
	border-left: 2px solid #9EB2E5;
	border-top: 2px solid #9EB2E5;
	border-bottom: 2px solid #9EB2E5;
	-moz-border-radius: 3px ;
	background: #F0F0FF;
	padding: 10px ;
}
.greaterThanInstructions
{
	border-top: 2px solid #9EB2E5;
	border-bottom: 2px solid #9EB2E5;
	font-size:50px;
	font-weight:bold;
	color:#9EB2E5;
	background: #F0F0FF ;
	padding: 10px ;
}
.instructionsRight
{
	border-right: 2px solid #9EB2E5;
	border-top: 2px solid #9EB2E5;
	border-bottom: 2px solid #9EB2E5;
	-moz-border-radius: 3px ;
	background: #F0F0FF;
	padding: 10px ;
}


.buttonClass
{
	font-size: 14px ;
	font-weight:bold;
	text-decoration: none ;
	padding: 1px 4px 1px 4px ;
	border: 2px solid #9EB2E5;
	background:#E9E9FF;
	color:#66F;
	cursor: pointer ;
	-moz-border-radius: 8px ;
}

.buttonClass:hover
{
	background:#BAD8D8;
}


.reasonTable
{
	border: 2px solid #9EB2E5;
	-moz-border-radius: 10px ;
	padding: 2px ;
	background: #F0F0FF;
	width: 100% ;
	margin-bottom: 20px ;
}

.reasonTable caption
{
	font-weight: normal ;
	font-size: 10px ;
	color: #9EB2E5;
}

.reasonActivities
{
	font-weight: bold ;
	font-size: 15px;
	
}


.reasonReason
{
	font-weight: normal ;
	font-size: 12px ;
}



#links
{
	margin-right:1em ;
	color:#9494B3;
	font-size: 0.85em;
	text-align:right;
}

#links a
{
	color:#9494B3;
	text-decoration:none;
}
#links a:hover
{
	text-decoration: underline;
}


#wrapper 
{ 
	width: 795px; 
	margin: 0 auto; 
	text-align: left; 
	background: #E9E9FF;
	height:100%;
}
	
#banner
{
	width: 785px;
	height: 180px;
	background: #66F;
	text-align: left;
	padding: 3px 0px 0px 10px;
	-moz-border-radius: 0px 0px 10px 10px ;
	font-family: Georgia ;
	color: #D6FFCC;
} 

#paginationDiv
{
	background: #9EB2E5;
	font-size: 18px;
	border: 1px solid #999 ;
	padding: 2px ;
	width: 70%;
	text-align: center;
	margin-left: auto;
	margin-right: auto ;
	margin-top: 2em ;
	-moz-border-radius: 5px ;
}

#paginationDiv.href 
{
	padding: 3px;
	margin: 5px ;
	text-decoration: none ;
}


#paginationDiv.href:hover
{
	text-decoration: underline;
}


#content {
	/*float: left;*/
	padding: 10px 2% 10px 1%;
	margin: 3px 2% 3px 1%;
	/*border: 1px solid #ccc;*/
	width: 60%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	min-height: 750px;
	width: 58%;
}
html>body #content {
	width: 58%; /* ie5win fudge ends */
}

#content2 {
	float: right;
	padding: 10px 2% 10px 1%;
	margin: 3px 2% 3px 1%;
	font-size: 0.9em;
	/*border: 1px solid #ccc;*/
	width: 28%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 23%;
}

html>body #content2 {
	width: 23%; /* ie5win fudge ends */
}