body 
{
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding: 0px;
	margin: 0px;
	text-align: center; 			/* force centering of page for all browsers */
}

h1
{
	font-size: 32px;
	text-align:center; 
	margin:0px;
}

h2
{
	font-size:24px; 
	margin-top:5px;
	margin-bottom:10px;
}

h3
{
	font-size:16px; 
	margin-bottom:10px;
}

p
{
	margin-top:0px;
	margin-bottom:10px;
}

#gas
{
/*	float:right;  */
	background-color:#FFFFFF;
	border:solid;
	border-style:inset;
	margin-top:10px;
}

#news
{
	margin-top:40px;
}

#events
{
	margin-top:40px;
}

#sixShooterArtCredit
{
	font-size: 11px;
	text-align:center; 
	margin:0px;
	float:left;
}

p.interface
{
	margin-top: 0;
	margin-bottom: 8pt;
}

.emphasize
{
	font-weight:bold;
}


#container 
{
	background-color:#CCCCCC;		/* this needs to be the same color as the leftBar */
	width: 760px;					/* Subtract 40 pixels from the target resolution (760, 955, 1240) */
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	text-align: left; 				/* reset text alignment to normal */
}

#content 
{
	background-color: #FFFFFF;
/*	width: 660px;  */					/* container width minus leftBar width minus 20px more*/
/*	float:right;  */
	min-height: 400px;
	padding: 10px; 
	color:#000000;
}

#contentRight
{
	float:right;
	width:165px;
}


/************************** Header CSS *******************************/
#header 
{
/*	background-image: url("../images/sixshooterlogo75.gif");   */
	height:100px; 					/* This needs to be the height of the above background image */
	background-repeat:no-repeat; 
	background-color: #CCCCCC;
	position:relative;
	color:#000000;
	border-bottom:solid;
	color:#002470;
}

#hdrLeftColumn
{
	float:left;
	margin-top:5px;
}

#hdrCenterColumn
{
	float:left;
}

#hdrRightColumn
{
	float:right;
	margin-top:5px;	
}

#hdrTitle
{
	clear:both; 
	border-bottom:solid; 
	font-size:50px; 
	text-align:center; 
	width:560px; 
	margin-top:10px;
	color:#002470;
}


/************************** End of Header CSS *******************************/

#footer 
{
	background-color: #919191;
	clear:both;
	text-align:center; 
	color:#000000;
	height:20px;
	padding-top:10px;
	border-top:solid;
	color:#002470;	
}

/************************** Navigation CSS *******************************/
#leftBar 
{

	background-color: #FFFFFF; 		/* this needs to be the same color as the container */
	width: 100px;  
	float:left;
	padding: 4px; 
	color:#000000;
}

.navFirstLevel  
{
	font-size:14px;
	text-decoration:none; 
	padding:2px;
	margin-right:25px;
}

.navSecondLevel
{
	font-size:12px;
	text-indent:15px;
	padding:2px;
}

.defaultNavItem
{
	color:#000000;
	text-decoration: none; 
}

.selectedNavItem
{
	color:#FFFF00;
	font-weight:bold;
	text-decoration: none; 
}


/******************End of Navigation CSS *******************************/


#contactEmail
{
	margin-left:10px;
	margin-right:10px;
	font-size:12px; 
}

#contactPhone
{
	margin-left:10px;
	margin-right:10px;
	font-size:12px; 
}

#version
{
	margin-left:10px;
	margin-right:10px;
	font-size:12px; 
}



/***************** Table CSS ****************************/

table
{
	margin-top:0px;
	border-collapse: collapse;
	width:inherit;
	font-size:14px; 
}

th, td
{
	border:solid;
	border-width:2px;
	border-color:#000000;
	padding: 5px; 
}

th
{
	background-color:#3366CC;
	color:#FFFFFF;
}

.highlight
{
	background-color:#FFFFCC;
}

.sansBorder, .contextCell
{
	border:none;
	vertical-align:top;
	margin-top:0px;
	padding-top:0px;
	margin-left:0px;
	padding-left:0px;
}




/************End of Table CSS ****************************/

/**********The following allows short paragraphs to move up next to a heading***********/

h3.float-left-context /* header element float */
{
	float: left;
	margin: 16px 0.2em 10px 0;
}
  
p.top-context /* after header margin adjustment */
{

	margin: 16px 0.2em 10px 0;
	padding: 0.17em;
	text-indent: 1em;
}

/* header element float */
h3.float-left 
{
	float: left;
	margin: 0 0.2em 0 0;
}

/* after header margin adjustment */  
p.top 
{
	margin-top: 0.2em;
	padding: 0.17em;
 	text-indent: 1em;
}

/**********************************************************************************/