/* CSS Document */
body	{	
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Verdana, Helvetica;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #000000; 
	background-image:url(images/mainbgpattern.jpg);
	background-position:top;
	background-repeat: repeat-x;	
	
	}		
	
p, blockquote,  ol, dl, dd,  dir, {	
	font-size:	0.9em;
	color: #FFFFFF;	
	}	
	
.small	{	
	font-size:	0.65em;
	}

.highlight	{
	font-weight: bold;
	}	
			
.reverse {
	color: #000000;
	}
	
.grey {
	color: #8E8E8E;
	}
	
.yellow {
	color: #E1C100;
	}		
	
h1	{
	font-family: Arial, Verdana, Helvetica;
	font-size:	1.15em;
	font-weight: bold;
	font-style:normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	.15em;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	text-transform: uppercase;
	}	
		
h2	{
	font-family: Arial, Verdana, Helvetica;
	font-size:	1.00em;
	font-weight: bold;
	font-style:normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	.15em;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	text-transform: uppercase;
	}	
		
h3	{	
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	inherit;
	font-size:	1em;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 
	}	
		
h4	{	
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	inherit;
	font-size:	1em;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 
	}	
	
h5	{	
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	inherit;
	font-size:	1em;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 
	}		
		
h6	{	
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	inherit;
	font-size:	1em;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 
	}			
	
	
/* Links */		
			
a:link	{
	text-decoration:	none;
	color:#ffffff;
	}	
		
a:visited	{	
	text-decoration:	none;
	color:#ffffff;
	}	
		
a:active	{	
	text-decoration:	none;
	color:#ffffff;
	}	
		
a:hover	{
	text-decoration:	none;
	color:#98999B;
	}	


/* Layout Options tables  */



#mainlayout 
{
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 966px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 545px;
	vertical-align: baseline;
	
}
