/* CSS Document */

table {
  font-size: 1em;
}

div {border: none;}

h1, h2, h3, h4, h5, h6, h7  {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
  text-transform: none;
}
h1 {
	background-color:  #666699; 
	color: #ffffff; 
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
}

p {
	margin: 0px;
	}

/* Left Column */
#leftColumn {
	position: absolute;
	left: 0;
	top: 150px;
	margin: 0px;
	padding: 0px;
	width: 150px;
	padding-left: 3px;
	height: 577px;
}

#leftColumn H1{
	background-color: transparent; 
	background-image: url(/assets/images/rightarrow_green.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	color: #000000; 
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	padding-left: 12px;
}

#leftColumn P{
	font-size: 1.2em;
	margin: 0; 
	padding: 0; 
	padding-bottom: 8px; 
	padding-left: 10px;
}

/* End Left Column */  
/* Main Content */


/* commented out by Brant 12.29.2003 */
/* #mainContent li {font-size: 1em;} */
/* #mainContent li p {font-size: 1em;} */
#mainContent ul ul {font-size: 1em;}
#mainContent ul ul ul {font-size: 1em;}
#mainContent ul ul ul ul {font-size: 1em;}


#mainContent p {padding-bottom: 6px; font-size:12px;}
/* End Main Content */


#middleColumn {
	float: left;
	width: 100%;
}

#mainContent{
	margin-left: 165px;
/* Width set for Contribute */
	width: 78%; 
}

#mainContent /* */ {
/* Hides new widths from Contribute, but sends appropriate widths to IE5 and IE6 PC; Netscape picks it up, but is overridden in its stylesheet  */
	width: 100%; 
	voice-family: "\"}\""; /* IE5.5 Fudge; width of auto screws up IE5.5, but width of 100% works fine */
	voice-family:inherit;
	width: auto;
	}

#content {
	margin-left: 0px;
	width: 97%;
}

body { 	
		width: 100%;
		margin:0; 
		padding:0;}
		
#logoNav img{
	display:block;
}

/* for secondary page types in the store */

.addButton {
  	display: block;
	margin: 2px;
	padding: 1px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	color: #0000EE;
	text-decoration: none; */
	width: 200px;
}

.addButton:hover {
	color: #CC6600;
	/* text-decoration: underline; */
}

#indexList li {
	margin-bottom: 10px;
}


.nobulletB2em {
	padding-bottom: 2em;
	list-style-type: none;
}

