html {
	padding: 0;
	margin: 0;
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 23px 0;
	text-align: center;
	background: #FFF url(images/bg.jpg) 0 0 no-repeat;
	background-position: center top;
}
* {
	margin:0;
	padding:0;
	outline:0;
}

/* layout ids */
#wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
}
#table {
	width: 950px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#top {
	height: 147px;
	vertical-align: top;
	background: url(images/header.jpg) 0 0 no-repeat;
}
#mainnav {
	height: 27px;
	vertical-align: top;
	background: url(images/navbg.jpg) 0 0 no-repeat;
	text-align: center;
}
#content {
	height: auto;
	width: 722px;
	vertical-align: top;
	border-left: 1px solid #483793;
	border-right: 1px solid #483793;
}
#leftnav {
	height: 244px;
	width: 228px;
	vertical-align: top;
	padding: 0;
	border-left: 1px solid #483793;
	background-image: url(images/sidenavbg.jpg);
	background-repeat: no-repeat;
}
#leftnavbottom {
	height: auto;
	width: 228px;
	vertical-align: top;
	padding: 0;
	border-left: 1px solid #483793;
}
#bottom {
	height: 27px;
	width: 950px;
	vertical-align: bottom;
	padding: 0;
	background: url(images/navbg.jpg) 0 0 no-repeat;
}
#space {
	height: 20px;
	vertical-align: top;
}
#searchspace {
	height: 20px;
	vertical-align: top;
}

/* text formatting syles */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
	color: #000;
	text-align: left;
	margin: 0 30px 10px 15px;
	font-weight: normal;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #c63c28;
	text-align: left;
	margin: 10px 30px 5px 15px;
	font-weight: normal;
}
.home1 {
	text-align: center;
	margin: 10px 15px 0 15px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #c63c28;
	text-align: left;
	margin: 10px 30px 5px 15px;
	font-weight: normal;
}
.home2 {
	text-align: center;
	margin: 0 0 15px 0;
	color: #483793;
}
.date {
	text-align: center;
	margin: 10px 0 0 0;
	color: #e9c355;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1em;
	color: #483793;
	text-align: left;
	margin: 10px 30px 5px 15px;
	font-weight: bold;
}
.home3 {
	text-align: left;
	margin: 5px 20px 10px 15px;
	color: #483793;
	font-weight: normal;
}
.venue {
	text-align: center;
	margin: 0 0 30px 0;
	color: #e9c355;
	font-weight: normal;
	font-size: .85em;
	line-height: 1.1em;
}
/* home right style */
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	color: #FFF;
	text-align: center;
	margin: 10px 0;
	font-weight: bold;
}

/* table text */
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.6em;
	color: #000;
	text-align: left;
	margin: 3px 0 3px 8px;
	font-weight: normal;

}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
	color: #000;
	text-align: left;
	padding: 0;
	margin: 0 30px 15px 50px;
	list-style-image: url(images/red.gif);
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
	color: #000;
	text-align: left;
	list-style-position: outside;
	list-style-type: decimal;
	padding: 0;
	margin: 0 70px 10px 70px;
}
a:link, a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover, a:active {
	color: #e9c355;
	text-decoration: underline;
}


/* additional styles */
.invisible {
	display: none;
}
.grey {
	color: #666;
	font-weight: bold;
}
.red {
	color: #c63c28;
	font-weight: bold;
}
.gold {
	color: #e9c355;
	font-weight: bold;
}
.purple {
	color: #483793;
	font-weight: bold;
}
.center {
	text-align: center;
}

/* top nav */
#menu ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	list-style:none;
	margin:0;
	padding:0;
	border:none;
	min-height:27px;
	}
/* for Internet Explorer */
/*\*/
* html #menu ul {
	height:27px;}
/**/
	

#menu ul li {
	float:left; 
	margin:0;
	padding:0;
	display:block;
}
#menu ul li a {
	color:#FFF;
	display:block;
	font-size:100%;
	margin:0;
	padding:4px 3px 5px 6px;
	text-decoration:none;
	border-bottom:none;
}
#menu ul li a:hover {
	color:#e9c355}
	
/* for Internet Explorer */
/*\*/
* html #menu ul li a:over {
	color:#e9c355;
	background-color:#483793;}
/**/

#menu ul li ul {/* second-level lists */
	position:absolute;
	text-decoration:none;
	text-align:left;
	margin:0;
	width:13em;
	height:auto;
	left:-9999em;
	font-size:100%;
	 /*using left instead of display to hide menus because display: none isn't read by screen readers*/}

#menu ul li ul li {
	background:#483793;
	margin:0; 
	padding:0;
	width:13em;}

