body {
	background-color:#97989e;
	text-align:center;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	line-height:20px;
	color:#000;
	height:100%;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#ca2d94;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#999999;
	padding:0 0 2px 0;
	margin:0 0 2px 0;
	border-bottom:1px dashed #ca2d94;
}

#container {
	width:801px;
	margin:auto;
	height:100%;
}

#header {
	width:801px;
	height:294px;
}

#contentContainer {
	background-image:url(../images/bkgd_content.gif);
	background-repeat:repeat-y;
}

#leftColumn {
	width:207px;
	font-size:90%;
}

#navContainer {
	font-size:90%;
	width: 180px;
	float:right;
	line-height:25px;
	padding-right:3px;
}

.navLinks a, a:visited {
	color:#000;
	text-decoration:underline;
}

.navLinks a:hover {
	color:#8ab958;
	text-decoration:none;
}

#content {
	padding: 0 25px 0 10px;
}

#footer {
	background-image:url(../images/bkgd_footer.gif);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:top;
	width:801px;
	height:156px;
}

#footerNav {
	width:577px;
	text-align:left;
	color:#FFF;
	font-size:79%;
}

#footerNav a:link {
	color:#FFF;
	text-decoration:underline;
}

#footerNav a:hover {
	color:#FFF;
	text-decoration:none;
}

.teamTiara {
	width:208px;
	height:156px;
}

.tabs {
	width:190px;
	float:right;
}

.smallText {
	font-size:79%;
	padding:0 5px;
	text-align:left;
	line-height:14px;
}

.parent {
	font-size:79%;
	color:#666666;
}

