#body {

	padding: 0 0 25px 0;
        width: 100%;

}

#wrapper { width: 1200px; margin: 0 auto; }

#header { margin-bottom: 0px; }

#content {

	max-width: 1200px;
	clear: none;
	margin: 0 auto;

}

#sidebar {

	float: right;
	clear: none;
	width: 231px;

}

#calendar { margin-bottom: 15px; }

.content {
	background: #fff;
	margin-bottom: 1em;
	border-radius: 6px;
}

td.spacer { width: 5px; font-size: 1px; line-height: 5px; }
td.corners { height: 5px; background: #fff; font-size: 1px; line-height: 1px; }
td.corners .corner-tl { display: block; clear: none; float: left; background: url(../../images/corner-tl.jpg) top left no-repeat; width: 5px; height: 5px; }
td.corners .corner-tr { display: block; clear: none; float: right; background: url(../../images/corner-tr.jpg) top left no-repeat; width: 5px; height: 5px; }
td.corners .corner-bl { display: block; clear: none; float: left; background: url(../../images/corner-bl.jpg) top left no-repeat; width: 5px; height: 5px; }
td.corners .corner-br { display: block; clear: none; float: right; background: url(../../images/corner-br.jpg) top left no-repeat; width: 5px; height: 5px; }

.content .corners { display: block; clear: both; height: 5px; width: 100%; background: #fff; display: none; }
.content .corner-tl { display: block; clear: none; float: left; background: url(../../images/corner-tl.jpg) top left no-repeat; width: 5px; height: 5px; }
.content .corner-tr { display: block; clear: none; float: right; background: url(../../images/corner-tr.jpg) top left no-repeat; width: 5px; height: 5px; }
.content .corner-bl { display: block; clear: none; float: left; background: url(../../images/corner-bl.jpg) top left no-repeat; width: 5px; height: 5px; }
.content .corner-br { display: block; clear: none; float: right; background: url(../../images/corner-br.jpg) top left no-repeat; width: 5px; height: 5px; }

.content div.inside { padding: 15px; cursor: default; }

.content h1, .content .newsHeading {
	padding: 0 0 5px 0;
	margin: 0 0 .25em 0;
	font-weight: normal;
	font-size: 16pt;
	color: #1e1e1e;
	border-bottom: 1px solid #ccc;

}
.content .newsLine { margin-bottom: 1em; }
.content p { text-align: justify; margin-bottom: .75em; line-height: 1.5em; }
.content ul { margin: 0 0 .75em 0; }
.content ul li { list-style: disc; margin-left: 0; padding-left: 20px; list-style-position: inside; }
.content .meta {
	background: #f6f6f6;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	font-size: 10px;
}

.content span.date { text-align: right; display: inline; float: right; clear: none; font-family: Georgia, "Times New Roman", Times, Arial, Tahoma, sans-serif; color: #090; }
.content .unit-description { font-size: 12px; text-align: justify; margin-bottom: 15px; }

#copyright { color: #ffffcf; font-size: 10px; margin: 25px; }
#copyright a:link, #copyright a:visited { color: #9fe509; }
#copyright a:hover { color: #07ccf0; }

.content ul { margin: 0 0 .75em 0; }
.content ul li { list-style: disc; margin-left: 0; padding-left: 20px; list-style-position: inside; }
.content div img {
	margin: .75em auto;
}
.content .article-teaser {
	font-size: .9em;
	color: #666;
}
.caption {
	display: block;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #ccc;
	padding: 3px 5px;
	color: #666;
	text-shadow: white 0px 1px 0px;
	font-size: 11.5px;
}
.caption-inline {
	display: inline-block;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background: #999;
	text-shadow: black 0px 1px 1px;
	padding: 0px 0 0px 15px;
	margin-right: 4px;
	text-shadow: black 0px 1px 1px;
	color: #fff;
	font-weight: bold;
	font-style: normal !important;
	margin-left: -15px;
	width: 100px;
}
.caption-inline.dark {
	background: #1E1E1E;
	text-shadow: black 0px 1px 1px;
	color: #fff;
	font-style: normal !important;
}
.imagecontainer {
	display: inline-block;
	background: #1E1E1E;
	padding: 10px 0 5px 10px;
	color: #fff;
	text-shadow: black 0px 1px 1px;
	font-size: 11.5px;
	clear: right;
	margin-bottom: 0px;
}
.imagecontainer:first-of-type {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
.imagecontainer:last-of-type {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	margin-bottom: 5px;
}
.imagecontainer.right {
/*	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
	margin-left: 25px;
	margin-right: -15px;
}
.imagecontainer.left {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
/*	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
	margin-right: 25px;
	margin-left: -15px;
	padding: 10px 10px 5px 0;
	clear: left;
}
.imagecontainer img {
	margin: 0 !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.cr {
	clear: right;
}
.cl {
	clear: left;
}
.ca {
	clear: both;
}