body {
	background-color: #ffffff;
	background-image: url('img/main/carthay_nav_bg.gif');
	background-repeat: repeat-y;
	background-position: left top
}

body, td, p, br {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
}


/**** Scott's Changes - Begin ****/

a:link{
	color : #0000FF;
	text-decoration : none;
}
a:visited{
	color : #9900CC;
	text-decoration : none;
}
a:hover{
	color : #927D01;
	text-decoration : underline;
}

.tight{
	margin-top: 0;
	margin-bottom: 0
}

/**** Scott's Changes - End ****/


/*Common Text and Link*/
.commonText {
	font-size: 12px;
	color : #000000;
}
a.commonText {
	color : #000000;
	text-decoration : none;
}
a:hover.commonText {
	color : #927D01;
	text-decoration : underline;
}
.commonList {
	font-family: times new roman, serif, sans-serif, arial;
	font-size: 13px;
	color : #000000;
	font-style: italic;
}
.header {
font-family: times new roman, serif, sans-serif, arial;
	font-size : 25px;
	color : #927D01;
	font-weight: bold;
	font-style: italic;
}
.subheader {
font-family: times new roman, serif, sans-serif, arial;
	font-size : 20px;
	color : #927D01;
	font-weight: bold;
	font-style: italic;
}
.smallheader {
font-family: times new roman, serif, sans-serif, arial;
	font-size : 18px;
	color : #927D01;
	font-weight: bold;
	font-style: italic;
}





h3 {
	font-family: times new roman, serif, sans-serif, arial;
	font-size : 19px;
	color : #927D01;
	font-weight: bold;
	font-style: italic;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 10px;
}



h4 {
	font-family: times new roman, serif, sans-serif, arial;
	font-size : 16px;
	color : #927D01;
	font-weight: bold;
	font-style: italic;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 0px;
}




h5 {
	font-family: times new roman, serif, sans-serif, arial;
	font-size: 18px;
	color: #927D01;
	font-weight: bold;
	font-style: italic;
}

hr	{
	border: 1px inset; /* questionable */
	}



div#header {
 position: absolute;
 top: 0;
 left: 0;
}

div#left_nav {
 position: absolute;
 top: 108px;
 left: 0px;
}

div#banner {
 position: absolute;
 top: -40px;
 left: 177px;
}

div#footer {
 position: relative;
 bottom: 10px;
 left: 275px;
}

div#section_header {
 position: absolute;
 top: 75px;
 left: 180px;
 width: 350px;
 font-size: 205%;
 font-weight: bold;
 color: #FF8000;

 }


div#section_content_header1 {
 position: absolute;
 top: 106px;
 left: 176px;
 width: 150px;

}


div#section_content_header2 {
 position: absolute;
 top: 106px;
 left: 476px;
 width: 377px;

}

div#section_content {
 position: absolute;
 top: 158px;
 left: 173px;
 width: 609px;
}

div#section_content_index {
 position: absolute;
 top: 155px;
 left: 183px;
 width: 595px;
}

div#section_about_contact {
 position: absolute;
 top: 610px;
 left: 183px;
 width: 300px;
}

div#section_about_image {
 position: absolute;
 top: 275px;
 left: 580px;
}

div#section_index_image {
 position: absolute;
 top: 140px;
 left: 17px;
}

div#about_history_cont_struct {
 position:absolute;
 top: 0px;
 left: 0px;
 width: 370px;
 }
 
 div#about_cont_image_col {
  position:absolute;
  top: 31px;
  left: 397px;
  width: 200px;
 }
 
 div#about_cont_info_col {
  position:absolute;
  top: 390px;
  left: 180px;
  width: 200px;
 }
 
 a span {
	display: none;
}

html body a:hover span { /*the span will display just on :hover state*/
	display: block !important;
	position: absolute;
	top: 5px; 
	left: 150px; 
	width: 450px;
	border: 1px solid #f00;
	background-color: #ccc; 
	color: #000;
	padding: 10px;
	font-size: 12px;
}