  body
{
	background-color: #999999;
	font-family:'Helvetica';
}

#container
{
	background-color:;
	height: auto;
	margin: 0 auto 0 auto;
	width: 980px;
}

#content
{
	float:left;
	height: auto;
	text-align:center;
	width:980px;
}

#footer
{
	float:left;
	height: auto;
	text-align:left;
	font-size:75%;
	width:980px;
}

#nav
{
	background-color: #ffffff;
	height: auto;
	width: auto;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 5px solid #660099;
	margin: 10px;
	-moz-box-shadow: 0px 0px 10px #660099; /* Firefox */
	-webkit-box-shadow: 0px 0px 10px #660099; /* Safari and Chrome */
	box-shadow: 0px 0px 10px #660099;
}

#nav ul li
{
	background-color: #ffffff;
	border:;
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	margin-top:-5px;
	padding:3px;
}

.box
{
	padding: 10px;
	border: 5px solid #660099;
	margin: 10px;
	font-size: 100%;
	-moz-box-shadow: 0px 0px 10px #660099; /* Firefox */
	-webkit-box-shadow: 0px 0px 10px #660099; /* Safari and Chrome */
	box-shadow: 0px 0px 10px #660099;
	text-align: left;
	color: #000000;
	background: #ffffff;
}

.clrboth
{
clear: both;
}

.rightpic
{
	float: right;
	margin: 15px;
}

.boxpics
{
	width: 110px;
	text-align: center;
	float: left;
	color: #660099;
}

.boxrow
{
	height: 130px;
	text-align: center;
	width: auto;
	margin-left:auto;
	margin-right:auto;
}

h1
{
	color:#000000;
	font-family:'Times New Roman';
	font-size:225%;
	text-align:center;
	text-shadow: 0 0px 5px #660099; /* horizontal-offset vertical-offset 'blur' colour */
	-moz-text-shadow: 0 0px 5px #660099; /* To make it work in Mozilla */
	-webkit-text-shadow: 0 0px 5px #660099;
}

h2
{
	color:#000000;
	font-family:'Helvetica';
	text-align:center;
	
}

h3
{
	color:#000000;
	font-family:'Helvetica';
	text-align:left;
	
}

li a
{
text-decoration: none;
}

li a:hover
{
	background-color:white;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#666699;
}


a:link {color:#660099;}    /* unvisited link */
a:visited {color:#660099;} /* visited link */
a:hover {color:#666699;}   /* mouse over link */
a:active {color:#660099;}  /* selected link */


/*

Color Codes:

Purple: #660099
Light Purple: #666699
Light Grey: #e8e8e8
Dark Grey: #999999
Dark Bluish: #5c7099
Light Bluish: #869bbf


*/



