html {font-size : 100%;}

body {
	font-style : normal;
	font-weight : normal;
	font-size : 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}



p {
	line-height: 150%;
	color: #666666;
	font-size: 12px;
}

li {
	line-height: 150%;
	font-size: 12px;
}

b,strong {
	color: #92183a;

}

img {
	border: none;
}

h1 {
	font-size: 230%;
	font-family: times, trebuchet ms, arial;
	font-weight: normal;
	color: #9b2138;
	font-style: normal;
}

h2 {
	font-family: trebuchet ms, arial;
	font-size: 120%;
	font-weight : bold;
	color:#9b2138;
	font-style: normal;
}

h3 {
	font-family: trebuchet ms, arial;
	font-size: 120%;
	font-weight : bold;
	color:#9b2138;
	font-style: normal;
}


/*-----------------------------------------------------------------*/

ul {
	color : #9b2138;
}


/*-----------------------------------------------------------------*/

hr {
	border-top: 1px solid #a0a1a4;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	width: 100%;
	text-align: left;
}


/*-----------------------------------------------------------------*/

a {
	text-decoration: underline;
	color: #9b2138;
}

a:hover {
	text-decoration: none;
}

.location {
	color: #003366;
}

.embed_image {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 8px 0 10px !important;
  margin: 10px 0 0 5px;
}

.embed_image img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
  
/*New styles for event listing*/
 
table.tmEventList {
 	border:2px #b1b2b4 solid;
	border-collapse:collapse;
}
table.tmEventList td {
 	padding:5px;
	vertical-align:top;
}
table.tmEventList td.tmEventDate {
 	width:150px;
	vertical-align:middle;
	padding:10px;
 	border:2px #b1b2b4 solid;
 	font-weight:bold;
	font-size:12pt;
	color:#fff;
	background-color:#991A36;
}

table.tmEventList tmEventInfo {
	color:black;
	
	
}

