body {
	background-color: #F4EED6;
   color: #000000;
	font-family: verdana,arial,helvetica;
   font-size: 10pt;
   font-family: verdana;
   width: 778px;
   margin: 40px 60px 60px;
}

#body_2 {
   background-image: url("images/sidebar_bg_img.jpg");
   background-repeat: repeat-y;
}

a {
	color: #C35215;
   text-decoration: none;
   font-weight: bold;
}

a:hover {
	text-decoration: none;
   font-weight: bold;
}

h2 {
	color: #005660;
	font-weight: normal;
   text-align: right;
   margin-top: 5px;
   margin-bottom: 10px;
   margin-right: 10px;
}

h3 {
	color: #005660;
	font-weight: normal;
   text-align: right;
   margin-top: 5px;
   margin-bottom: 0px;
   margin-right: 10px;
}

h4 {
	color: #005660;
	font-weight: bold;
   text-align: center;
   margin-top: 5px;
   margin-bottom: 0px;
   margin-right: 10px;
}

.red_alert {
	font-weight: bold;
   color: #FF0000;
}

#header {
	position: absolute;
   left: 0px;
   top: 0px;
   width: 778px;
   height: 88px;
   background-image: url("images/header_img.jpg");
}

#header_site_name {
	position: absolute;
   left: 135px;
   top: 10px;
   width: 625px;
   height: 33px;
   color: #000000;
   font-size: 12pt;
   font-weight: bold;
}

#top_menu {
	position: absolute;
   left: 135px;
   top: 43px;
   width: 625px;
   height: 15px;
   color: #155C5E;
   font-size: 8pt;
   text-align: center;
}

#top_menu a, #sidebar a {
	color: #155C5E;
   font-weight: bold;
   background-color: transparent;
}

#top_menu a:hover, #sidebar a:hover {
	color: #77A602;
   background-color: transparent;
}

#bottom_menu {
	color: #155C5e;
   font-weight:bold;
   font-size: 8pt;
}

#main_image {
	position: absolute;
   top: 88px;
   left: 0px;
   width: 605px;
   height: 256px;
   background-image: url("images/main_img.jpg");
}

#kludge {
	position: absolute;
   top: 72px;
   left: 17px;
	width: 324px;
	height: 72px;
   background-image: url("images/kludge.jpg");
}

#dropdowns {
	position: absolute;
   top: 344px;
   left: 0px;
   width: 605px;
   height: auto;
   padding: 0px;
   overflow: visible;
}

#right_sidebar {
	position: absolute;
   top: 88px;
   left: 605px;
   width: 173px;
   text-align: center;
   height: auto;
}

.brown_label {
	margin: 0px;
   padding: 5px;
	color: #FFFFFF;
	background-color: #AF9905;
   font-size: 8pt;
   font-weight: bold;
   text-align: center;
}

#sidebar_logo {
	position: absolute;
   top: 88px;
   left: 0px;
   width: 183px;
   height: 32px;
   background-image: url("images/sidebar_logo_img.jpg");
}

#sidebar {
	position: absolute;
   top: 120px;
   left: 0px;
   width: 183px;
   height: auto;
   color: #155C5E;
   margin-top: 10px;
   margin-left: 20px;
   overflow: visible;
}

#header_shadow {
	position: absolute;
	top: 88px;
   left: 183px;
   width: 595px;
   height: 7px;
   background-image: url("images/header_shadow.jpg");
}

#content_wrapper {
	position: absolute;
   top: 95px;
   left: 183px;
   width: 595px;
   height: auto;
	background-color: #F4EED6;
}

#content {
	position: absolute;
   top: 0px;
   left: 0px;
   width: 475px;
   height: auto;
}

#right_side {
	position: relative;
   top: 0px;
   left: 475px;
   width: 120px;
   height: auto;
   border-left: solid #AF9905 1px;
	border-top: none;
   border-right: none;
   border-bottom: none;   
   padding: 10px;
}

#footer {
	position: relative;
   float: left;
   color: #155C5E;
	font-size: 8pt;
   text-align: center;
   margin-top: 20px;
	border-left: none;
   border-top: solid #AF9905 1px;
   border-right: none;
   border-bottom: none;
   padding: 10px; 
}

#footer_index {
	position: relative;
   width: 878px;
   color: #AF9904;
	font-size: 8pt;
   text-align: center;
   margin-top: 20px;
   margin-left: 20px;
   margin-right: 20px;
	border-left: none;
   border-top: solid #AF9905 1px;
   border-right: none;
   border-bottom: none;
   padding: 10px; 
}

#event_list_title {
	color: #F4EED6;
   background-color: #C35215;
   font-size: 8pt;
   font-weight: bold;
   text-align: center;
   margin: 0px;
   padding: 6px;
}

.event_name {
	color: #155C5E;
	background-color: #DBAE17;
   font-size: 8pt;
   font-weight: bold;
   text_align: left;
   margin: 0px;
   padding: 6px;
}

.event_details {
   font-size: 8pt;
	color: #155C5E;
	border-color: #DBAE17;
   border-width: 1px;
   border-style: solid;
   margin: 0px;
   padding: 6px;
}

.alpha {
	border-style: solid;
   border-color: #AF9905;
   border-width: 2px;
   font-size: 8pt;
   vertical-align: top;
}

.beta {
	border-style: solid;
   border-color: #C45216;
   border-width: 2px;
   font-size: 8pt;
   vertical-align: top;
}

.gamma {
	border-style: solid;
   border-color: #DBAE17;
   border-width: 2px;
   font-size: 8pt;
   vertical-align: top;
}

th.alpha {
	color: #FFFFFF;
	background-color: #AF9905;
}

th.beta {
	color: #FFFFFF;
   background-color: #C45216;
}

th.gamma {
	color: #FFFFFF;
   background-color: #DBAE17;
}

td.alpha, td.beta, td.gamma {
	width: 201.666px;
	padding-left: 20px;
   padding-right: 20px;
}

.copy_block {
	padding-left: 10px;
	padding-right: 0px;
   font-size: 8pt;
   text-align: justify;
}

.copy_block_2 {
	padding-left: 10px;
	padding-right: 0px;
   font-size: 8pt;
   text-align: right;
}

.bigger {
	font-size: 10pt;
}

