@charset "utf-8";
/* CSS Document */

body { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		background-color: #676767;
		text-align: center;  
		font-color: #FFF;
		font-size:12px;
		
     	}


#container {
background: #676767;
/*width: auto;*/
text-align: center;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
/*padding: 0px;*/
/*border:dotted red;*/
overflow: hidden;
/*position: fixed;*/
/*height: auto;*/
/*left: auto;*/
/*top: 0px;*/
/*right: auto;*/
/*bottom: auto;*/
}
#sidebar1 {
	background-image: url(images/left-slice-220.gif);
	background-repeat: repeat-y;
	background-position: 0% 0%;
	overflow: hidden;
	position: fixed;
	visibility: visible;
	height: auto;
	width: 220px;
	left: 0px;
	top: 0px;
	right: auto;
	bottom: auto;
	margin-left:auto;
	margin-right:10px;
	/*background-attachment:fixed;*/
}
#sidebar2 {
	float:none;
	clear:none;
	background-image: url(images/right-slice-220.gif);
	background-repeat: repeat-y;
	background-position: top right;
	width: 220px;
	overflow: hidden;
	position: fixed;
	visibility: visible;
	height: auto;
	top: 0px;
	right: 0px;
	left: auto;
	bottom: auto;
	margin-left:10px;
	margin-right:auto;
	/*background-attachment:fixed;*/
}

#mainContent { 
	margin-left: 290px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	/*padding-top: 120px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background-image: url(images/middle2.jpg);*/
	/*background-repeat: repeat;*/
	background: #676767;
	width: 611px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 900px;
	text-align: center;
	border: thick blue;
	font-color: #FFF;
}

#navbar {
	font-size:9px;
	
}

A:link    { text-decoration:none; 
			color: #CCCCCC 
			}
A:active  { color: #CCCCCC; 
}
A:visited { color: #CCCCCC; 
			text-decoration:none 
			}
A:hover {  color: #CCCCCC; 
			text-decoration:underline	
			}
#container table tr th b font span .style1 .style2 {
	text-align: left;
}
#container table tr th b font span .style1 .style2 {
	text-align: left;
}
.gig-orange {
	color: #F60;
	font-size: large;
}
#container table tr td {
	text-align: center;
}
#container table tr th p font b {
	color: #FFF;
}
#container table tr th p .GramE b font span {
}
#container table tr th p b {
	color: #FFF;
}
#container table tr th p b {
	font-size: medium;
}
#sidebar1 table tr td {
	text-align: center;
}
