@charset "utf-8";
/* CSS Document */

body {
	background-color: #bf9e78;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.side_right {
	background-color: #FEFCF2;
	width: 2px;
	background-image: url(images/sideright.jpg);
	background-repeat: repeat-y;
}
.side_left {
	background-color: #FEFCF2;
	width: 2px;
	background-image: url(images/sideleft.jpg);
	background-repeat: repeat-y;
}
.vert {
	background-image: url(images/vert.jpg);
	background-repeat: repeat-y;
	width: 3px;
}
.content {
	padding-top: 20px;
	padding-bottom: 20px;
}

.events {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.heading_left {
	padding-left: 10px;
	padding-bottom: 8px;
}
.style1 {color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.stylepink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e50984;
	font-style: italic;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E90E84;
	font-weight: bold;
	text-decoration: underline;
	line-height: 24px;
}
a:link {
	color: #97764B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #97764B;
}
.footer {
	background-color: #222121;
	height: 17px;
	padding: 7px;
}

a:hover {
	text-decoration: underline;
	color: #EC0080;
}
a:active {
	text-decoration: none;
	color: #97764B;
}

