a:link { color: #0000CC }
a:visited { color: #990099 }
a:hover { color: #ff3333 }

body
{
	font-family: verdana, arial, helvetica;
	background-color: #eeeeee;
	background-image: url('../lib/body-bg.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	background-attachment: fixed;
}

.tagline
{
	font-size: 10pt;
	font-family: arial, helvetica;
	color: black;
}

div.menu-div
{
	background-image: url('../lib/menu-bg.gif');
	background-repeat: repeat-x;
	background-color: #bb77ff;
	background-position: bottom;
	font-size: 9pt;
	font-family: verdana, arial, helvetica;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}
.menu a:link, .menu-highlight a:link
{
	color: #ffffff;
	text-decoration: none;
}
.menu a:visited, .menu-highlight a:visited
{
	color: #ffffff;
	text-decoration: none;
}
.menu a:hover
{
	color: #FFBB00;
	text-decoration: none;
}
.menu-highlight a:hover
{
	color: #ff3333;
	text-decoration: none;
}

span.menu
/* Normal menu items that are not highlighted */
{
	padding: 5px 10px 5px 10px;
}
span.menu-highlight
/* For highlighting the menu item which is being displayed now */
{
	padding: 5px 10px 5px 10px;
	color: #000000;
	background-color: #D9B1FF;
}

.submenu-div
{
	font-size: 9pt;
	font-family: verdana, arial, helvetica;
	font-weight: bold;
	background-color: #D9B1FF;
	padding: 5px 10px 5px 10px;
}
span.submenu
{
	padding: 5px 10px 5px 10px;
}
.submenu a:link
{
	color: #0000cc;
	text-decoration: none;
}
.submenu a:visited
{
	color: #0000cc;
	text-decoration: none;
}
.submenu a:hover
{
	color: #ff3333;
	text-decoration: none;
}

.breadcrumb
{
	background-color: #dddddd;
	border-left: 1px solid white;
	padding: 5px;
}

.boxheading
/* On the home page, heading row of the events listing */
{
	border-bottom: 1px solid #bb77ff;
	font-size: 10pt;
	font-family: verdana, arial, helvetica;
	font-weight: bold;
	color: #ffffff;
}

.home-event
{
	background-color: #ffffff;
	border-bottom: 1px solid #bb77ff;
}

h1
{
	font-size: 15pt;
	font-family: verdana, arial, helvetica
}

h2
{
	font-size: 13pt;
	font-family: verdana, arial, helvetica
}

h3
{
	font-size: 11pt;
	font-family: verdana, arial, helvetica
}

h4
{
	font-size: 10pt;
	font-family: verdana, arial, helvetica
}

td, p, li, .bodytext
{
	font-size: 9pt;
	font-family: verdana, arial, helvetica;
	color: #000000;
}

.alert
{
	color: red;
	font-weight: bold;
}

.red
{
	color: red;
	font-weight: bold;
}

blockquote, .indent
{
	margin-left: 30px;
	margin-right: 0px;
}

.small
{
	font-size: 8pt;
	font-family: arial, helvetica
}

.big
{
	font-size: 16pt;
	font-family: arial, helvetica
}

.white
{
	color: white;
}

.boldwhite
{
	color: #ffffff;
	font-weight: bold;
}

.tt
{
	font-family: Courier New, Courier, mono;
	font-size: 10pt;
}

.small-button
{
	font-size: 8pt;
	font-family: arial, helvetica;
	background-color: #eeddff;
	border: 1px solid black;
}
.small-input-box
{
	font-size: 8pt;
	font-family: arial, helvetica;
	border: 1px solid black;
}

