@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #e2deae;
	line-height: 18px;
}

a:link, a:visited, a:active {
	color:#133495;
	text-decoration: underline;
}
a:hover {
	color:#0066CC;
	text-decoration:none;
}
a.backToTop {
	padding-left: 16px;
	background-image: url(/images/backToTopArrow.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
h1 {
	color: #cf9f13;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}

p {
	margin-bottom: 30px;
}
p.event {
	background-color:#E5E5E5;
	border: 1px solid #cccccc;
	padding: 10px;
}
div.lineBreaker {
	margin-bottom: 60px;
}

#wrapper {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom: 10px;
}

#header {
	width: 810px;
	height: 190px;
	overflow: hidden;
}

#content {
	width: 670px;
	padding: 40px 70px 30px 70px;
	background-image: url(/images/mainContentBG.jpg);
	background-repeat: repeat-y;
}

#mainContent {
	width: 670px;
}
#anchorBox {
	margin: 10px 0px 60px 0px;
	padding: 5px 5px 6px 5px;
	background-color: #e5e5e5; 
	border: 1px solid #cccccc;
}
#anchorBox p { 
	 
	display: inline;
}
#anchorBox a {
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
#bottom {
	width: 810px;
	height: 31px;
	background-image: url(/images/bottom.jpg);
	background-repeat: no-repeat;
}
