body {
	font: 100% Arial, Helvetica, sans-serif, "Century Gothic";
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/background1.jpg);
	background-repeat: repeat-x;
	background-color: #002049;
}
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 904px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 6px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 20px;
}
.oneColElsCtrHdr #header {
	background: url(images/inside_pg_03.jpg) no-repeat;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 904px;
	height: 121px;
	padding-top: 0;
	padding-bottom: 0;
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
}
.oneColElsCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/index_08.jpg) no-repeat;
	height: 128px;
	width: 904px;
	margin-top: 5px;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a:link {
	color: #00CCFF;
}
.oneColElsCtrHdr p {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 13px;
	color: #FFFFFF;
}
.oneColElsCtrHdr a {
	color: #00CCFF;
}
.oneColElsCtrHdr a:hover {
	color: #66FFFF;
}
#header img {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: -350px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#top_about {
	height: 167px;
	width: 904px;
	background-image: url(images/inside_pg_05.jpg);
	background-repeat: no-repeat;
}
#top_news {
	height: 167px;
	width: 904px;
	background-image: url(images/press_05.jpg);
	background-repeat: no-repeat;
}
#top_contact {
	height: 167px;
	width: 904px;
	background-image: url(images/contact_05.jpg);
	background-repeat: no-repeat;
}
#top_pastevents {
	height: 167px;
	width: 904px;
	background-image: url(images/past_events_05.jpg);
	background-repeat: no-repeat;
}
#top_schedule {
	height: 167px;
	width: 904px;
	background-image: url(images/schedule_05.jpg);
	background-repeat: no-repeat;
}
#top_registration {
	height: 167px;
	width: 904px;
	background-image: url(images/registration_05.jpg);
	background-repeat: no-repeat;
}
#top_advertise {
	height: 167px;
	width: 904px;
	background-image: url(images/advertise_05.jpg);
	background-repeat: no-repeat;
}
#top_hotels {
	height: 167px;
	width: 904px;
	background-image: url(images/hotels_05.jpg);
	background-repeat: no-repeat;
}
#mainContent_top {
	height: 335px;
	width: 904px;
	background-image: url(images/index_05.jpg);
	background-repeat: no-repeat;
}
#mainContent {
	background-image: url(images/index_06.jpg);
	background-repeat: no-repeat;
	height: 260px;
	clip: rect(-10px,auto,auto,auto);
	margin-top: -13px;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 13px;
	line-height: 22px;
	color: #696f73;
	width: 400px;
	height: 0px;
	padding-left: 50px;
	padding-top: 40px;
}
#mainContent_hotel {
	background-image: url(images/hotel_main_06.jpg);
	background-repeat: no-repeat;
	height: 650px;
	clip: rect(-10px,auto,auto,auto);
	margin-top: 0px;
	padding-top: 60px;
	margin-bottom: 0px;
}
#mainContent_hotel h2 {
	background-image: url(images/tab_hotel.png);
	background-repeat: no-repeat;
	height: 180px;
	width: 60px;
	margin-left: -30px;
	z-index: 900;
	position: absolute;
	float: left;
	margin-top: 20px;
}
#mainContent_hotel    h1  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #990000;
	font-weight: lighter;
	padding-left: 100px;
	margin-bottom: -14px;
	line-height: 20px;
}
#mainContent_hotel h3 {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 14px;
	color: #000033;
	font-weight: normal;
	padding-left: 100px;
	padding-top: 3px;
	line-height: 18px;
}
#mainContent_hotel   p {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 13px;
	line-height: 18px;
	color: #696f73;
	width: 400px;
	height: 100px;
	padding-left: 100px;
}
#mainContent_hotel  a {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 14px;
	color: #0066CC;
	font-weight: normal;
	padding-top: 3px;
	line-height: 18px;
	text-decoration: underline;
}
#mainContent_hotel   a:hover {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 14px;
	color: #003399;
	font-weight: normal;
	padding-top: 3px;
	line-height: 18px;
}
#contact_sidebar {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	height: 480px;
	width: 250px;
	float: left;
	position: relative;
	z-index: 500;
	visibility: visible;
	top: -600px;
	left: 650px;
	line-height: 16px;
	clear: none;
	overflow: visible;
	margin: 0px;
	padding: 0px;
	right: 0px;
	bottom: 0px;
}
#contact_sidebar p {
	font-size: 14px;
	line-height: 20px;
	color: #495456;
	padding-bottom: 7px;
}
#contact_sidebar img {
	margin-top: 50px;
}
#contact_sidebar a {
	color: #088BCA;
}
#contact_sidebar a:hover {
	color: #A50017;
}
#contact {
	background-image: url(images/contact_bckgrd_06.jpg);
	background-repeat: no-repeat;
	height: 650px;
	clip: rect(-10px,auto,auto,auto);
	margin-top: 0px;
	padding-top: 60px;
	margin-bottom: 0px;
}
#contact  h2 {
	background-image: url(images/tab_contact.png);
	background-repeat: no-repeat;
	height: 180px;
	width: 60px;
	margin-left: -30px;
	z-index: 900;
	position: absolute;
	float: left;
	margin-top: 20px;
}
#contact     h1  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #990000;
	font-weight: lighter;
	padding-left: 100px;
	margin-bottom: -14px;
	line-height: 20px;
}
#contact    p {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 13px;
	line-height: 18px;
	color: #696f73;
	width: 400px;
	height: 100px;
	padding-left: 100px;
}
#contact   a {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 14px;
	color: #0066CC;
	font-weight: normal;
	padding-top: 3px;
	line-height: 18px;
	text-decoration: underline;
}
#contact    a:hover {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 14px;
	color: #003399;
	font-weight: normal;
	padding-top: 3px;
	line-height: 18px;
}
#contact iframe {
	width: 350px;
	height: 600px;
	margin-left: 95px;
	margin-top: 20px;
}
#past_events {
	background-image: url(images/events_gallery_bckgrd_03.jpg);
	background-repeat: no-repeat;
	height: 650px;
	clip: rect(-10px,auto,auto,auto);
	margin-top: 0px;
	padding-top: 60px;
	margin-bottom: 0px;
}
#past_events   h2 {
	background-image: url(images/tab_pastevents.png);
	background-repeat: no-repeat;
	height: 180px;
	width: 60px;
	margin-left: -30px;
	z-index: 900;
	position: absolute;
	float: left;
	margin-top: 20px;
}
#past_events      h1  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #990000;
	font-weight: lighter;
	padding-left: 100px;
	margin-bottom: -14px;
	line-height: 20px;
}
#past_events     p {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 13px;
	line-height: 18px;
	color: #696f73;
	width: 400px;
	height: 100px;
	padding-left: 100px;
}
#past_events  ul {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-weight: normal;
	color: #FFFFFF;
	width: 290px;
	float: left;
	height: 23px;
	clear: none;
	position: relative;
	left: 158px;
	margin-right: 11px;
	top: 27px;
	font-size: 13px;
	padding-top: 6px;
	margin-left: 0px;
	padding-left: 0px;
	text-align: center;
	background-color: 003670;
}
#past_events    a {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 6px;
	height: 23px;
	width: 290px;
	background-color: #003670;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	float: left;
}
#past_events a:hover {
	color: #FFFFFF;
	background-color: #0099CC;
	height: 23px;
	width: 290px;
	position: relative;
	float: left;
}
#past_events iframe {
	height: 370px;
	width: 550px;
	top: 43px;
	left: 178px;
	position: relative;
}
#recap_events {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	font-weight: normal;
	overflow: auto;
	position: relative;
	height: 368px;
	width: 555px;
	margin: 0px;
	top: -535px;
	float: left;
	clear: none;
	left: 186px;
	z-index: 500;
	padding-right: 10px;
	padding-left: 0px;
}
#recap_events p {
	padding: 0px;
	margin: 0px 0px 10px;
	width: 500px;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	text-align: justify;
}
#recap_events h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #A50800;
	line-height: 18px;
}
#dri {
	background-image: url(images/inside_pg_06.jpg);
	background-repeat: no-repeat;
	height: 650px;
	clip: rect(-10px,auto,auto,auto);
	margin-top: 0px;
	padding-top: 60px;
	margin-bottom: 0px;
	background-color: e1fbfd;
}
#dri     h2 {
	background-image: url(images/tab_news.png);
	background-repeat: no-repeat;
	height: 180px;
	width: 60px;
	margin-left: -30px;
	z-index: 900;
	position: absolute;
	float: left;
	margin-top: 20px;
}
#dri        h1  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #990000;
	font-weight: lighter;
	padding-left: 100px;
	margin-bottom: 40px;
	line-height: 22px;
}
#dri h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: normal;
	left: -50px;
	position: relative;
	width: 324px;
	float: right;
	text-align: center;
	margin-top: 3px;
	background-color: #0135AD;
	line-height: 36px;
	vertical-align: middle;
	height: 40px;
}
#dri img {
	position: relative;
	float: left;
	clear: left;
	margin-right: 25px;
	margin-bottom: 20px;
}
#dri       p {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 13px;
	line-height: 18px;
	color: #696f73;
	width: 375px;
	padding-left: 100px;
	text-align: justify;
}
#dri_video {
	float: right;
	height: 240px;
	width: 320px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0135AD;
	border-right-color: #0135AD;
	border-bottom-color: #0135AD;
	border-left-color: #0135AD;
	margin-right: -274px;
	margin-top: 39px;
}
#news {
	background-image: url(images/news_bckgrd_06.jpg);
	background-repeat: no-repeat;
	height: 650px;
	clip: rect(-10px,auto,auto,auto);
	margin-top: 0px;
	padding-top: 60px;
	margin-bottom: 0px;
}
#news    h2 {
	background-image: url(images/tab_news.png);
	background-repeat: no-repeat;
	height: 180px;
	width: 60px;
	margin-left: -30px;
	z-index: 900;
	position: absolute;
	float: left;
	margin-top: 20px;
}
#news       h1  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #990000;
	font-weight: lighter;
	padding-left: 100px;
	margin-bottom: 40px;
	line-height: 22px;
}
#news      p {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 13px;
	line-height: 18px;
	color: #696f73;
	width: 400px;
	height: 100px;
	padding-left: 100px;
}
#news li {
	font-size: 13px;
	line-height: 35px;
	width: 425px;
	margin-bottom: 10px;
	clip: rect(0px,0px,0px,0px);
	margin-left: 38px;
	list-style-type: square;
	padding-left: 25px;
	height: 35px;
	background-image: url(images/news_list.png);
	list-style-position: inside;
	background-repeat: no-repeat;
}
#news     a {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 13px;
	color: #515C5C;
	font-weight: lighter;
	padding-top: 3px;
	line-height: 35px;
	text-decoration: none;
	height: 35px;
	width: 300px;
	letter-spacing: 1px;
}
#news      a:hover {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 13px;
	color: #A50800;
	font-weight: normal;
	padding-top: 5px;
	line-height: 35px;
	height: 35px;
	width: 300px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	letter-spacing: 1px;
}
#sponsor {
	background-image: url(images/registration_bckgrd_06.jpg);
	background-repeat: no-repeat;
	height: 1400px;
	clip: rect(-10px,auto,auto,auto);
	margin-top: 0px;
	padding-top: 60px;
	margin-bottom: 0px;
}
#sponsor         h1  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #990000;
	font-weight: lighter;
	padding-left: 100px;
	line-height: 20px;
	margin-bottom: 20px;
}
#sponsor      h2 {
	background-image: url(images/tab_donate.png);
	background-repeat: no-repeat;
	height: 180px;
	width: 60px;
	margin-left: -30px;
	z-index: 900;
	position: absolute;
	float: left;
	margin-top: 20px;
}
#gold_sponsor {
	height: 420px;
	width: 725px;
	position: relative;
	left: 100px;
	border: 1px solid #EEBE00;
	top: 20px;
	background-color: #FFFFFF;
}
#gold_sponsor p {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	color: #666666;
}
#gold_sponsor  h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #EEBE00;
	height: 50px;
	line-height: 48px;
	padding-left: 10px;
	text-align: center;
	margin: 0px 0px -13px;
	padding-top: 0px;
	text-transform: uppercase;
}
#gold_sponsor h4 {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 16px;
	color: #078998;
	text-align: center;
	font-weight: normal;
	margin-bottom: 30px;
}
#gold_sponsor li {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	color: #665951;
	font-size: 14px;
	line-height: 18px;
	padding: 5px;
	margin-right: 30px;
	margin-left: 25px;
}
#silver_sponsor {
	height: 420px;
	width: 725px;
	position: relative;
	left: 100px;
	border: 1px solid #999999;
	top: 40px;
	background-color: #FFFFFF;
}
#silver_sponsor  p {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	color: #666666;
}
#silver_sponsor   h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #BABABA;
	height: 50px;
	line-height: 48px;
	padding-left: 10px;
	text-align: center;
	margin: 0px 0px -13px;
	padding-top: 0px;
	text-transform: uppercase;
}
#silver_sponsor  h4 {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 16px;
	color: #078998;
	text-align: center;
	font-weight: normal;
	margin-bottom: 30px;
}
#silver_sponsor  li {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	color: #665951;
	font-size: 14px;
	line-height: 18px;
	padding: 5px;
	margin-right: 30px;
	margin-left: 25px;
}
#bronze_sponsor {
	height: 375px;
	width: 725px;
	position: relative;
	left: 100px;
	border: 1px solid #877846;
	top: 60px;
	background-color: #FFFFFF;
}
#bronze_sponsor   p {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	color: #666666;
}
#bronze_sponsor    h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #877846;
	height: 50px;
	line-height: 48px;
	padding-left: 10px;
	text-align: center;
	margin: 0px 0px -13px;
	padding-top: 0px;
	text-transform: uppercase;
}
#bronze_sponsor   h4 {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 16px;
	color: #078998;
	text-align: center;
	font-weight: normal;
	margin-bottom: 30px;
}
#bronze_sponsor   li {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	color: #665951;
	font-size: 14px;
	line-height: 18px;
	padding: 5px;
	margin-right: 30px;
	margin-left: 25px;
}
#advert {
	background-image: url(images/registration_bckgrd_06.jpg);
	background-repeat: no-repeat;
	height: 750px;
	clip: rect(-10px,auto,auto,auto);
	margin-top: 0px;
	padding-top: 60px;
	margin-bottom: 0px;
}
#advert     h2 {
	background-image: url(images/tab_advert.png);
	background-repeat: no-repeat;
	height: 180px;
	width: 60px;
	margin-left: -30px;
	z-index: 900;
	position: absolute;
	float: left;
	margin-top: 20px;
}
#advert        h1  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #990000;
	font-weight: lighter;
	padding-left: 100px;
	margin-bottom: -14px;
	line-height: 20px;
}
#advert2   {
	float: left;
	width: 375px;
	left: 100px;
	position: relative;
	top: 30px;
	clear: left;
}
#advert2        p {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 14px;
	line-height: 20px;
	color: #696f73;
}
#advert2       a {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 14px;
	color: #0066CC;
	font-weight: normal;
	padding-top: 3px;
	line-height: 18px;
	text-decoration: underline;
}
#advert2        a:hover {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 14px;
	color: #003399;
	font-weight: normal;
	padding-top: 3px;
	line-height: 18px;
}
#advert_rates  {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 14px;
	color: #666666;
	width: 325px;
	position: relative;
	left: 170px;
	float: left;
	top: -10px;
	background-color: #fff3ae;
}
#advert_rates p {
	color: #666666;
}
#advert_rates h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A50800;
	line-height: 28px;
	margin: 5px 10px 0px;
	padding: 0px;
	text-align: center;
	color: #A50800;
}
#advert_rates li {
	float: left;
	width: 100px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 15px;
	line-height: 18px;
	left: 0px;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
