body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	min-height: 100%;
	background-image: url(images/siteBack.png);
}

#headerLeft {
	position:absolute;
	top:0px;
	width: 181px;
}
#headerRight {
	position:absolute;
	top:0px;
	left:181px;
	text-align:right;
	width:579px;
	background-image:url(images/hdr-back.png);
}
#menu {
	position:absolute;
	left:0px;
	top:63px;
	width:181px;
	background-image:url(images/menuBack.png);
}
#content {
	position: absolute;
	padding-left: 5px;
	padding-right: 5px;
	left:181px;
	width:349px;
	top:63px;
}
#content-full {
	position: absolute;
	padding: 15px;
/*	padding-left: 5px;
	padding-right: 5px;*/
	left:181px;
	width:549px;
	top:63px;
}

#content-side {
	position: absolute;
	left: 540px;
	top:63px;
	width:220px;
/*	margin-right: 20px;*/
	background-color: White;
}
#coverPhoto {
	border: thin solid black;
	padding: 10px;
	width: 135px;
/*	height: 180px;*/
	margin: auto;
	margin-top:10px;
	margin-bottom:10px;
}
.calendarHdr {
	text-align: center;
	background-color: #dddddd;
	font-weight: bold;
	border: 1px solid black;
	width: 192px;
	padding: 3px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.calendarBody {
	background-color: #eeeeee;
	border: 1px solid black;
	border-top: 0px;
	padding: 10px;
	font-size: 8pt;
	width: 178px;
	margin-left: auto;
	margin-right: auto;
}
.calendarTitle {
	font-weight: bold;
}
.calendarBody ul {
	margin: 0;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left: 1em;
}
#menuMiddle ul {
	list-style-type: none;
	margin: 0;
	padding-left:15px;
	padding-right:15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#menuMiddle li {
	padding-top:5px;
	padding-bottom:5px;
}
#menuMiddle a {
	text-decoration: none;
	color: white;
}
#menuMiddle a:hover {
	text-decoration: underline;
	list-style-type:square;
}
.selected {
	text-decoration: underline;
	font-weight: bold;
}

#focalBox {
	background-color: #eeeeee;
	width: 250px;
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding:10px;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

#focalBox p {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*
#footerRight {
position: absolute;
bottom: 0px;
text-align:right;
width:100%;
background-image:url(images/ftr-back.png);
}
#footerLeft {
position: absolute;
bottom: 0px;
width:100%;
}
*/

h3 {
	color: #006699;
	font-size: 13pt;
}

h4 {
	font-size: 11pt;
	color: #006699;
}
.calendarMonth {
	margin-bottom:.5em;
}

.noTopBottom {
	margin-top:0;
	margin-bottom:0;
	margin-left:3em;
}
.cleanedHeader {
	margin-top:0;
	margin-bottom:0;
}
a {
	text-decoration: none;
	color:#6699CC;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
}

.framed {
	border: 1px solid black;
	padding: 5px;
}

hr {
	color:#6699CC;
	background-color: #6699CC;
}

textarea {
	width:400px;
}

.memberRadio {
	vertical-align: top;
	text-align: right;
}

.memberFormLong {
	width:300px;
}
.memberFormShort {
	width:100px;
}

td {
	vertical-align: top;
}