body
{
	background-color:#E4E9FF;	/* Applies to overall background */
}
/* The Main 'Div' of the site */
#Overall
{
	width:900px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	border-style:solid;
	border-width:medium;
	background-color:#D4D9EF;
}
#Main
{
	align:left;
	font-family:arial;
	font-size:16;
	color:black;
	padding:0px;
	margin:0px;
	background-color:#D4D9EF;
}
.name
{
	font-size:36px;
	padding-top:0px;
	padding-left:10px;
	color:black;
}
.TopLink
{
	background-image:url(images/button.gif);
	height:30px;
	width:100px;
	text-align:center;
	font-family:arial;
	font-weight:bold;
	font-size:16px;
	line-height:30px;
	color:black;
	float:right;
}
.TopLink a
{
	color:black;
	display:block;
}
.TopLink a:hover
{
	background-image:url(images/button1.gif);
	height:30px;
	width:100px;
	color:white;
	text-decoration:none;
}
.TopLink:hover
{
	color:white;
	background-color:#4F4F8F;
}
.SideLink
{
	text-align:left;
	height:auto;
	font-family:arial;
	font-size:14;
	color:black;
}
.SideLink a
{
	color:black;
	display:block;
}
.SideLink a:hover
{
	color:white;
	text-decoration:none;
}
.SideLink:hover
{
	color:white;
	background-color:#4F4F8F;
}
ul
{
	/*margin:0px;
	padding:1 1 1 1px;*/
}
li a:hover
{
	color:white;
	background-color:#4F4F8F;
}
a
{
	color:blue;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
.TopSeperator
{
	float:right;
	height:30px;
	width:10px;
}
#Purpose
{
	
	align:left;
	font-family:arial;
	font-size:20px;
	color:black;
	border-style:solid;
	border-width:thin;
}
#PurposeText
{
	padding-left:20px;
}
.Bottom
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	color:red;
}
.bottomText
{	
	width:160px;
	text-align:center;
	float:left;
}
.bottomText a
{	
	color:#606060;
}
.bottomText a:hover
{
	color:black;
}
.bottomlink a
{
	color:#606060;
}
.bottomlink a:hover
{
	color:black;
	font-weight:bold;
	text-decoration:underline;
}
.bottomlink
{	
	width:100px;
	text-align:center;
	float:left;
}
.tabberlive table, .tabbertab table
{
	width:100%;
	border-collapse:collapse;
}
.tabberlive td, .tabbertab td
{
	padding:2px;
	width:50%;
	border:thin solid black;
	vertical-align:top;
}
.pictures table, .pictures td
{
	text-align:center;
	width:auto;
	border:none;
}