body {
	margin: 0 auto;
	padding: 0px;
  }
  
#pagecontainer {
	margin: 0 auto;
	width: 900px;								/*	page width */

  } 
  
#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;
}

body.threecolumns 
#rightcol {
	text-align: left;
	width: 160px;									/*	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%; */
	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%; 
}

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;
}

