


 /*#00AAEF or #00AAEF */





/*
	********** The body and global tags****************************************
*/

BODY {
	margin: 0; padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: .8em;
	color: black;
	background-color: white;
}

H1 {
	color: red;
	background-color: white;
	font-size: 1.33em;
	margin-top: 3em;
}
H1 SPAN.subtitle {
	font-size: smaller;
}

H2 {
	color: red;
	background-color: white;
	font-size: 1.2em;
	margin-top: 3em;
}

P {
	margin-left: 5em;
}

P.notice {
	margin-top: 4em;
	font-weight: bold;
	font-style: italic;
}

TABLE {
	border-collapse: collapse;
}

LI {
	margin: 1em 1em 1em 3em;
}

IMG {
	border-style: solid;
	border-width: 1px;
	border-color: #0066FF;
	padding: 10px;
}

HR {
	clear: both;
	border-style: solid;
	border-width: 1px;
	border-color: #0066FF;
	margin: 2em 0em 2em 0em;
}

/* Usual links */

A {
	color: #0066FF;
	background-color: white;
}
A:hover {
	color: gray;
	background-color: white;
}


/*
	********** Bar at top of page *********************************************
*/

DIV.topbar {
	background-image: url(/webres/pix/markise.gif);
	position: absolute;
	left: 128px;
	right: 0px;
	top: 0px;
	height: 85px;
	text-align: center;
}
DIV.topbar SPAN {
	position: relative; top: .5em;
	font-weight: bold;
	font-size: 1.3em;
}

DIV.topbarText {
	position: relative;
	top: 88px;
	left: 15px;
	font-weight: bold;
	font-size: 1.1em;
}

DIV.logo {
	position: absolute;
	left: 10px;
	top: 5px;
}
DIV.logo IMG {
	border: none;
	padding: 0;
	margin: 0;
}



/*
	********** Navigation *****************************************************
*/

A.navItem {
	text-decoration: none;
}
A.navItem:hover {
	text-decoration: underline;
}

DIV.topNavigation {
	position: absolute;
	margin-left: 128px;
	text-align: right;
	right: 0px;
	top: 65px;
	font-weight: bold;
	padding: 5px 5px 5px 1em;
	color: black;
	background-color: white;
}
SPAN.navItemName1 {
	font-weight: bold;
	font-size: small;
	padding: 1em 0em 1em .3em;
}


/*
	********** Page body *****************************************************
*/

DIV.pageBody {
	padding: 90px 2em 2em 17px;
}


DIV.pageBody DIV.shortEventDescription {
	padding: 1em 0 0 0;
}
DIV.pageBody DIV.shortEventDescription P.notice {
	margin-left: 0em;
	font-weight: bold;
	font-style: italic;
}
DIV.pageBody DIV.shortEventDescription IMG.eventMainImage {
	float: right;
	margin: 4em 0em 2em 2em;
	top: 5px;
}

DIV.pageBody DIV.eventIndex UL LI {
	font-weight: bold;
}



/*
	********** Footer *****************************************************
*/

DIV.footerDivider {
	clear: both;
	margin: 2em 0em 0em 0em;
	background-image: url(/webres/pix/markise.gif);
	height: 50px;
}
DIV.footer {
	padding: 1em;
	text-align: center;
}