	* {
	
	margin: 0;
	padding: 0;
	border: 0;
  	font-weight: normal;
  	font-style: normal;
  	text-decoration: none;	
	font-family: "sans-serif" ,"Lucida Sans Unicode";
	font-size:12px;
	color: #4C4C4C;
	
	}
	
	h1 {
	font-family: "Lucida Handwriting", "Lucida Sans Unicode";
	font-size:42px;
	color:#4C4C4C;
	}
	
	h2 {
	font-family: "Lucida Handwriting", "sans-serif";
	border-bottom: 2px solid #333333;
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 20px;
	color: #4C4C4C;
	width: 200px;
	}
	
	h3 {
	font-family: "sans-serif", "Lucida Sans Unicode";
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(images/rounded.png);
	background-repeat: no-repeat;
	}
	
	H3 a {
color: #FFFFFF;
}
	
	h4 {
	font-size: 20px;
	display:block;
	font-size:16px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #4a4a4a;
	 }
	
	 h5 {
	 text-align:center; 
	 display:block; 
	 margin-bottom: 20px; 
	 font-size: 16px;
	 }
	 
	 h6 {
	 display: block;
	 width: 100%;
	 padding-bottom: 20px;
	 border-bottom: 1px dotted #4a4a4a;
	 }
	 
	 label {
	 display:block;
	 width: 200px;
	 }
	 
	input {
	border: 1px solid #E9E9E9;
	}

	textarea {
	border: 1px solid #E9E9E9;
	}
	
	

	body {
	}

	.header {
	background-image: url(images/header.png);
	background-repeat:repeat-x;
	height: 110px;
	}	
	
	.logo {
	width: 300px;
	height: 80px;
	background-image: url(images/logo.png);
	background-repeat:no-repeat;
	margin-left:20px;
	}
	
	.badge {
	position: absolute;
	top: 5px;
	right: 50px;
	width: 124px;
	height: 124px;
	background-image: url(images/badgesmall.png);
	z-index: 1;
	}
	
	.nav {
	height: 20px;
	margin-top: 5px;
	}
	
	.nav a {
	display:block;
	height: 25px;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	color: #FFFFFF;
	}
	
	.sidebar a {
	display:block;
	height: 25px;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	color: inherit;
	}
	
	.container {
	margin-top: 20px;
	}
	
	.sidebar {
	float: left;
	margin-left: 10px;
	width: 150px;
	padding-right: 10px;
	border-right: 1px dotted #4a4a4a;
	}
  
	.nav ul li {
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	list-style:none;
	text-align: center; 
	float: left;
	width: 80px;
	height: 25px;
	}
	
	.nav ul li:hover {
	
	background-image: url(images/rollover.png);
	
	}
	
	.summary {
	margin-bottom: 20px;
	}
	
	.content {
	margin-top: 20px;
	margin-left: 200px;
	margin-right: 10%;
	}
	
	.eventbox {
	float: left;
	margin-bottom: 10px;
	width: 150px;
	height: 150px;
	background-color: #F6F6F6;
	}
	
	.bigeventbox {
	float: left;
	margin-bottom: 10px;
	width: 250px;
	height: 250px;
	background-color: #F6F6F6;
	}
	
	div.messageBox.notice {	
	background-color: #ffffcc;
	background-position: 10px 5px; 
	font-size: 12px;
	margin: 0 0 10px 0;
	border:1px solid #ffcc00;
	color: #000;
	padding-left: 80px;
	width: auto;
	padding-top: 5px;
	margin-bottom: 20px;
	min-height: 48px;
	_height: 48px;
}
	
	div.messageBox.confirmation {
	background-image: url(http://paypal.com/WEBSCR-480-20070914-1/en_US/i/icon/icon_confirmation.gif);
	background-repeat: no-repeat;
	background-color:#fafff1;
	background-position: 10px 5px; 
	border:1px solid #a9d260;
	color: #000;
	padding-left: 80px;
	width: auto;
	padding-top: 5px;
	margin-bottom: 20px;
	min-height: 48px;
	_height: 48px;
}

	div.messageBox.error {
	background-image: url(https://www.paypal.com/WEBSCR-480-20070914-1/en_US/i/icon/icon_noncritalert.gif);
	background-repeat: no-repeat;
	background-color: #ffffcc;
	background-position: 10px 5px; 
	font-size: 12px;
	margin: 0 0 10px 0;
	border:1px solid #ffcc00;
	color: #000;
	padding-left: 80px;
	width: auto;
	padding-top: 5px;
	margin-bottom: 20px;
	min-height: 48px;
	_height: 48px;
}

.validation-advice {
color: #FF0000;
}
	
	.footer {
 	position: fixed;
  	border-top: 1px solid #ddd;
 	border-bottom: 10px solid #f5f5f5;
  	background: #f5f5f5;
  	width: 100%;
  	left: 0px;
  	bottom: 0px;
  	text-align:left;
 	color: #aaa;
  	font-size: 10px;
  	text-align:center;
  	filter: alpha(opacity:50);
  	-moz-opacity: 0.5;
	opacity: 0.5;
  }
  
   
