a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #375894;
}
a:hover {
	text-decoration: underline;
	color: #375894;
}
a:active {
	text-decoration: none;
}

@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 1px;
	margin-bottom: 14px;
	font-size: 11px;
}
h1 {
	font-size: 20px;
	font-weight: bolder;
	color: #3C3C3C;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3C3C3C;
	font-weight: bolder;
	margin-bottom: 8px;
}
h3   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #335492;
	margin-bottom: 1px;
	margin-top: 12px;
}
a {
	font-size: 10px;
	color: #375894;
}
#eventCal h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	/* margin-bottom: 10px; */
}
.eventBodySpacer{ height:10px; width: 1px;}

#wrapper {
	background-color: #f6f6f8;
	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 600px;
}
#headerImg {
	float: left;
	width: 332px;
	padding-left: 20px;
	vertical-align: bottom;
	clear: both;
	margin-top: 4px;
}
#eventCal {
	float: left;
	width: 216px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-color: #AFAFAF;
	border-left-color: #AFAFAF;
	clear: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	top: auto;
	height: 600px;
}
#eventBody {
	clear: both;
	width: 320px;
	/*padding-top: 12px;*/
	padding-right: 12px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777;
	float: none;
}
#eventBody p a {
	font-size: 11px;
}
#eventBody ul {
	font-size: 11px;
	margin-left: 8px;
	line-height: 16px;
	margin-bottom: 14px;
}
#mainBody {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 600px;
	width: 362px;
}

.blueButton {
	border-top-color: #6e6e6e;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #6e6e6e;
	font: 11px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	vertical-align: baseline;
	color: #FFFFFF;
	cursor: pointer;
	background-color: #335295;
	border-radius: .5em;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	height:  25px;
	width:   75px;
	box-sizing: border-box;
	-webkit-box-align: center;
	border-image: initial;
	-webkit-appearance: push-button;
	white-space: pre;
	display: inline-block;
	border-collapse: separate;
	border-spacing: 2px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 0.275em;
	padding-left: 2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

/*
.blueButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background-color:#3F5194;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
*/	/* Text Shadow Color */
/*	text-shadow:1px 1px 0px #000;
	height: 25px;
	width: 75px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1570cd;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #1570cd;
}
.blueButton:hover {
	background-color:#1e62d0;
}
.blueButton:active {
	position:relative;
	top:1px;
}
*/
