<STYLE TYPE="type/css">

<!--

/* Define the style for the body of the page #eee8cd */

BODY {
	width: 900px;
	//background-image: url(images/tghibkg1.jpg);
	//background-repeat: no-repeat;
	margin: 0px;
	padding:0px;

}
A:link {color:blue}
A:visited {color:goldenrod} //{color:#ff7f24}
A:hover{color:goldenrod}// {color:#ff7f24}
H1 {font-size: 10pt; font-family: tahoma; color:blue; }
H2 {font-size: 10pt; font-family: tahoma;text-transform:uppercase; text-align:center;}
H3 {font-size:10pt; font-family: tahoma; color:maroon; }
H4 {font-size:18pt; font-family: times; font-weight:bold; font-style:italic; color:purple; text-align:center; }
a {font-size: 9pt; font-family: tahoma;}
p{font-size: 9pt; font-family: tahoma;}
p.about {font-size: 9pt; font-family: tahoma;}
td {font-size: 9pt; font-family: tahoma;}

div.background1
{
	background-image: url(images/bkground1.png);
	background-repeat: no-repeat;
}
div.background2
{
	background-image: url(images/bkground2.png);
	background-repeat: no-repeat;
}
div.background3
{
	background-image: url(images/bkground3.png);
	background-repeat: no-repeat;
}


/* Define the style and position for the column left section */
div.columnleft
{

	width:200px;
	margin-top: 0px;
	margin-left: 0px;

}

div.columnleft h3
{
	background-image: url(images/blueband.jpg);
	background-repeat: repeat;
	height:30px;
	font-size: 10pt;
	font-family: tahoma;
	text-align:center;
	font-weight:bold;
	color:#cccccc;
	margin-top: 0px;
}

div.columnleft p
{
	margin-top:0px;
	margin-left: 5px;
	font-size:11px;
	font-family: tahoma;
	text-align:left;
	font-weight:lighter;
}
	
div.columnleft a
{
	text-decoration:none;
	margin-left: 5px;
}
/*end of definition for the columnleft section */




/* define the maincenter position of index.php */
div.maincenter
{
	margin-top:220px;
	width: 460px;
	margin-left:0px;
	clear:both;
}


/* define the center article position and style */

div.maincenter h3 
{
	font-size: 10pt; 
	font-family: Tahoma; 
	font-weight: bold; 
	height: 25px;
	text-align: center;
	color:maroon;

}

/* define the maincenter position and style in index.php */

div.maincenter p
{
	margin-top: 0px;
	font-size: 10pt; 
	font-family: Tahoma; 
	font-weight: lighter;
	margin-left: 5px;
	text-align: left;
}

div.maincenter a
{
		font-size:10px;
		color:blue;
		font-style:italic;
}


/* Main page definitions */

/* define the maincenter position of warranty.html */
div.mainpage
{
	margin-top:220px;
	width: 690px;
	margin-left: 240px;
	
}


/* define the center article position and style */

div.mainpage h3 
{
	font-size: 10pt; 
	font-family: Tahoma; 
	font-weight: bold; 
	height: 25px;
	text-align: center;
	color:maroon;

}

/* define the maincenter position and style in index.php */

div.mainpage p
{
	margin-top: 0px;
	font-size: 10pt; 
	font-family: Tahoma; 
	font-weight: lighter;
	margin-left: 5px;
	text-align: left;
}

div.mainpage a
{
		font-size:10px;
		color:blue;
		font-style:italic;
}

/* End of MainPage section */


/*Define the position and style for the columnright section*/
div.columnright 
{
	margin-top:0px;
              margin-left:0px;
	width:210px;

	
}
div.columnright h3 
{
	font-size: 10pt; 
	font-family: Tahoma; 
	font-weight: bold; 
	background-image: url(images/blueband.jpg);
	background-repeat: repeat;
	height: 30px;
	width: 205px;
	text-align: center;
	color:#cccccc;
}			
div.columnright p
{ 
	margin-top:0px;
	margin-left:5px;
	font-style:italic;
	font-size:10px;
	font-family:tahoma;
	color:black;
}
div.columnright table
{
		font-size:10px;
}

div.columnright a
{
		font-size:9px;
		color:blue;
		font-style:italic;
}


/* Define the copyright section */
div.copyright p 
{

	margin-top:0px;
	width:895px;
	background-color: rgb(25,25,112);
	text-align:center;
	font-family:Tahoma;
	font-size:xx-small;
	color:lightgrey;


}
img.floatLeft { 
    float: left; 
    margin-right: 10px; 
}
img.floatRight { 
    float: right; 
    margin-left: 10px; 
}

-->

</STYLE> 

