@charset "UTF-8";
body  {
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #divContainer selector */
}
body,td,th {
	font: 0.9em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8D817B;
}
a:link, a:visited {
	color: #DC291E;
        text-decoration: none;
}
a:hover, a.current:link, a.current:visited {
	color: #DC291E;
        text-decoration: none;
}
a:active {
	color: #8D817B;
        text-decoration: none;
}


/* Type and Stylings */

#cmscontent h1, #cmscontent h2, #cmscontent h3, #cmscontent h4 {      
        font-family: "Georgia","Trebuchet MS", Arial, Helvetica, sans-serif;
        color: #df2a1f;
}

#cmscontent h1 { font-size: 1.8em; }
#cmscontent h2 { font-size: 1.6em; }
#cmscontent h3 { font-size: 1.4em; }
#cmscontent h4 { font-size: 1.2em; }

h1 {
	margin: .2em 0em 0em 0em;
	padding: 0 0 0 0;
	font-size: 1.6em;
	font-weight: bold;
	font-style: normal;
}
h2 {
	margin: .2em 0em 0.5em 0em;
	padding: 0 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
}
h3 {
	margin: .2em 0em 0.5em 0em;
	padding: 0 0 0 0;
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
}
h4 {
	margin: .2em 0em 0.5em 0em;
	padding: 0 0 0 0;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
}
h5 {
	margin: .2em 0em 0.5em 0em;
	padding: 0 0 0 0;
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
}
h6 {
	margin: .2em 0em 0.5em 0em;
	padding: 0 0 0 0;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
}
p {
	margin: 0.5em 0em 1em 0em;
}


.Copy00 {
	font-size: 1.1em;
}
.Copy01 {
	font-size: 1em;
}
.Copy02 {
	font-size: .9em;
}
.Copy03 {
	font-size: .8em;
}
.Copy04 {
	font-size: .7em;
}

.Indent-20px {
	margin-left: 20px;
}
.Indent-40px {
	margin-left: 40px;
}
.BulletList-Circle01 {
	margin-left: 40px;
	list-style-position: outside;
	list-style-type: circle;
}
.BulletList-Disc01 {
	margin-left: 40px;
	list-style-position: outside;
	list-style-type: disc;
}
.BulletList-Square01 {
	margin-left: 40px;
	list-style-position: outside;
	list-style-type: square;
}

.Copy-Red {
	color: #FF0000;
}
.Copy-Blue {
	color: #0000FF;
}
.Copy-Yellow {
	color: #FFFF00;
}


.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.floatClear {
	clear: both;
}

.eventImage {
  border: 1px solid #ccc7c0;
}
