/* Content window styles go here */

HTML {
  overflow-x: hidden;           /* IE scrollbar bug */
  overflow-y: hidden;           /* Can't have a scrollbar here */

}

BODY {
	margin-left: 10px;
        background-attachment: fixed;
        background-image: url(../backgrounds/ContentWindowRight.jpg);
        background-position: top right;
        background-attachment: fixed;
        background-repeat: no-repeat;
}


A {
	font-weight: bold;
	color: #003300;
}

LI {
	line-height: 120%;
} 

IMG.left {
	margin-right: 12px;
}

IMG.right {
	margin-left: 10px;
}

IMG {
	margin-bottom: 6px;
}


TABLE.content {
  background: gray;
}

TR.header {
  background: #669966;
  font-weight: bold;
}

TR.data {
  background: silver;
} 

FIELDSET {
  margin: 3px; 
  padding: 3px; 
  font-size: 12px; 
  margin-bottom: 10px;
}

LEGEND {
  background-color: #669966; 
  font-weight: bold; 
  padding: 2px;
  color: #ffffff;
}

