@charset "utf-8";
/* CSS Document */

/* MAIN */

#main h1, #mainContent #chooseAct h1 {
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0;
	margin-bottom:18px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

/* NAV */

#nav {
	background:#222125;
	height:35px;
	padding-top:21px;
}
#nav div {
	margin:0;
	padding:0;
	display:inline;
	margin-left:34px;
	margin-right:34px;
}
#nav div a {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
#nav div a:hover {
	color:#666666;
}


/* FOOTER */

#footer {
	/*padding: 0 10px 0 20px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(/_elements/art/footerBackground.gif);
	background-repeat:no-repeat;
	height:44px;
	color:#bebebe;
	width:950;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 16px 24px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-weight:bold;
	font-size:13px;
	
}
#footer a:link, #footer a:visited {
	color:#bebebe;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color:#ffffff;
	text-decoration:none;
}

#footer2 {
	width:950;
	padding:30px 24px;
	text-align:center;
	background-color:#333333;
	color:#CCCCCC;
	font-size:10px;
	border-top:1px #191919 solid;
}
#footer2 a, #footer2 a:link, #footer2 a:visited {
	color:#cccccc;
	text-decoration:none;
}
#footer2 a:hover, #footer2 a:active {
	text-decoration:underline;
}