
.body a {
	text-decoration: none;
}

#header {
	background: #800000;
	width: 100%;
	align: center;
	height: 140px;
	margin-bottom: 30px;
}

#menu {
	background: #A0A0A0;
	width: 100%;
	align: center;
	padding: 5px;
}

.logo {
	height: 120px;
	width: 120px;
	margin: 10px;
	float: left;
}

.menutable {
	width: 14%;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
}

.title {
	color: white;
	font-size: 30pt;
	text-align: left;
	margin-top: 40px;
}

.subtitle {
	color: black;
	font-size: 16pt;
	text-align: left;
}

.leftside {
	/*border: 1px black solid;*/
	width: 50%;
}

.rightside {
	float: right;
	width: 50%;
	/*border: 1px black solid;*/
	background: #800000;
}

.image {
	width: 100%;
	/* height: 100%; */
	/*margin: 5px;*/
}

.rightimage {
	float: right;
	font-style: italic;
	border: 1px solid black;
}

.rightimagecap {
	float: right;
	font-style: italic;
	border: 1px solid black;
	margin-bottom: 20px;
}
.leftimage {
	float: left;
	font-style: italic;
	border: 1px solid black;
}
.boxheader {
	background: #800000;
	color: white;
	font-size: 16pt;
	padding: 5px;
}

.boxbody {
	background: #A0A0A0;
}

.boxbody a {
	font-style: normal;
	text-decoration: none;
	color: white;
}

.eventtitle {
	text-align: center;
	color: black;
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
	padding: 10px;
}

.eventbody {
	text-align: left;
	font-size: 12pt;
}

#mainbody {
	font-size: 12pt;
	width: 100%;
	border: 1px solid black;
	padding: 10px;
}

.header1 {
	margin-top: 20px;
	font-size: 20pt;
	text-align: center;
	font-weight: bold;
}

body {
	font-family: Arial;
}

.boxbodyleft {
	width: 65%;
	font-size: 12pt;
}

.boxbodymiddle {
	width: 20%;
	font-size: 12pt;
}

.boxbodyright {
	background: #800000;
	color: #ffffff;
	width: 15%;
	font-size: 12pt;
	text-align: center;
}

.whereami {
	text-align: center;
}

.h {
	font-weight: bold;
	font-size: 14pt;
}

.hcenter {
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
}
