body {
	margin: 0 auto;
	padding: 0px;
	background-color: white;
	background-image:  url(Images/whitecloth100.gif);
}
  
#pagecontainer {
	margin: 0 auto;
	width: 900px;								/*	page width */
	min-height: 500px;
}
* html #pagecontainer {
height: 500px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
  
#topmenu {
	text-align: right;
	padding: .2em;
	font-size: 1em;
} 

#topmenu a {
	margin: 0 auto;
	padding: .2em;
	text-decoration: none;
} 

#masthead {

	text-align: center;

} 

#content {
	margin-left: 161px;							/*	left width + 1px */
	text-align: left;
	margin-right: 160px;							/*	width of the right column	*/
	padding: 0 4px;
}
/* All other browsers */
html > body  #content {padding: 8px 4px 0px 4px;}
 
body.threecolumns 
#rightcol {
	text-align: left;
	width: 122px;									/*	width of the right column	*/
	float: right;
	height: 500px;
	PADDING: 0 4px;
}

.footer {
	clear: both;
	width: 100%;
	/*	BACKGROUND: url(images/gradient_masthead.jpg) no-repeat 20px 50%; */
	/* background-image: url(images/adireBorder_w900.gif);   */
	padding:  0px;
	margin: 5 0 0 0px;
}

/* On a page with only two columns we'll hide the right column */
body.twocolumns 
#rightcol {
	display: none;
}

/* On a page with two columns the right column is hidden and therefore we 
   adjust content to stretch all the way */
body.twocolumns 
#content {
	margin-right: 2%; 
}

#leftcol {
	text-align: left;
	width: 160px;								/*	left width */
	float: left;
	padding: 0%; 
	position: relative; /*** IE needs this  ***/
}
* html #leftcol {
	height: 400px;
}

p 
{
	margin: 0 .1em .1em .2em auto;
}

  
.withquote 
{
	background:url(images/quote.gif)no-repeat;
	background-position:top left;
	padding-left:20px;
	text-align:justify;} 

.withunquote 
{
	background: url(images/unquote.gif) no-repeat;
	background-position:bottom right;
	padding-right:5px;}


dt 
{
	margin-top:6px;
	background: #CFADDF;
	font-weight:bold;
}

#imgContent 
{
	text-align: center;
}
#imgContentCaption
{
	text-align: right;
}

/* Clean up from the menu links */

#content ul {
	list-style: none;
	margin:0px;
	padding:0px;
	position: relative;
}
#content li 
{
	margin:0px; 
	border:solid 0px;
	padding:0px;
}
#content li a 
{
	margin:0px; 
	border:solid 0px;
	padding:0px;
}

#content ul {
	width: 80%;
	margin:0px;
	padding:0px;
	padding-bottom:2px;
	
}
#content ul li a {
	display: block;
	text-decoration: none;
	background: #fff;				/* IE6 Bug  */
	padding: 1px;
    border: 1px solid #536795;			/*	item border	 */
}
/* Hover Styles */
#content ul li :hover { 
    background-color: #536795;			 
    color: white;
    border: 1px solid #536795;			/*	item border	 */
} 

body.threecolumns
#content {
	margin-left: 158px;								/*	having to redo this here  */
	text-align: left;
	margin-right: 181px;							/*	width of the right column	*/
	PADDING: 0 4px;
}