@charset "utf-8";
body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #F4F4F4;
}
#shadow {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/shadowSide.jpg);
	background-repeat: repeat-y;
}
#bottomShadow {
	background-image: url(../images/shadowBottom.jpg);
	width: 830px;
	height: 29px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}


#container {
	width: 780px;
	margin: 0 auto;
} 
#header {
	padding-top: 0px;
	padding-left: 0px;
	text-align: center;
	font-family: "Bradley Hand ITC";
	font-size: 1.5em;
	font-weight: bold;
} 
#subheader {
	text-align: center;
	font-weight: bold;
	color: #000000;
	line-height: 1.5em;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
hr {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

#mainContent {
	float: left;
	width: 630px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	position: relative;
} 
#shadow #container #popContent {
	padding-left: 2em;
}


#footer {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 75px;
	text-align: center;
	font-size: x-small;
} 
#footer p {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #990000;
	padding-bottom: 1px;
}
a:visited {
	color: #993333;
}
a:active {
	color: #0033CC;
}
 
.videoCaption {
	text-align: center;
	font-family: "Bradley Hand ITC";
	font-weight: 900;
	font-size: large;
	line-height: 1.5em;
	color: #9C0C45;
	font-variant: normal;
}
h1 {
	color: #FFFFFF;
	font-size: 1.5em;
	text-align: center;
	background-color: #000033;
	line-height: 1.5em;
}
h2 {
	font-size: 1.3em;
	color: #9C0C45;
	font-style: oblique;
	clear: both;
}
h3 {
	color: #9C0C45;
	font-size: 1em;
	font-style: normal;
	text-indent: 1em;
}

table {
	border: thin solid #666666;
}
#shadow #container #mainContent #participantsTBL td{
 text-align: left; vertical-align: top;}   
#shadow #container #mainContent #participantsTBL tr {
	color: #990033;
}

td {
	padding: 5px;
}
li {
	padding-bottom: .5em;
}
.smaller {
	font-size: .8em;
}
.contactleft {
	float: left;
	width: 300px;
}
.contactRight {
	width: 300px;
	float: left;
}
#shadow #container #mainContent .videoCenter #FLVPlayer {
	height: 291px;
	width: 342px;
}

.swfObject {
	margin-right: auto;
	margin-left: auto;
	width: 560px;
	height: 380px;
	background-repeat: no-repeat;
}
#shadow #container #mainContent .swfObject object {
	margin-left: 5px;
	margin-top: 5px;
}
#shadow #container #mainContent .attention {
	font-style: oblique;
	background-color: #FFFFCC;
}
p {
	line-height: 1.4em;
}
