/* CONTENT STYLES */
/* These should be copied to the Editor stylesheet */
body 
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 13px;
	background-color: #0066A5;
	color: #585E5C;
	margin: 0px;
	padding: 0px;
	padding-bottom:15px;
}
body * 
{
	line-height: 1.4em;
}
a:link
{
	color: #0066A5;
}
a:visited 
{
	color: #663366;
}
a:hover, a:active 
{
	color: #0066A5;
}

.header, h2
{
	font-family:Arial, Sans-Serif;
	font-size: 20px;
	font-weight: bolder;
	color:#0066A5;
}
.subHeader, h3
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	color:#0066A5;
}
.content, p, table
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 13px;
}
.contentSmall
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 10px;
}
/* End of what should be copied to Editor stylesheet */
.contentOver
{
	background-color: #FFFF00;
	cursor: pointer;
}
.btn, #ExtranetLogin_btnLogin
{
	background-color: #808080;
	color: #FFFFFF;
	border: solid 1px #000000;
	font-family: Arial, Tahoma, Sans-Serif;
	font-weight: bold;
}
form 
{
	margin: 0;
}
img
{
	border: none 0 Transparent;
}

.clr 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}
.hidden, .screen, .print 
{
	display: none;
}
#SiteTitle, #AccessLinks, #SiteSummary
{
	display: none;
}
p {
	margin:10px 0;
}


.eventItem
{
	padding-top: 18px;
}
.eventCategories
{
	width: 216px;
	margin-bottom: 5px;
}
div.content {
	display:inline;
}
div.searchResult {
	margin-bottom:15px;
}
.searchLinkSm {
	display:block;
	font-size:9px;
}