#menu ul ul a:hover {
	color:#000; 
	background:#e9c355;}

/*#wrap > #menu ul li ul {
	padding-right:2em;}*/

#menu ul li:hover ul ul, #menu ul li:hover ul ul ul, #menu ul li:hover ul ul ul ul, 
#menu ul li.sfhover ul ul, #menu ul li.sfhover ul ul ul, #menu ul li.sfhover ul ul ul ul {
	left:-9999em;}

#menu ul li:hover ul, #menu ul li.sfhover ul {/* lists nested under hovered list items */
	left:auto;  
	text-decoration:none;
	top:auto;}
	
#menu ul li li.sfhover ul, #menu ul li li:hover ul, #menu ul li li li:hover ul, #menu ul li li li li:hover ul,
#menu ul li li li.sfhover ul, #menu ul li li li li.sfhover ul {/* lists nested under hovered list items */
	left:13em;
	text-decoration:none;
	margin-top:-3em;}

#menu ul li ul li a {
	display:block;
	height:auto; 
	line-height:130%; 
	background:none;}

#menu li:hover, #menu li.hover {
	position: static;}


/* side nav */
#nav li a, #nav li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.3em;
	display: block;
	text-align: left;
	font-weight: bold;
	width: 220px;
	text-decoration: none;
	color: #e9c355;
	padding: 0;
	margin: 10px -30px  20px -50px;
	text-indent: 12px;
}
#nav li a:hover, #nav li a:active {
	color: #FFF;
	font-weight: bold;
	padding: 0;
}
#nav ul {
	margin: 0;
	padding: 0;
	width: 220px;
	font-weight: bold;
	list-style-image: none;
	list-style-type: none;
}
#nav li {
	list-style-image: none;
	list-style-type: none;
}

/* side subnav */
#subnav li a, #subnav li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.1em;
	display: block;
	font-weight: normal;
	width: 228px;
	text-decoration: none;
	color: #e9c355;
	padding: 10px 0 0 0; 
	margin: -13px -30px 12px -50px;
	background-image: url(images/sidenavup.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	text-indent: 12px;
}
#subnav li a:hover, #subnav li a:active {
	color: #FFF;
	font-weight: normal;
	padding: 10px 0 0 0;
	margin: -13px -30px 12px -50px;
	background-image: url(images/sidenavover.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	text-indent: 20px;
}
#subnav ul {
	margin: 0;
	padding: 0;
	width: 228px;
	font-weight: normal;
	list-style-image: none;
	list-style-type: none;
}
#subnav li {
	list-style-image: none;
	list-style-type: none;
}

/* page format styles */
div#r-callout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 150%;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin: 10px 40px 10px 10px;
	padding: 2px 10px;
	border-top: 3px solid #9c2f1a;
	float: right;
	width: 100px;
}
div#l-callout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 150%;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin: 10px 15px;
	padding: 2px 10px;
	border-top: 3px solid #9c2f1a;
	float: left;
	width: 100px;
}
.quotetitle {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 2em;
	color: #790000;
}
table#large {
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1em;
	color: #000;
	text-align: left;
	margin: 15px 15px 0 15px;
	padding: 0;
	border-top: 1px dotted #9c2f1a;
	border-bottom: 1px dotted #9c2f1a;
	float: left;

}
table#med {
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1em;
	color: #000;
	text-align: left;
	margin: 15px 15px 0 15px;
	padding: 0;
	border-top: 1px dotted #9c2f1a;
	border-bottom: 1px dotted #9c2f1a;
	float: left;

}
table#small {
	width: 275px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1em;
	color: #000;
	text-align: left;
	margin: 15px 15px 0 15px;
	padding: 0;
	border-top: 1px dotted #9c2f1a;
	border-bottom: 1px dotted #9c2f1a;
	float: left;
}
img {
	border: 0;
}
.image-r {
	float: right;
	margin: 5px 15px 8px 10px;
}
.image-l {
	float: left;
	margin: 10px 15px 5px 15px;
	border: 1px solid #666;
}

/* contact */
#contact {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1em;
	color: #666;
	margin: 20px 0 7px 0;
	padding: 0;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
}
#contact a, #contact a:visited {
	text-decoration: underline;
	padding: 0;
	margin: 0;
	color: #666;
}
#contact a:hover, #contact a:active {
	color:#e9c355;
}

/* footer */
.footer {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #FFF;
	margin: 0;
	padding: 4px 0 0 0;
	text-decoration: none;
	text-align: center;
	min-height: 27px;
}
.footer a, .footer a:visited {
	text-decoration: underline;
	padding: 0;
	margin: 0;
	color: #FFF;
}
.footer a:hover, .footer a:active {
	color:#e9c355;
}
