body {
   text-align: center;
   background-color: #00767b;
}

.wrap {
   text-align: left;
   background-color: #FFFFFF;
   border: 2px solid #e2c169;
   margin-top: 12px;
   margin-right: auto;
   margin-left: auto;
   position: relative;
   width: 780px;
   height: 100%;
}

.content_td {
   background-color: #FFFFFF;
}

.content_div {
   font-family: Trebuchet MS;
   font-size: 12px;
   background-color: #FFFFFF;
   margin-right: 20px;
   margin-left: 8px;
}

body {
font-family: "Trebuchet MS";
	text-align: center;
        vertical-align: top;
	background-color: #00767b;
	margin: 0px;
	padding: 0px;
}

#tree {
	margin-top: 6px;
	margin-right: 6px;
	border: 3px ridge #babfb8;
        width: 207px;
}

#content_inset {
	margin: 10px;
}
h1 {
font-family: "Trebuchet MS";
    font-size: 24px;
	color: #000000;
	margin-left: 3px;
}
h2 {
font-family: "Trebuchet MS";
    font-size: 16px;
	color: #000000;
	margin-left: 6px;
}
h3 {
font-family: "Trebuchet MS";
    font-size: 14px;
	color: #000000;
	margin-left: 12px;
}
a
{
font-family: "Trebuchet MS";
	color: #0000FF !important;	/* For Firefox... mark as important, otherwise it becomes black */
}
.Bold
{
font-family: "Trebuchet MS";
	font-weight: bold;
}
.Italic {
font-family: "Trebuchet MS";
	font-style: italic;
}
.Smallcaps {
font-family: "Trebuchet MS";
	font-variant: small-caps;
}
.Caps {
font-family: "Trebuchet MS";
	text-transform: capitalize;
}
.Indent {
	margin-left: 12px;
}
.Double_Indent {
	margin-left: 12px;
}
.event_description {font-family: "Trebuchet MS";font-size: 14px;}
.event_name {font-family: "Trebuchet MS"; font-size: 24px;}
.event_date_time {font-family: "Trebuchet MS"; font-size: 16px;}
.event_location {font-family: "Trebuchet MS"; font-size: 16px;}
.event_presenter {font-family: "Trebuchet MS"; font-size: 16px;}
.event_box_bordered {
	display: block;
	width: 485px;
	border: 4px solid #000000;
	position: relative;
	left: 70px;
}
.event_box {
	display: block;
	width: 485px;
	border: 0px;
	position: relative;
	left: 70px;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: Courier New , Monospace;
	background-color: #ff9933;
}

.buttons {
	font-family: "Trebuchet MS", Arial, Helvetica, sans serif;
	font-size: 12px;
	width: 100%;
	margin-left: 16px;
}

.buttons a:link {
	display: block;
	background-image: url(../image/button_link.jpg);
	background-repeat: no-repeat;
	width: 105px;
	height: 23px;
	float: left;
	text-decoration: none;
	text-align: center;
	color: #333333;
	padding-top: 6px;
}

.buttons a:visited {
	display: block;
	background-image: url(../image/button_link.jpg);
	background-repeat: no-repeat;
	width: 105px;
	height: 23px;
	float: left;
	text-decoration: none;
	text-align: center;
	color: #333333;
	padding-top: 6px;	
}

.buttons a:hover {
	display: block;
	background-image: url(../image/button_hover.jpg);
	background-repeat: no-repeat;
	width: 105px;
	height: 23px;
	float: left;
	text-decoration: none;
	text-align: center;
	color: #333333;
	padding-top: 6px;	
}

.buttons a:active {
	display: block;
	background-image: url(../image/button_down.jpg);
	background-repeat: no-repeat;
	width: 105px;
	height: 23px;
	float: left;
	text-decoration: none;
	text-align: center;
	color: #333333;
	padding-top: 6px;	
}
.wrap {
	font-family: "Trebuchet MS";
	text-align: left;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 780px;
	border: 2px solid #e2c169;
	background-color: #ffffff;
}