@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
h1 {
	border: 1px solid #90CCDE;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #21588B;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	display: block;
}
h2 {
	color: #4F99BC;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
	padding-bottom: 30px;
	letter-spacing: 0.5em;
}
p {
	padding-left: 25px;
	line-height: 1.4em;
	padding-bottom: 5px;
	padding-top: 5px;
}
.quotebox {
	display: block;
	background-color: #E5DDED;
	padding: 20px;
	color: #636;
	font-size: 12px;
	line-height: 20px;
	margin: 25px;
}
.purple {
	color: #636;
}
.readmore {
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	color: #636;
	font-size: 10px;
}
.readMorePurpleBox {
	height: 7px;
	background-color: #E7DFEE;
	margin-right: 15px;
	padding-left: 155px;
}
.readMoreViewCalendar {
	height: 7px;
	background-color: #E7DFEE;
	margin-right: 15px;
	padding-left: 125px;
}
#rightBar {
	float: right;
	width: 480px;
	margin-top: 115px;
}
#rightBarLiner {
	margin-right: 50px;
}
#golf {
	background-image: url(images/golf.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
a:link, a:visited {
	color: #636;
}
a:hover, a:active {
	color: #A072BD;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #A8D3E4;
	background-image: url(images/backgroundShadow.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	background-image: url(images/header_standard.gif);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-bottom: 30px;
	padding-left: 40px;
	margin-top: 0;
	margin-right: 350px;
	margin-bottom: 0;
	margin-left: 0;
}
.oneColFixCtrHdr #footer {
	background-image: url(images/footer_07.jpg);
	background-color: #155185;
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 280px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: underline;
}
#menu {
	float: left;
	width: 275px;
}
#menuLiner {
	padding-left: 52px;
}
.event {
	font-weight: bold;
	color: #636;
	font-size: 12px;
}
.eventDate {
	font-style: italic;
	font-weight: normal;
	color: #96C;
	font-size: 11px;
}
.readmore a:link, .readmore a:visited {
	color: #636;
	text-decoration: none;
}
.readmore a:hover, .readmore a:active {
	color: #66C;
	text-decoration: none;
}
.todo {
	color: #C60;
}
.quotebox ul li {
	margin-left: 25px;
}
#menu p {
	font-size: 10px;
	color: #369;
}
.rightLine {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #90CCDE;
	padding-right: 10px;
}
.rightLine p {
	padding-left: 0px;
}
