body, div, p, td {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

.tiPageHeader {
	background-image: url(images/header.png);
	font-size: 150%;
	font-weight: bold;
	color: white;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0;
	margin-bottom: 10px;
}

/* =============================== Left Nav ======================================= */

.tiLeftNav {
	width: 150px;
	float: left;
	margin-right: 20px;
	padding-top: 10px;
}

.tiLeftNav p {
	margin-top: 0;
	margin-bottom: 0.8ex;
}

.tiLeftNav a:link, .tiLeftNav a:visited, .tiLeftNav a:active, .tiLeftNav a:hover {
	text-decoration: none;
	font-weight: bold;
	color: blue;
}

.tiLeftNav a:hover {
	text-decoration: underline;
}

a.glc:link, a.glc:visited, a.glc:active, a.glc:hover {
	color: green;
}

/* =============================== Content ======================================== */

.tiContent {
	margin-left: 170px;
	min-width: 625px;
}

h1 {
	margin-top: 0;
}

h2 {
	margin-top: 2ex;
}

.eventsPanel {
	background-color: #DABBFF;
	padding-left: 1.5ex;;
	padding-right: 1.5ex;
	padding-top: 0.5ex;
	padding-bottom: 0.5ex;
}

.boxHL {
	padding: 0.5ex;
	border: medium solid yellow;
	margin-top: 1ex;
}

.event {
	text-indent: -2ex;
	padding-left: 2ex;
}

.eventCont {
	padding-left: 2ex;
	margin-top: -1ex;
}

.advertSmall {
  border: black solid 1px;
	padding: 1ex;
	margin-bottom: 0ex;
	font-size: smaller;
}

.advertSmall a:link
{
    COLOR: red;
}
.advertSmall a:visited
{
    COLOR: #009933;
}
.advertSmall a:active
{
    COLOR: red;
}
.advertSmall a:hover
{
	color: red;
	TEXT-DECORATION:none
}
