﻿@charset "UTF-8";

body
{
	margin: 4px;
	background-color: #000000;
	font-family: Trebuchet MS;
	font-size: 12.0pt;
}

a
{
	border-style: none;
	color: #F0F0F0;
	text-decoration: underline;
}
a:hover
{
	color: #CD0000;
}

#wrapper
{
	/*border: solid 1px white;*/
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	/*overflow: hidden;*/
	position: relative;
	text-align: left;
}

#contentWrapper
{
	/*border: solid 1px #00FF00;*/
	color: #F0F0F0;
}

div.header
{
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 5px;
	vertical-align: bottom;
}

.header a img
{
	border-style: none;
	text-decoration: none;
}

div.content
{
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	color: #F0F0F0;
}

div.event
{
	padding-top: 6px;
	padding-bottom: 4px;
}
div.eventHeader1, span.eventHeader1
{
	padding-top: 4px;
	font-size: 16.0pt;
	font-weight: normal;
	text-decoration: underline;
}
div.eventHeader2, span.eventHeader2
{
	padding-top: 2px;
	font-size: 14.0pt;
	font-weight: normal;
}
div.eventText, span.eventText
{
	margin-left: 15px;
	font-size: 12.0pt;
	font-weight: normal;
}
div.eventTextIndent, span.eventTextIndent
{
	font-size: 12.0pt;
	font-weight: normal;
	margin-left: 30px;
}

div.navMenu
{
	margin-left: 0px;
	margin-top: 4px;
	padding: 1px;
	background-color: #B0B0B0;
}
table.navMenu
{
	/*border: solid 1px #B0B0B0;*/
	margin-top: 4px;
	margin-bottom: 16px;
	width: 780px;
}
.navMenu td
{
	background-image: url('images/nav-bg-blk.png');
	background-repeat: repeat-x;
	background-position: top;
}
td.navMenuEdge
{
	background-image: url('images/nav-edge-blk.png');
	background-repeat: no-repeat;
	width: 2px;
	height: 32px;
}
td.navMenuLeftEnd
{
	background-image: url('images/nav-left-blk.png');
	background-repeat: no-repeat;
	width: 5px;
	height: 32px;
}
td.navMenuRightEnd
{
	background-image: url('images/nav-right-blk.png');
	background-repeat: no-repeat;
	width: 5px;
	height: 32px;
}
td.navSelected
{
	background-image: url('images/nav-bg-red.png');
	background-repeat: repeat-x;
	background-position: top;
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color: #F0F0F0;
	text-decoration: none;
	/*text-transform: uppercase;*/
	border-style: none;
	padding: 6px 15px 6px 15px;
	display: block;
	height: 20px;
}
.navMenu a
{
	font-size: 14px;
	font-weight: bold;
	color: #F0F0F0;
	text-decoration: none;
	/*text-transform: uppercase;*/
	border-style: none;
	padding: 6px 15px 6px 15px;
	display: block;
	height: 20px;
}
.navMenu a:hover
{
	background-image: url('images/nav-bg-dkred.png');
}

ul.redBullet
{
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url('images/bullet-red.png');
}
.redBullet li
{
	padding-left: 4px;
	margin-top: 4px;
}
ul.whiteBullet
{
	list-style-image: url('images/bullet-white.png');
}
.whiteBullet li
{
	padding-left:4px;
}


table.rrBorder
{
	margin-top: 4px;
	margin-bottom: 16px;
	width: 100%;
}
td.rrBorder1-ul
{
	background-image: url('images/ul-wht-blk.png');
	width: 13px;
	height: 13px;
}
td.rrBorder1-ur
{
	background-image: url('images/ur-wht-blk.png');
	width: 13px;
	height: 13px;
}
td.rrBorder1-ll
{
	background-image: url('images/ll-wht-blk.png');
	width: 13px;
	height: 13px;
}
td.rrBorder1-lr
{
	background-image: url('images/lr-wht-blk.png');
	width: 13px;
	height: 13px;
}
td.rrBorder1-top
{
	border-top: solid 2px #F0F0F0;
}
td.rrBorder1-bottom
{
	border-bottom: solid 2px #F0F0F0;
}
td.rrBorder1-left
{
	border-left: solid 2px #F0F0F0;
}
td.rrBorder1-right
{
	border-right: solid 2px #F0F0F0;
}
td.rrBorder1-content
{
	color: #F0F0F0;
}

td.rrBorder2-ul
{
	background-image: url('images/ul-red-blk2.png');
	width: 13px;
	height: 13px;
}
td.rrBorder2-ur
{
	background-image: url('images/ur-red-blk2.png');
	width: 13px;
	height: 13px;
}
td.rrBorder2-ll
{
	background-image: url('images/ll-red-blk2.png');
	width: 13px;
	height: 13px;
}
td.rrBorder2-lr
{
	background-image: url('images/lr-red-blk2.png');
	width: 13px;
	height: 13px;
}
td.rrBorder2-top
{
	border-top: solid 2px #CD0000;
}
td.rrBorder2-bottom
{
	border-bottom: solid 2px #CD0000;
}
td.rrBorder2-left
{
	border-left: solid 2px #CD0000;
}
td.rrBorder2-right
{
	border-right: solid 2px #CD0000;
}
td.rrBorder2-content
{
	color: #CD0000;
}

div.footer
{
	margin-top: 12px;
	padding: 2px;
	font-size: 8.0pt;
	font-weight: normal;
	color: #F0F0F0;
}

