  body
{
	background-color:#e8e8e8;
}

#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:black;
	float:left;
	height: auto;
	width:980px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#nav ul li
{
	background-color:black;
	border:1px solid #000;
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	margin-top:-5px;
	padding:3px;
}

.box
{
	padding: 10px;
	border: 5px solid #5c7099;
	margin: 10px;
	-moz-box-shadow: 0px 0px 10px #869bbf; /* Firefox */
	-webkit-box-shadow: 0px 0px 10px #869bbf; /* Safari and Chrome */
	box-shadow: 0px 0px 10px #869bbf;
}

.h3righttext
{
	text-align: right;
}

h1
{
	color:#000000;
	font-family:'Times New Roman';
	font-size:250%;
	text-align:center;
	text-shadow: 0 0px 14px #869bbf; /* horizontal-offset vertical-offset 'blur' colour */
	-moz-text-shadow: 0 0px 14px #869bbf; /* To make it work in Mozilla */
	-webkit-text-shadow: 0 0px 14px #869bbf;
	text-shadow: 0 0px 7px #5c7099; /* horizontal-offset vertical-offset 'blur' colour */
	-moz-text-shadow: 0 0px 7px #5c7099; /* To make it work in Mozilla */
	-webkit-text-shadow: 0 0px 7px #5c7099;
}

h2
{
	color:#000000;
	font-family:'Times New Roman';
	text-align:center;
	
}

h3
{
	color:#000000;
	font-family:'Times New Roman';
	text-align:left;
	
}

li a
{
text-decoration: none;
}

li a:hover
{
	background-color:white;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#9c0606;
}


a:link {color:#5c7099;}    /* unvisited link */
a:visited {color:#5c7099;} /* visited link */
a:hover {color:#869bbf;}   /* mouse over link */
a:active {color:#5c7099;}  /* selected link */


/*

Color Codes:


Light Grey: #e8e8e8
Dark Bluish: #5c7099
Lightbluish: #869bbf


*/



