@charset "iso-8859-1";
/* author: Floyd Wilkinson */
/* Creation date: 2/11/2007 */
/* ++++++++++ global general styles start ++++++++++*/	
html, body {
	margin:0px;
	padding:0px;
	font: 12px Arial, Helvetica, sans-serif;
	color:#ffffff;
	background:#000000;
	}

/*
a:link		{ color: #000099; text-decoration: none; font-weight: normal }
a:visited	{ color: #660033; text-decoration: none; font-weight: normal }
a:active	{ color: #0000aa; text-decoration: none; font-weight: normal }
a:hover		{ color: #FF0000; text-decoration: none; font-weight: normal }
*/

a:link		{ color: yellow; text-decoration: none; }
a:visited	{ color: #ffff66; text-decoration: none; }
a:active	{ color: #ffffff; text-decoration: none; }
a:hover		{ color: red; text-decoration: none; }


	

.just 		{text-align: justify;}

.tableindex	{ width: 100%; border-collapse: collapse; background-color: #ddddcc; }

.index		{ font-family: arial, verdana, helvetica, sans-serif;
		  font-size: 9pt;
		  font-weight: bold;
		  padding-left: 1px;
		  padding-right: 1px;
		  padding-top: 1px;
		  padding-bottom: 1px;
		  text-align: center;
		  display: block;
		  border: #666666 1px solid; }

a.index:link 	{ background-color:#baba8b; }
a.index:visited	{ background-color:#baba8b; }
a.index:active 	{ background-color:#baba8b; }
a.index:hover 	{ background-color:yellow; color: #000000; }
/*a.index:hover 	{ background-color:#880000; color: #ffffff; }*/

.index2		{ font-family: arial, verdana, helvetica, sans-serif;
		  font-size: 9pt;
		  padding-top: 10px;
		  padding-bottom: 18px;
		  text-align: center;
		  display: block;
		  color:#cccc99;
		  background-color:#000000;
		  border: #cccc99 1px solid; }


		  
	H1 
	{ 
	text-align: center;
	font:bold 26px Arial, Times New Roman, Helvetica, sans-serif;
	/*line-height:35px;*/
	}
	
	H2 
	{ 
	text-align: left;
	padding-left:10px;
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height:20px;
	COLOR: #000000;
	background: #cccc99;
	}

	H3 
	{ 
	width:720px;
	text-align: left;
	padding-left:10px;
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height:20px;
	COLOR: #000000;
	background: #cccc99;
	}

	H4 
	{ 
	text-align: center;
	font:bold 11px Arial, Helvetica, sans-serif;
	line-height:20px;
	COLOR: #000000;
	background: #cccc99;
	}

	UL 
	{ 
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	/*font:bold 14px Arial, Helvetica, sans-serif;*/
	/*line-height:35px;*/
	}


.car-box {
		background:#440000;
		width: 97%;
		text-align:left;
		padding: 5px 5px 3px 5px;		
		border: 1px solid #cccc99;
		}

.text-wide {
		width: 700px;
		text-align:justify;
		padding: 0px 0px 0px 0px;		
		border: 0px solid #cccc99;
		}
		
		
	
/* ++++++++++ global general styles end ++++++++++*/	
/* ++++++++++ global structure styles start ++++++++++*/	
#main-body {
	position: relative;
	width: 1000px; /* change this to a specific amount for a fixed design. E.g., 770px. */
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	border:0px solid #000000;	
	}	

#main-page {
	position: relative;
	width: 958px;
	padding:10px 20px 10px 20px;		
	text-align:left;
	border:0px solid #0000ff;	
	}	
	
	
#main-header {
	width: 100%;
	height:107px;
  	background:url(graphics/header1.jpg) no-repeat #000000;
	text-align:left;
	color:#ffffff;
	border:0px solid #ff0000;	
}


	
#main-content1 {
		width: 100%;
		padding:10px 10px 20px 20px;		
		border:0px solid #ff00ff;			
		}	
	
#main-footer {
		width: 100%;
		padding:0px 0px 0px 0px;		
		border:1px solid #000099;	
		color: #ffffff;
		background: #000000;
		/*color: #000000;
		background: #cccc99;*/
		}	

#main-logo {
	text-align: left;
	padding-left:20px;
	padding-top:5px;
	font:bold 44px Impact, Times New Roman, Arial Black, Arial, Helvetica, sans-serif;
	/*line-height:40px;*/
	COLOR: #eeeeee;
	}
	
		#main-logo a {
			text-decoration:none;
			COLOR: #eeeeee;
			}
		
		#main-logo a:hover {
			color:#ffff00; 
			}						


#main-logo2 {
	text-align: left;
	font:11px Arial Black, Times New Roman, Arial, Helvetica, sans-serif;
	COLOR: #000000;
	}

	#main-logo2 a {text-decoration:none;	COLOR: #000000;	}
	#main-logo2 a:hover {color:red; }						
	
#main-menu {
	text-align: left;
	font: bold 12px Arial, Helvetica, sans-serif;
	COLOR: #000000;
	}
	
	#main-menu a {text-decoration:inherit;	}
	

		
/* ++++++++++ global structure styles end ++++++++++*/	