body
{
/*the color here #2c2721 was the bottom color
of my gradient image - a seamless fade*/
	background: #FFFFFF url(../images/background_gradient.png) repeat-x bottom left;
	font-family: Cambria;
	text-align: center;
	/*font-family: Arial,Helvetica,sans-serif;*/ 
	font-size: 14px;
}

/*just a container to hold things*/
#main
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	background: #ffffff;
	min-height:500px;
	height:auto !important;
	height:510px;
	padding: 0 0 10px 0;
}

#main p
{
	padding: 2px;
	text-indent: 1cm;
}

#header 
{
	padding: 2px;
	width: 840px;
	margin-left: auto; 
	margin-right: auto;
}

#topNav
{
	padding: 0 5px 5px 5px;
	width: 840px;
	margin-left: auto; 
	margin-right: auto;
}

.topNavOver
{
	background-color: #333333;
}

.topNavOut
{
	background-color: #666666;
}

#topNav td
{
	width: 140px;
	text-align: center;
	height: 40px;
	color: #FFFFFF;
	font-weight: bold;
}

#footer { 
	padding: 2px;
	text-align: center;
	color: #FFFFFF;
	background-color: #006600;
	height: auto; 
	width: 840px; 
	margin-right: auto; 
	margin-left: auto;
	margin-top: 2px;
}

#leftCol {
	height: auto; 
	min-height: auto; 
	background-color: #009900;
}

#footer a 
{
	text-decoration: none;
}

#footer table 
{
	margin-left: auto; 
	margin-right: auto; 
}

.pageImgFloat
{
	float: left; 
	display: inline; 
	padding: 2px;
}

#sTeamGlobe
{
	width: 185px;
	height:500px;
	background-color: #009900;
	display: inline;
}

#accordionDiv
{
	margin-left: 182px;
	width: 650px;
	border: 1px;
	border-color: #000000;
}

#accordionDiv a
{
	display: block;
	height: 25px;
	width: 650px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #35759b;
	cursor: pointer;
}

.accordionDivOut 
{
	background-color: #35759b;
}

.accordionDivOver
{
	background-color: #104161;
}

#pageContent {
	padding: 2px;
	margin-left: 275px;
	/*background-color: #b9c4c8;*/
	background-color: #006600;
	/*background-color: #35759b;*/
	color: #FFFFFF;
}

#pageContent td {
	margin-left: 275px;
	/*background-color: #b9c4c8;*/
	background-color: #006600;
	/*background-color: #35759b;*/
	color: #FFFFFF;
}

#pageContent td a {
	margin-left: 25px;
	text-decoration: underline;
	background-color: #006600;
	color: #FFFFFF;
}

td.topNavOver span {
	cursor: pointer;
}