body, th, td, p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

body {
	background-color: #d9e2ad;
	background-image: url("/images/fields2.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	
	margin-top: 0px;
	padding-top: 0px;
	
}

a {
	color: #007D96;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #410B00;
}

h3 {
	font-weight: bold;
	font-size: 14px;
}
.image_home {
	margin-right: 5px;
	margin-bottom: 5px;
}

.table_main {
	border: 1px solid #592D00;
	background-color: #FFFFFF;
}
.table_content {
	background-color: #FFFFFF;
}
.sidebar {
	background-color: #FFFFFF;
	padding-top: 10px;
	border-bottom: 1px solid #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.sidebar_box {
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 140px;
	text-align: center;
	border: 0px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}




h4 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: -15px;
	color: #673b08;
}
.footer {
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
.table_events td {
	padding: 5px;
	background-color: #EAEEEC;
}
.table_events {
	padding: 3px;
	background-color: #EAEEEC;
	width: 700px;
	margin-left: 25px;
	border: 1px solid #CCCCCC;
	background-image: url(images/bg_flower.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.events_content {
	color: #9A560C;
}
.events_content_bold_brown {
	color: #9A560C;
	font-weight: bold;
	background-image: url(images/bg_events_bold.jpg);
	background-repeat: repeat;
}
.events_content_bold_black {
	font-weight: bold;
	background-image: url(images/bg_events_bold.jpg);
	background-repeat: repeat;
}


.events_list {
	width: 800px;
}

.events_head {
	color: #592D00;
	font-weight: bold;
	font-size:14px;
}

.events_list td {
	padding: 3px;
	vertical-align: top;
}

.events_list_headerrow {
	background-color: #592D00;
	font-weight: bold;
	color: #ffffff;
}

.events_list_name {
	font-weight: bold;
}

.events_list_content {	
	padding-left: 50px;
}

.events_list_city {
	font-weight: bold;
}

.events_detail_titles {
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

.events_detail {
	width: 80%;
	padding: 5px;
}

.events_detail td {
	padding: 5px;
}

.media_launches td {
	padding: 4px;
	width: 600px;
}

.links {
	width: 90%;
	border: #999999 1px solid;
}

.links td {
	background: #F5F5F5;
	padding: 4px;
}

.headings {
	color:#592D00;
	font-weight:bold;
	font-size:20px;
}

.subheadings {
	color:#592D00;
	font-weight:bold;
	font-size:16px;
}


.eventrow {
	background: #FAF2C3;
	
}
.events_row0 { background-color: #ffffff; }
.events_row1 { background-color: #FAF2C3; }

.cells {
	background-color:#FFFF99;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.cellslight {
	background-color: #FBE4C6;
}
	
	
#slideshow {
    position:relative;
    height:203px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}	

/* SPECIAL ROUNDED EDGES */
.feat_top, .feat_bottom { height:5px;}
.feat_top { background:transparent url(/images/featurebox_topl.gif) no-repeat top left; }
.feat_body { background:#ffffff url(/images/featurebox_bodyl.gif) repeat-y top left; padding:10px 15px; }
.feat_bottom { background:transparent url(/images/featurebox_taill.gif) no-repeat bottom left; margin-bottom:10px; }

.feat_body p:last-child { margin-bottom:0; }
.feat_body h1, .feat_body h2, .feat_body h3, .feat_body h4, .feat_body h5 { color:#333; border:0; }

.nav_row {
  background-color:#592D00;
  }

.bluetext {
	color:#007D96;
	font-weight:bold;
	}
	
.largebluetext {
	color:#007D96;
	font-weight:bold;
	font-size:20px;
	}
	
.browntext {
	color:#592D00;
	font-weight:bold;
	font-size:12px;
}