body {
	text-align: center; /* IE6 needs this to center the layout in the browser window */
	font-size: 101%;
	background-color: #FFFFFF;
	padding-top: 80px;
}
	
#main_wrapper {
	width: 740px; /* widths of columns will change proportionately as this width is changed */
	margin-left: auto;  /* centers layout in browser */
	margin-right: auto; /* centers layout in browser */
	text-align: left; /* resets the centering hack for IE6 on the body tag */
	background-color: #FFFFFF;
}

#header {
display: none;
}

h1 {
	font-size: 2em;
	color: #000000;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin: 0;
	text-align: left;
	color: #000000;
	padding: 15px 0px 5px 0px;
}

#nav {
display: none;
}

#nav_inner {
display: none;
}

#nav_inner ul {
display: none;
}

#nav_inner li {
display:none;
}

#nav_inner ul li {
display: none;
}

#nav_inner a {
display: none;
}

#nav_inner a:hover {
display: none;
}

#nav_inner a:visited {
display: none;
}

#portrait { 
float: right;
padding: 10px;
}

#portrait {
font-weight: bold;
width: 300px;
}

#content {
padding: 0px 75px 0px 75px;
}

#content p {
margin: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .83em;
line-height: 1.6em;
}

#content a {
color: #000;
font-weight: bold;
}

#content sup a.note {

background-color: #FFF;

color: #000;

margin-right: .2em;

padding: .1em .2em .1em .2em;

text-decoration: none;

border: none;

line-height: 0em;

}

 

#content sup a.note:visited {
	background-color: #FFF;
}

 

#content sup a.note:hover,
#content sup a.note:active {
	background-color: #FFFFFF;
}

 
#footnotes {
margin: 15px 0 15px 0;
font-size: .83em;
}

#footnotes sup a.note {

background-color: #FFF;

text-decoration: none;

color: #000;

padding: .1em .2em .1em .2em;

margin-right: .2em;

border: none;

line-height: 0em;
}

 

#footnotes sup a.note:visited {

background-color: #FFF;

}

 

#footnotes sup a.note:hover,
#footnotes sup a.note:active {

background-color: #FFFFFF;

} 


#footer {
clear:both; /* makes the footer sit below whichever column is longest */
text-align: left;
}	

#footer a {
	color: #000;
	font-weight: bold;
	font-size: 1.5em;
}

#footer p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .83em;
text-align: left;
padding-top: 1em;
  }
	
#header_inner, #nav_inner, #content_inner, #promo_inner {
overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
}
	
	
#nav_inner {
padding: 0 10px 0 30px; /* creates space between the box and the content */
}
	
#content_inner { 
padding:0 30px; /* creates space between the box and the content */
}
	
#footer_inner {
padding:10px 15px 0.5em 75px; /* creates space between the box and the content */
}
