body {
	background: #e7e7e7 url(images/bkg_seal.gif) repeat;
	margin: 0;
	padding: 0;
	color: #454e66;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	width: 100%;
}

div#content {
	background: url(images/content_back.png) repeat;
	width: 75%;
	height: auto;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 10px;
	display: table;
}

#header {
	background-color: #ffffff;
	height: 135px;
	text-align: center;
}

#eventcontent {
	text-align: center;
}

.captions {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #454e66;
}

.generaltext {
	color: #454e66;
	font: normal normal normal 11px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.generaltext a:link {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #333a4e;
	border-bottom: 1px dotted #333a4e;
}

.hairline {
	border-bottom: 1px solid #333a4e;
}
.footer {
	color: #292f3d;
	font: 10px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.footer a {
	color: #292f3d;
	font: bold 10px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}	
h1 {
	color: #454e66;
	font-size: 22px;
	font-weight: bold; 
	font-family: "Helvetica Neue", "Arial Narrow", Arial, sans-serif;}
h2 {
	color: #454e66;
	font-size: 18px;
	font-weight: bold; 
	font-family: "Helvetica Neue", "Arial Narrow", Arial, sans-serif;}

h3 {
	color: #454e66;
	font-size: 16px;
	font-weight: bold; 
	font-family: "Helvetica Neue", "Arial Narrow", Arial, sans-serif;
}
.subheader {
	color: #454e66;
	font-size: 12px;
	font-weight: bold; 
	font-family: "Helvetica Neue", "Arial Narrow", Arial, sans-serif; }
	
.quote {
	font-family: "Goudy Old Style", Times, Georgia, serif;
	font-size: 16px;
	line-height: 20px;
	color: #333a4e;
	text-align: left;
	text-indent: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold; }
	
/*minitabs start here*/

div#container{ 
	width: 100%;
	min-width:300px;
	margin:0 auto;
	background-color: #454e66;
	border-top: 2px solid #ffd200;
	border-bottom: 2px solid #ffd200; }

ul#minitabs{
	list-style: none;
	margin: 0;
	padding: 7px 0;
  	font-weight: bold;
  	text-align: center;
  	white-space: nowrap;
  	font: bold 14px "Goudy Old Style", Times, Georgia, serif; }
  	
ul#minitabs li {
	display: inline;
	margin: 0 3px;
	font: bold 14px "Goudy Old Style", Times, Georgia, serif; }
	
ul#minitabs a {
	text-decoration: none;
	padding: 0 0 3px;
  	color: #ffffff;
  	font: bold 14px "Goudy Old Style", Times, Georgia, serif; }
  	
ul#minitabs a#current {
	color:#ffd200 }
	
ul#minitabs a:hover {
	color: #ffffff }
	
/* ZEBRA TABLES */

table {
	border-collapse: collapse;
	width: 90%;
	margin: 8px;
	font-size: 1.1em;
	display: inline;
}

th {
	background: #454e66;
	color: #fff;
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	border-right: 1px solid #fff;
	line-height: 1.2;
	font-family: "Goudy Old Style", Times, Georgia, serif;
	font-size: 1.4em;
}

td#maxeffort {
	background: #5d6a8b;
	color: #fff;
	font-weight: bold;
	padding: 6px 11px;
	text-align: center;
	border-right: 1px solid #fff;
	line-height: 1.2;
	font-family: "Goudy Old Style", Times, Georgia, serif;
	font-size: 1.2em;
}

td#otherevent {
	background: #5d6a8b;
	color: #fff;
	font-weight: bold;
	padding: 6px 11px;
	text-align: center;
	border-right: 1px solid #fff;
	line-height: 1.2;
	font-family: "Goudy Old Style", Times, Georgia, serif;
	font-size: 1.2em;
}

td#workproject {
	background: #5d6a8b;
	color: #fff;
	font-weight: bold;
	padding: 6px 11px;
	text-align: center;
	border-right: 1px solid #fff;
	line-height: 1.2;
	font-family: "Goudy Old Style", Times, Georgia, serif;
	font-size: 1.2em;
}

td {
	padding: 6px 11px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
	font-family: "Helvetica Neue", "Arial Narrow", Arial, sans-serif;
	text-align: left;
}

td a:link {
	color: #454e66;
	text-decoration: none;
	font-weight: bold;
}

td * {
	padding: 6px 11px;
}

tr.alt td {
	background: #e4e7e7;
}

tr.over td, tr:hover td {
	background: #edc910;
}