@charset "utf-8";
/* CSS Document */



body {
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h2 {font-size:1.2em; }
h2 a:link{font-size:.7em;color:#000000;}
h2 a:visited{font-size:.7em;color:#000000;}
h2 a:hover {font-size:.7em; color:#000000; text-decoration:none;}
h2 a:active{ font-size:.7em; color:#000000;}

h3 a{color:#000000;}


.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffd8aa;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
		
}
.oneColFixCtrHdr #header {
	background-image:url(../images/header2.gif); height:230px;
	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffd8aa;
	border:0px dashed blue;
	margin-top:-40px;
	color:#001878;
	
}	

.oneColFixCtrHdr #mainContent2 {
	padding: 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffd8aa;
	border:0px dashed red;
	margin-top:-30px;
	margin-left: 310px;
	color:#001878;
	
}	






.oneColFixCtrHdr #footer {
	padding:0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	 background-image:url(../images/footer.jpg); width:980px; height:21px;
}


.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


#buy	{position:relative; top:0px; left:0px; border:1px solid red;}
#buy p{margin-left:4px;}

#sell	{ position:relative; top:0px; left:0px; border:1px solid white;}
#sell p{margin-left:4px;}

#help {position:relative; top:0px; left:0px; border:1px solid blue;}
#help p{margin-left:4px;}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}






li.inline {
  display: inline;
  padding-left: 8px;
  padding-right: 0px;
  font-size:12px;
  background-image:url(../images/bullet_t.jpg); background-repeat:no-repeat; background-position:left;
  }

li.last {
  display: inline;
  padding-left: 8px;
  padding-right: 15px;
  border-right: 5px;
  font-size:12px;
  background-image:url(../images/bullet_t.jpg); background-repeat:no-repeat; background-position:left;
  } 

#navtop li.first{
background-image:none;

display:inline;
font-size:12px;
 padding-left: 8px;
  padding-right: 0px;
}

#navbottom li.first{
background-image:none;

display:inline;
font-size:12px;
 padding-left: 8px;
  padding-right: 0px;
}

#navtop {position:relative; top:-80px; right:0px; text-align:right; border:0px solid green; }
#navtop li{background-image:url(../images/bullet_t.jpg); background-repeat:no-repeat; background-position:left;}
#navtop li a:link{color:#ffffff; text-decoration:none;}
#navtop li a:visited{color:#ffffff; text-decoration:none;}
#navtop li a:hover{color:#ffffff; text-decoration:underline;}
#navtop li a:active{color:#ffffff;  text-decoration:none;}



#navbottom	{border:0px solid green; height:50px; margin-right:4px; width:900px; position:relative; top:0px; left:100px; text-align:right;}
#navbottom li{background-image:url(../images/bullet_b.jpg); background-repeat:no-repeat; background-position:left;}
#navbottom li a:link{color:#000000;  text-decoration:none;}
#navbottom li a:visited{color:#000000; text-decoration:none;}
#navbottom li a:hover{color:#000000; text-decoration:underline;}
#navbottom li a:active{color:#000000; text-decoration:none;}
#navbottom p {text-align:right;font-size:10px; margin:0px 15px; padding:0px; border:0px dashed green; margin-top:-10px;  }

#navbottom p a:link{color:#000000; font-size:10px; text-decoration:none;}
#navbottom p a:visited{color:#000000; font-size:10px; text-decoration:none;}
#navbottom p a:hover{color:#000000; font-size:10px; text-decoration:underline;}
#navbottom p a:active{color:#000000; font-size:10px; text-decoration:none;}

#gabb	{position:relative; top:60px; left:40px; z-index:10; border:0px solid blue;}

#navleft	{width:300px; border:0px solid blue; float:left; margin:-40px 0px 0px 25px;}
/*initial main left navigation will not have a bullet*/
#navleft li	{ list-style:none;}
#navleft li a:link{color:#993300; font-size:10px; text-decoration:none;}
#navleft li a:visited{color:#993300; font-size:10px; text-decoration:none;}
#navleft li a:hover{color:#993300; font-size:10px; text-decoration:underline;}
#navleft li a:active{color:#993300; font-size:10px; text-decoration:none;}
/* put the .asp in a p tag that will use the bullet for the sub lists*/
#navleft li p{background-image:url(../images/bullet_b.jpg); background-repeat:no-repeat; background-position:left; padding-left:15px; line-height:10px; margin-left:30px;}


.rules {font-size:12px; width:300px;}

img	{border:none;}


.oneColFixCtrHdr #mainContent2 a:link {color:#993300;text-decoration:none; }
.oneColFixCtrHdr #mainContent2 a:visited {color:#993300;text-decoration:none;}
.oneColFixCtrHdr #mainContent2 a:hover {color:#993300;text-decoration:underline;}
.oneColFixCtrHdr #mainContent2 a:active{color:#993300;text-decoration:none;}

.oneColFixCtrHdr #mainContent a:link {color:#993300;text-decoration:none; }
.oneColFixCtrHdr #mainContent a:visited {color:#993300;text-decoration:none;}
.oneColFixCtrHdr #mainContent a:hover {color:#993300;text-decoration:underline;}
.oneColFixCtrHdr #mainContent a:active{color:#993300;text-decoration:none;}

#mozscroll { position: absolute; top: 0px; bottom: -1px; visibility: hidden } /* Force vertical scrollbar in Gecko browsers */