body {
	font-family: Times New Roman, serif;
	background-color: #0F0054;
	margin: 0em;
}

div#content {
	background-color: white;
	text-align: justified;
}

div#contentbackground {
	height: 100%;
	width: 80%;
	float: left;
	margin-left: 0.5em;
	background-color: white;
}

#Tscr0 {
	border: 1px solid gray;
	float: right;
	position: relative;
	height: 5em;
	width: 20em;
	background-color: white;
	margin-right: 1em;
}

table.frontpagecontent tr td {
	vertical-align: top;
}

table.paragraph tr td {
	text-align: justify;
	margin-right: 1em;
}

table caption {
	font-weight: bold;
}

.MENUITEM A { color: #FFFFFF; font-weight: bold;
	text-decoration: none; font-family: "Arial", "Helvetica", sans-serif;
}
.MENUITEM A:hover { color: #00941B; }
.ACTIVEMENUITEM { color: #FF8C32;
	font-weight: bold;
	text-decoration: none; font-family: "Arial", "Helvetica", sans-serif;
}
.MAINHEADING { color: #FFFFFF; font-weight: bold;
	text-decoration: underline; font-family: "Arial", "Helvetica", sans-serif;
}

a.listlink { color:#0F0054; }

p.press:first-letter
{
	font-size: 1.2em;
	font-weight: bold;
}

.quote
{
	font-size: 1.6em;
	text-decoration: none;
	font-style: italic;
}

div.attribution
{
	width: 90%;
	padding-top: 5px;
	font-size: 1.0em;
	text-align: right;
	text-decoration: none;
	font-style: normal;
}

div.attribution2
{
	padding-top: 5px;
	font-size: 0.6em;
	text-align: right;
	text-decoration: none;
	font-style: normal;
}

div.footnotes
{
	font-size: 0.8em;
}

span.cumlaude
{
	font-style: italic;
}

.quotetitle
{
	font-size: 1.1em;
}

.biglink
{
	font-size: 1.4em;
}

.quote a
{
	color: #000000;
	text-decoration: none;
}

.quote a:hover
{
	text-decoration: underline;
}

sup
{
	font-size: 0.8em;
}

/*
.dropshadow{
	float:left;
	clear:left;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 5px 10px !important;
	margin: 10px 0 5px 5px;
	width: 90%;
	padding: 0px;
}

.innerbox
{
  position:relative;
  bottom: 6px;
  right: 6px;
  border: 1px solid #999999;
  padding: 8px;
  margin: 0px 0px 0px 0px;
}

.innerbox{
	/* IE5 hack *//*
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}*/

.img-shadow {
	float: left;
	background: url(images/shadow.gif) no-repeat bottom right; 
	margin: 10px 0 0 5px;
	}

.img-shadow table {
	margin: -6px 6px 6px -6px; 
	padding: 4px; 
	border: 1px solid #a9a9a9;
	background-color: #fff; 
	position: relative; 
	display: block;
	}
.img-shadow table td { padding: 4px; }

/* styles for print only */
@media print {
body {
	font-size: 10pt; font-family: Times, serif;
	}
#menubar, #menufooter { display: none };

#bodycontent {
	margin-left: 2%; margin-right: 2%; line-height: 130%;
	}

	.img-shadow { float: none; }
	.img-shadow table { 
		padding: 4px;
		border: 1px solid #a9a9a9;
	}
	.img-shadow table td { padding: 5px; }
}

