body {
	margin: 0;
	padding: 0;
	font-family:  verdana, arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #666666;
	background-color: #C2CFAB;
	}
	
/* layout boxes */
#container {
	margin: 12px 18px 0px 18px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	background-color: #ffffff;
	}
#content {
	margin: 0px 220px 0px 0px;
	background-color: #ffffff;
	}
#rightnav {
	float: right;
	margin: 10px 5px 0px 0px;
	width: 205px;
	height: 100%;
	text-align: right;
    background-color: #ffffff;
	}
.graphic_content {
	padding: 10px 0px 0px 0px;
	}
.bodytext {
	padding: 42px 0px 0px 0px;
	width: 400px;
	text-align: left;
	height: 100%;
	}
table {
	font-family:  verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	color: #666666;
	}
/* rightnav */
div#logo {
	margin: 0px 0px 13px 0px;
	}
	
div.nav {
	margin: 0px 0px 10px 0px;
	}
div.navText {
	margin: 0em 0em 1.0em 0em;
	font-size: 0.9em;
	text-align: right;
	}
		
/* typography */
a {
	text-decoration: none;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	color: blue;
	}
h1 {
	font-size: 1.7em;
	margin-top: 0em;
	margin-bottom: 0.1em;
	font-weight: normal;
	color: #9B97C8;
	}
h2 {
	font-size: 1.2em;
	margin-top: 0em;
	margin-bottom: 0.1em;
	font-weight: bold;
	color: #9B97C8;
	}
h3 {
	font-size: 1.0em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	font-weight: bold;
	}
.caption {
	font-size: 0.8em;
	margin-top: 0em;
	margin-bottom: 0.1em;
	font-weight: bold;
	}
img {
	border: 0;
	}
img.right {
	border: 0;
	float: right;
	margin: 0px 0px 12px 12px;
	}
img.left {
	border: 0;
	float: left;
	margin: 0px 12px 12px 0px;
	}
img.fp {
	border: 0;
	margin: 220px 0px 0px 0px;
	}
img.space_below {
	border: 0;
	margin: 0px 0px 12px 0px;
	}
img.bigspace_below {
	border: 0;
	margin: 0px 0px 100px 0px;
	}
img.is {
	border: 0;
	margin: 15px 0px 200px 0px;
	}
p {
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0em 0em 1.2em 0em;
	}
p.quote {
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0em 0em 0.5em 0em;
	}
p.source  {
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0px 0px 2.2em 160px;
	}
p.bigspace_below {
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0em 0em 100px 0em;
	}
strong, b {
	font-weight: bold;
	}
ul.urls {
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0em 0em 1.2em 4.0em;
	}