#registration {
	background-image: url(images/registration_bckgrd_06.jpg);
	background-repeat: no-repeat;
	height: 6300px;
	clip: rect(-10px,auto,auto,auto);
	margin-top: 0px;
	padding-top: 60px;
	margin-bottom: 0px;
	background-color: #e1fbfd;
}
#registration      h2 {
	background-image: url(images/tab_registration.png);
	background-repeat: no-repeat;
	height: 180px;
	width: 60px;
	margin-left: -30px;
	z-index: 900;
	position: absolute;
	float: left;
	margin-top: 20px;
}
#registration         h1  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #990000;
	font-weight: lighter;
	padding-left: 100px;
	margin-bottom: -14px;
	line-height: 20px;
}
#registration        p {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 13px;
	line-height: 18px;
	color: #696f73;
	width: 400px;
	height: 100px;
	padding-left: 100px;
}
#registration       a {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 14px;
	color: #0066CC;
	font-weight: normal;
	padding-top: 3px;
	line-height: 18px;
	text-decoration: underline;
}
#registration        a:hover {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 14px;
	color: #003399;
	font-weight: normal;
	padding-top: 3px;
	line-height: 18px;
}
#registration iframe {
	margin-left: 100px;
	margin-top: 15px;
}
#mainContent_history {
	background-image: url(images/inside_pg_06.jpg);
	background-repeat: no-repeat;
	height: 650px;
	clip: rect(-10px,auto,auto,auto);
	margin-top: 0px;
	padding-top: 60px;
	margin-bottom: 0px;
}
#mainContent_history  h2 {
	background-image: url(images/tab_history.png);
	background-repeat: no-repeat;
	height: 180px;
	width: 60px;
	margin-left: -30px;
	z-index: 900;
	position: absolute;
	float: left;
	margin-top: 20px;
}
#mainContent_history   h1  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #990000;
	font-weight: lighter;
	padding-left: 100px;
	margin-bottom: -14px;
	line-height: 20px;
}
#mainContent_history  h3 {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 14px;
	color: #000033;
	font-weight: normal;
	padding-left: 100px;
	padding-top: 3px;
	line-height: 18px;
}
#mainContent_history    p {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 13px;
	line-height: 18px;
	color: #696f73;
}
#mainContent_history   a {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 14px;
	color: #0066CC;
	font-weight: normal;
	padding-top: 3px;
	line-height: 18px;
	text-decoration: underline;
}
#mainContent_history    a:hover {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 14px;
	color: #003399;
	font-weight: normal;
	padding-top: 3px;
	line-height: 18px;
}
#schedule {
	background-image: url(images/schedule_bckgrd_03.jpg);
	background-repeat: no-repeat;
	height: 1940px;
	clip: rect(-10px,auto,auto,auto);
	margin-top: 0px;
	padding-top: 60px;
	margin-bottom: 0px;
	width: 904px;
}
#schedule    h2 {
	background-image: url(images/tab_schedule.png);
	background-repeat: no-repeat;
	height: 180px;
	width: 60px;
	margin-left: -30px;
	z-index: 900;
	position: absolute;
	float: left;
	margin-top: 20px;
}
#schedule     h1  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #990000;
	font-weight: lighter;
	padding-left: 100px;
	line-height: 20px;
}
#schedule    h3 {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 14px;
	color: #000033;
	font-weight: normal;
	padding-left: 100px;
	padding-top: 3px;
	line-height: 18px;
}
#schedule     a {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 14px;
	color: #0066CC;
	font-weight: normal;
	padding-top: 3px;
	line-height: 18px;
	text-decoration: underline;
}
#schedule      a:hover {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 14px;
	color: #003399;
	font-weight: normal;
	padding-top: 3px;
	line-height: 18px;
}
#schedule_day1 {
	width: 325px;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	margin-left: 100px;
}
#schedule_day1 p {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 12px;
	line-height: 20px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #5E6D76;
}
#schedule_day1 h3 {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	color: #003366;
	font-weight: bold;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px 0px 10px;
}
#schedule_day2 {
	width: 350px;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	margin-left: 450px;
	margin-top: 45px;
}
#schedule_day2  p {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 12px;
	line-height: 20px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #5E6D76;
}
#schedule_day2  h3 {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	color: #003366;
	font-weight: bold;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px 0px 10px;
}
#schedule_day3 {
	width: 325px;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	margin-left: 85px;
	margin-top: 45px;
}
#schedule_day3   p {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 12px;
	line-height: 20px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #5E6D76;
}
#schedule_day3   h3 {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	color: #003366;
	font-weight: bold;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px 0px 10px;
}
#schedule_note {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 50px;
	width: 350px;
	margin-left: 500px;
	margin-top: -20px;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-align: center;
}
#history {
	background-image: url(images/history_bckgrd_03.jpg);
	background-repeat: no-repeat;
	height: 1940px;
	clip: rect(-10px,auto,auto,auto);
	margin-top: 0px;
	padding-top: 60px;
	margin-bottom: 0px;
	width: 904px;
}
#history     h2 {
	background-image: url(images/tab_history.png);
	background-repeat: no-repeat;
	height: 180px;
	width: 60px;
	margin-left: -30px;
	z-index: 900;
	position: absolute;
	float: left;
	margin-top: 20px;
}
#history      h1  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #990000;
	font-weight: lighter;
	padding-left: 100px;
	line-height: 20px;
}
#history     h3 {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 14px;
	color: #000033;
	font-weight: normal;
	padding-left: 100px;
	padding-top: 3px;
	line-height: 18px;
}
#history      a {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 14px;
	color: #0066CC;
	font-weight: normal;
	padding-top: 3px;
	line-height: 18px;
	text-decoration: underline;
}
#history       a:hover {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 14px;
	color: #003399;
	font-weight: normal;
	padding-top: 3px;
	line-height: 18px;
}
#history_1 {
	width: 350px;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	margin-left: 100px;
}
#history_1  p {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 13px;
	line-height: 22px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #5E6D76;
}
#history_1  h3 {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	color: #003366;
	font-weight: bold;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px 0px 10px;
}
#history_2 {
	width: 340px;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	margin-left: 520px;
	margin-top: 30px;
}
#history_2   p {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 13px;
	line-height: 22px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #5E6D76;
}
#history_2   h3 {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	color: #003366;
	font-weight: bold;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px 0px 10px;
}
#history_3 {
	width: 775px;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	margin-left: 85px;
	margin-top: 10px;
}
#history_3    p {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 13px;
	line-height: 22px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #5E6D76;
}
#history_3    h3 {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	color: #003366;
	font-weight: bold;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px 0px 10px;
}
#MenuBar1 {
	position: relative;
	left: 390px;
	top: 84px;
	right: 0px;
	bottom: 0px;
	z-index: 1000;
	width: 475px;
}
#mainContent_about {
	background-image: url(images/inside_pg_06.jpg);
	background-repeat: no-repeat;
	height: 711px;
	clip: rect(-10px,auto,auto,auto);
	margin-top: -13px;
}
#mainContent_about  p {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 13px;
	line-height: 22px;
	color: #696f73;
	width: 400px;
	height: 0px;
	padding-left: 50px;
	padding-top: 40px;
}
#history_body  {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	width: 415px;
	height: 550px;
	margin-left: 100px;
	margin-top: 10px;
	float: left;
	overflow: auto;
}
#mainContent_history img {
}
#history_body p {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 13px;
	line-height: 20px;
	color: #696f73;
	text-align: justify;
	margin-top: 40px;
}
#DRI-logo  {
	width: 200px;
}
