/* reset browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;

}
ol {
	margin-left: 1.4em;
	list-style: decimal;
}
img {
	border: 0;
}
/* end reset browser styles *//* end reset browser styles *//* end reset browser styles *//* end reset browser styles *//* end reset browser styles *//* end reset browser styles */ 
a {
 color:#FFFF00;
 text-decoration:none;
}

a:hover {
 color:#FFCC00;
}

a:visited {
 color:#FFFF00;
}
body {
background-color:#000000;
}
#pagewidth{ 
 width:1000px; 
 text-align:left; 
 background-color:#000000;
 color:#FFFF00;
 margin-left:auto;
 margin-right:auto;
} 
 
#header{
 position:relative; 
 height:280px; 
 width:1000px;
 display:inline;/*turned back on 18JAN2020 due to chrome issue*/
 overflow:auto;
} 
#leftheader{
width:275px;
display:inline;
float:left;
height:280px;
}
#rightheader{
width:725px;
/*background-image:url(images/tgh_home_02.jpg); changed 06AUG2018*/
background-image:url(images/tgh_home_03.jpg);
background-repeat:no-repeat;
display:inline;
float:left;
height:280px;
}
 
#maincol{ 
 position: relative; 
 min-height:800px;
 margin:10px;
 text-align:center;
 }
 /*#mc_tainer{
 width:1000px;
 display:inline;
 position:relative;
 float:left;
 margin:10px;
 }*/
#leftcol{
position:relative;
width:490px;
display:inline;
float:left;
}
#leftcol p{
text-align:left;
}
rightcol{
position:relative;
width:490px;
display:inline;
float:left;
}
#rightcol p{
text-align:left;
}
 
#footer{
 height:130px;
 background-image:url(images/large_footer.jpg);
 background-repeat:no-repeat;
 font-size:10px;
 text-align:center;
 padding-top:33px;
 color:#FFFFFF;
  margin-left:auto;
 margin-right:auto;
  width:1000px;
} 
 