
body {
	background: white;
	font-family: helvetica, optima, verdana, sans-serif;
	color: #000;
}

#container {
	max-width: 45em;
	margin: 0 auto;
}

#header {
	position: relative;
	background: #a0a0a0 url("header_bg.jpg") top right no-repeat;
	padding-bottom: 0px;
	margin-bottom: 0px;
	height: 64px;
	display: block;
}

#header h1 {
	float: left;
	width: 200px;
	height: 64px;
	margin-top: 0;
}

#header h1 a
{
	background: transparent url("logo.gif") bottom left no-repeat;
	display: block;
	margin: 0;
	left: 0;
	bottom: 0;
	height: 64px;
	text-indent: -700em;
	position: relative;
}

#header h1 a:hover {
	text-decoration: none;
}

#nav ul {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 3px 0 0;
	font-family: arial black,verdana, sans-serif;
	font-size: 0.8em;
}
#nav li {
	list-style-type: none;
	margin-left: 2px;
	margin-right: 2px;
	display: inline;
}

#nav ul a {
	padding: 0 3px 0 3px;
	border-style: outset;
	border-width: 1px 1px 0px 1px;
}

#nav ul a:link {
	background: #2f8fcf;
	border-color: #5fa7ff;
	color: #000;
	text-decoration: none;
}

#nav ul  a:visited {
	background: #2f8fcf;	/* NON-SELECTED TAB COLOR */
	border-color: #5fa7ff;
	color: #000;
	text-decoration: none;
}

#nav ul a:hover {
	background: #5fa7ff;   /* BRIGHTER NON-SELECTED TAB COLOR */
	border-color: #8fd7ff;
	color: #000;
	text-decoration: none;
}

#nav ul a:active {
	background: #2f8fcf;	/* NON-SELECTED TAB COLOR */
	border-color: #7fc7ff;
	color: #FFF;
	border-style: inset;
	text-decoration: none;
}

#nav ul a.currSection:link {
	background: #1f4faf;    /* SELECTED TAB COLOR */
	border-color: #3f67af;
	color: #FFF;
	text-decoration: none;
}
#nav ul a.currSection:visited {
	background: #1f4faf;	/* SELECTED TAB COLOR */
	border-color: #3f67af;
	color: #FFF;
	text-decoration: none;
}
#nav ul a.currSection:hover {
	background: #1f4faf;	/* SELECTED TAB COLOR */
	border-color: #3f67af;
	color: #FFF;
	text-decoration: none;
}

#subNav ul {
	background: #1f4faf;	/* SELECTED TAB COLOR */
	border-color: #3f67af;
	margin: 0;
	padding: 3px;
	font-family: arial,verdana, sans-serif;
	font-size: 0.75em;
	text-align: right;
}
#subNav li {
	list-style-type: none;
	display: inline;
}

#subNav li:before {
	content: " | ";
}

#subNav li:first-child:before {
	content: "";
}

#subNav ul a:link, #subNav ul a:visited {
	color: #FFF;
	text-decoration: none;
}

#subNav ul a:hover {
	text-decoration: underline;
}

#content {
	margin-top: 0px;
	padding-top: 0px;
}


#content h1,h2,h3 {
	border-bottom: solid #d0d0d0 1px;
}

#content h1.noul,h2.noul,h3.noul {
	border: none;
}

#mBody {
	display: block;
	margin-left: 10em;		/* MARGIN-SIZE */
	padding: 3px 0 0 0;
	text-align: justify;
}

#mBody .inMargin {
	position: relative;
	float: left;
	width: 9.8em;				/* MARGIN-SIZE - 0.2em */
	margin-right: -10em;		/* MARGIN-SIZE */
	left:-10em;				/* MARGIN-SIZE */
	color: #000;
	clear: left;
}

#lBody {
	display: block;
	margin-left: 0px;
	color: #000;
	padding: 3px;
	text-align: justify;
}

#mBody img {
	padding-left: 2px;
	padding-right: 2px;
}

#lBody img {
	padding-left: 2px;
	padding-right: 2px;
}


#footer {
	text-align: center;
	border: solid black;
	border-width: 1px 0 0 0;
}

#footer span.copyright {
	float: left;
	font-size: 10pt;
}

#footer img {
	float: right;
	margin-top: 2px;
}

.eventTOC {
	display: block;
	margin: 0;
	position: relative;
	border: solid;
	border-width: 1px 1px 0 1px;
	border-color: black;
}

.eventTOC ul{
	margin: 0;
	padding: 0;
	display: inline;
}

.eventTOC li {
	display: block;
	list-style-type: none;
	border: solid;
	padding: 3px;
	border-width: 0px 0px 1px 0px;
	border-color: black;
	background: #aaa;
}

.eventTOC li a:link {
	color: #007;
}

.eventTOC li a:visited {
	color: #606;
}

.eventTOC li.title {
	margin-left: 0;
	font-weight: bold;
	background: gray;
	color: white;
}

.eventTOC .currSection, .eventTOC .currSection a:visited {
	background: #aba;
	color: black;
	font-weight: bold;
};

/* MSIE Tweaks */

/* IE Doesn't support the max-width property, so for readability sake force it to 50em. */
* html #container {
	width: 50em;
}

/* Since we don't get the pipe seperators between the submenu items,
** Lets add some space between them instead.
*/
* html #subNav li {
	margin-left: 10px;
}
