@charset "UTF-8";
body  {
 font: "Times New Roman", Times, serif;
 background: #006600;
 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;
 
}
.market #container { 
 width: 670px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
 
 padding: 5;
 margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
 border: 10px solid #006600;
 text-align: left; /* this overrides the text-align: center on the body element. */

background: #FFFFFF;
text-align: left; /* this overrides the text-align: center on the body element. */
 height: auto;
  color: #000000;

 

}
.market #navBar {
 float: left; /* since this element is floated, a width must be given */
 width:auto;
 padding-top: 5;
 padding-bottom: 15px;
 padding-left: 20px;
 padding-right: 20px;
 font: 11px, Times New Roman, Times, serif;
 font-weight: bold;
 color: #006600;
 text-align: left;

 border-right: 0px solid #006600;
 border-bottom: 3px solid #FFFFFF;
 
 
}


.market #mainTitle {
 
 width:100%;
 background-color: #FFFFFF;
 top: 0px;
  color: #006600;
  
 border-bottom: 5px solid #006600;

}

.market #mainContent {
 width:auto;
 
 margin-left: 140px;
 padding-top: 20;
 padding-bottom: 20px;
 padding-left: 5px;
 padding-right: 20px;
 
border-right: 3px solid #FFFFFF;
 border-bottom: 3px solid #FFFFFF;
 border-top: 3px solid #FFFFFF;
 border-left: 3px solid #006600;
 
}

 
.subtitle {
 font-size: 30px;
 font-family:  "Times New Roman", Times, serif;
  color: #006600;
 font-weight:bold;
}

 

 

a:link {
 color: #006600;
 text-decoration: none;
}
a:visited {
 color: #006600;
 text-decoration: none;
}
a:hover {
 color: #009900;
 text-decoration: underline;
}

h1 {
 font-size: 36px;
 font-family: "Times New Roman", Times, serif;
 color: #006600;
}
h2 {
 font-size: 30px;
 font-family:  "Times New Roman", Times, serif;
  color: #006600;
 font-weight:bold;
}
.market #linksFontSize {
	font-size: 28px;
}


h3 {
 font-family:  "Times New Roman", Times, serif;
}
