html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border: 5px solid #000000;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
td {
	border: 3px solid #000000;
	font-size: .7em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	height: 25px;
	vertical-align: middle;
	padding-left: 2px;
}
.tableHeader {
	color: #0D2B34;
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	height: 37px;
}
td+td+td {
	text-align: center;
}
h1 {
	visibility: hidden;
	color: #0D2B34;
	font-size: xx-small;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #0D2B34;
	margin: 4px;
	text-decoration: underline;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #2b180b;
	margin: 4px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 4px;
	color: #2B180B;
}
.small {
	font-size: 0.8em;
}
.newsection {
	clear: left;
}

.lefthalf {
	float: left;
	width: 310px;
	clear: left;
}
.righthalf {
	margin: 5px;
	float: right;
	width: 300px;
}
.centered {
	text-align: center;
}
.rightjustified {
	text-align: right;
}

.txtclrBrdgBrown {
	color: #402410;
}

.txtclrBrdgRed {
	color: #771719;
}

.txtclrBrdgTan {
	color: #997C54;
}

.txtclrBrdgLghtBlue {
	color: #8FaFBF;
}

.txtclrBrdgCyan {
	color: #0D2B34;
}
#contentScreen li {
	list-style-type: disc;
}
#contentScreen li li {
	list-style-type: circle;
	margin-left: 22px;
}
#footer p {
	font-size: 0.8em;
	font-variant: small-caps;
}
.idented {
	margin-left: 30px;
}
.underlined {
	text-decoration: underline;
}
.clearRight {
	clear: right;
}
.pagecntrlcont {
	text-align: right;
	font-size: 0.6em;
}


.pagecntrl {
	text-align: right;
	margin-right:15px;
	display:inline;
}

/* jgt 10/22/2011 add events calendar style begins */
.newline {clear:both;}

.eventsBtn
{
  position:fixed;
  right:0px;
  top: 50%;
  width:30px;
  height:125px;
  cursor:pointer;
  background-image:url('/MenuGraphics/buttonEvents.gif');
}

.eventsBtn:hover
{
  position:fixed;
  right:0px;
  top: 50%;
  width:30px;
  height:125px;
  cursor:pointer;
  background-image:url('/MenuGraphics/buttonEventsHover.gif');
}
.black_overlay
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;	
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);ß
        overflow:auto;
}
 
.white_content 
{
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 510	px;
	height: 425px;
	padding: 5px;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
/* jgt 10/22/2011 add events calendar style ends */

