body {
  font: normal normal 11pt Arial, Tahoma, Verdana, sans-serif;
  color: black;
  background-color: #009933;
}

/*
dark orange: #FF6600
mid orange: #FF9900
blue / purple:#330066 000099
660099

light orange: #FFCC66
light blue / purple: #9966FF

light green: #CCFF99

grass green: #009933

*/
/*
input{
  width: 10;
}
*/

A:link {
  color: #009933;
  text-decoration: underline;
}
A:visited {
  color: #009933;
  text-decoration: underline;
}
A:hover {
  color: #FF6600;
  text-decoration: underline;
}

img {
  border: none;	
}

body table tr {
  padding: 0;
  border: none;
  margin: 0;
}

p {
  padding: 1px;
  margin: 4px;
}

td {
  padding: 2px;
}

.error {
  color: red;	
}
.alert {
  color: red;	
}

.column {
  vertical-align: top;	
}

.right {
  float: right;	
}
.left {
  float: left;	
}

.center {
  text-align: center;
}

#page {
  padding: 0px;
  position: relative;
  left: 0px;
  top: 0px;
  width: 950px;
}

#title {
  padding: 2px;
  border: 2px none #FF6600;
  text-align: center;	
  width: 950px;
  background-color: #FF9900;
}

#footer {
  text-align: left;
}

#menu {
  border: 2px dotted #FF9900;
  width: 190px;
  max-width: 190px;
  padding: 1px;
  margin: 2px 0px 2px 0px;
}

#clubMenu {
  border: 2px dotted #FF9900;
  /*background-color: #FFCC66;*/
  width: 190px;
  max-width: 190px;
  padding: 1px;
  margin: 2px 0px 2px 0px;
}

#contentBorder {
  border: 2px dotted #FF9900;
  padding: 2px;
  margin: 2px 0px 2px 0px;
}
#content {
  width: 534px;
  max-width: 534px;
  padding: 0px;
  margin: 0px;
  background-color: #AAAAAA;
}

#newsflash {
  padding: 0px;
  text-align: center;
  /*border: 2px solid #660099;*/
  color: #FF9900;
}

.contentHeading {
  background-color: #009933;
  border: 2px none #FFCC66;
  /*color: #FF6600;*/
  color: #FF9900;
  padding: 0px;
  text-align: center;
  font-size: larger;
  font-weight: bold;
}

.menuHeader {
  background-color: #FF9900;
  color: #009933;
  text-align: center;
  font-size: larger;
  font-weight: bold;
}
.menuItem {
  background-color: #FFFFFF;
}
.altMenuItem {
  background-color: #AAAAAA;
}
.emphMenuItem {
  background-color: #9966FF;
}

.clothingThumbnail {
  float: right;
  padding-top: 2px;	
  padding-bottom: 2px;	
}

.clothingListItem {
  text-align: center;
  height: 150px;
  min-height: 150px;
  padding: 2px 0px;
}
.clothingView {
  text-align: center;
  padding: 2px 0px;
}

