*{
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #fdfce8;
	color: #277cc0;
}

h1{
	font-family: Helvetica, sans-serif;
	color: #0a519e;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	margin-bottom: 1em;
}

h2{
	margin-bottom: 0.75em;
	color: #e41742;
}

h3{
	margin-bottom: 1em;
	color: #e41742;
	margin-top: 30px;
}

p{
	margin-bottom: 0.5em;
	line-height: 1.5em;
}

.top {
	background-image: url('/images/top-background.gif');
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	padding-top: 50px;
}

.footer {
	clear: both;
	height: 20px;		
}

.maincontent {
	margin-top: 10px;
	background-color: white;
	width: 942px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid white;
	/*height: 2000px;*/
}
.navigation {
	font-weight: bold;
	list-style: none;
	margin: 15px;
	margin-right: 20px;
	line-height: 2em;
	height: 360px;
}

.navigation li a:visited, .navigation li a:link, .navigation li a:active{
	text-decoration: none;
	color: #277cc0;
}

.navigation li a:hover {
	text-decoration: underline;
}

.nav-box {
	background-image: url('/images/nav-background.gif');
	background-repeat: repeat-x;
	float: left;
	width: 180px;
	border-right: 15px solid white;
}
.page-content {
	background-color: white;
	padding: 15px;
	font-weight: bold;
	margin-left: 200px;
	width: 700px;
}
#content-bottom-index {
	background-color: white;
}
.event-content {
	background-color: #ef8e85;
	width: 927px;
	color: white;
	border-top: 2px solid white;
	height: 277px;
	font-size: 18px;
}

.event-content dl {
	
}

.event-content dl dt {
	font-weight: bold;
	padding-top: 14px;
}
.event-content dl dd {
	font-style: italic;
	padding-top: 5px;
}

ul {
	margin-left: 15px;
	line-height: 1.5em;
	margin-bottom: 15px;
	margin-top: 15px;
}

img {
	border: none;
}

.table-galitem {
	width: 500px;
	border: 1px solid #277CC0;
}

.table-shadows tr td{
	padding: 20px;
}
