@charset "utf-8"; 
@import url(searchbox.css);

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff9df;
	color: navy;
	font-size: .9em;
	background-image: url(../menu/green_circle.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#homelink { 
	float: left
	display: block;
}

#homelink img {
	margin-bottom: 20px;
}

img[usemap] {
	border:none;
}

#leftSidebar {
	position: relative;
	float: left;
	/* To avoid the z-index bug in IE6 & IE7 in the vertical menu. */
	z-index: 30;
	left: 0;
}

#navbar {
	float: left; 
	width: 290px;
}

#contentsWrapper {
	float: left;
}

#mainWrapper {
       	margin-left: 300px; 
}

#main {
	float: left; 
	width: 600px;
	margin-top: -57px;
}

* html #main {
	position: absolute;
	margin-top: -57px;
}

#rightSidebar {
	float: left; 
	border: 1px solid navy;
	width: 150px;
	margin-left: 10px;
	overflow: hidden;
	padding: 0 5px 0 5px;
	margin-top: -38px;
}

* html #rightSidebar {
	position: relative;
	float:right;
}
	
#main li {
	margin-bottom: .6em;
}	

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
}
.clear {
	min-height: 1px;
}

* html .clear {
	height: 1px;
}

.feedburnerFeedBlock ul {
	padding-left: .5em;
	display: inline;
}
.feedburnerFeedBlock .headline {
	float: left;
}

.feedburnerFeedBlock .date {
	clear: left;
	margin: .3em 0 .5em 0;
}
.feedburnerFeedBlock li {
	list-style-type: none;
	margin-bottom: 2em;
}

.feedTitle {
	font-size: 1.3em;
	font-weight: bold;
}

#navbar p {
	font-weight: bold;
}
	
a:link
	{
	color: #2f4f4f;
	}

a:visited 
	{
	color: #808080;
	}
	
a:active
	{
	color: #brown;
	}

.byline, .editorialNote {
	font-style: italic;
}

.blockquote {
	margin-left: 4em;
	font-family: tahoma, arial, verdana, sans-serif;
}

.cite:before, blockquote:before {
	content: open-quote;
}

.cite:after, blockquote:after {
	content: close-quote;
}

#trunk {
	margin-right: 260px;
	padding: 5px 10px 5px 0px;
}

#trunk h1 {
	display: inline;
}

#sidebar {
	float: right;
	padding: 0px 5px 0px 5px;
	width: 250px;
	border-left: 1px solid;
	border-color: navy;
}

#sidebar img {
	padding-top: 15px;
}

a:visited img, a:link img {
	text-decoration : none;
	border: 0px;
}
	
#bottom {
	clear: both;
	text-align: center;
}

.photoFrameRight, .photoFrameLeft, .photoFrameCenter {
	zoom: 1;
	margin: 1em 1em 1em 1em;
	padding: 6px 5px 5px 5px;
	position: relative;
	text-align: center;
	/*border-color; navy;
	border: 1px solid;
	background-color: #fff;*/
}

.photoFrameRight img, .photoFrameLeft img, .photoFrameCenter img {
	border-style: none;
}

div.alignRight {
	display:block;
	text-align: right;
}

.photoFrameRight p, .photoFrameLeft p, .photoFrameCenter p {
	font-size: .7em;
}

.photoFrameCenter p {
margin: auto;
margin-top: 1em;
}

div.photoFrameRight, span.photoFrameRight {
	float: right;
	margin: 1em 0em 0em 2em;
	margin: 10px;
}

div.photoFrameLeft, span.photoFrameLeft {
	float: left;
	margin: 1em 2em 0em 0;
}

div.photoFrameCenter, span.photoFrameCenter {
	float: none;
	text-align: center;
}

div.highlightBox {
	background-color: #d0e5c2;
	clear: both;
	padding: 0px 5px 0px 9px;
	border: 1px  solid;
}


div.box {
	position: relative;
	background-color: #e3deff;
	padding: 2px 5px 2px 9px;
	overflow: auto;
}

div.footnotes {
	border-top: 1px  solid;
	margin-top: 60px;
}

div.footnotes a:link, div.footnotes a:visited {
	text-decoration: none;
	color: #486ea6;
}

span.super {
	vertical-align: 0;
	position: relative;
	bottom: 0.3em;
}

span.super a:link, span.super a:visited {
	text-decoration: none;
	color: #486ea6;
	font-size: 0.9em;
}

/* Multicolumn lists:
 * give the ul tag a 'multiColumn' class,
 * add the 'column' class to each group
 * of items */

.multiColumn {
	width: 100%; 
	clear: right;
	float: left;
}

div.column {
	float: left;
	padding-left: 3em;
}

div.column.first {
	padding-left: 0;
}


* html .multiColumn {
	margin-bottom: 5px;
	margin-right: -40px;
	margin-left: 1em;
}


/* Emphasize topic/categories menus with
 * a slightly larger font. */

.menu {
	font-size: 1.1em;
}

.line {
	border-top: 1px solid navy;
}

ol.upperalphalist {
	list-style-type: upper-alpha;
}

table.decorTable {
	border-collapse: separate;
	border-spacing: 0px;
	border-style: solid;
	border-color: navy;
	border-width: 1px 0 0 1px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-top: 15px;
}

* html table.decorTable {
	border-collapse: collapse;
}

table.decorTable th {
	text-align: left;
	background-color: #b3ae9b;
	font-weight: bold;
	border: 1px solid;
	border-bottom-color: navy;
	border-right-color: navy;
	border-left-color: #f7ffde;
	border-top-color: #f7ffde;
	padding: 3px 5px 2px;
}

table.decorTable td {
	border-color: navy;
	display: table-cell;
	text-align: center;
	border: 1px solid;
	border-top-color: #f7ffde;
	border-left-color: #f7ffde;
	padding: 3px 10px 3px 10px;
	width: 200px;
}

table.decorTable tr.alt td {
	background-color: #e3deff;
}

table.decorTable a {
	font-size: 0.9em;
	text-decoration: none;
}

table.decorTable .notAnIssue {
	font-size: 0.9em;
	text-decoration: line-through;
}

ul.pagination {
	float: right;
	clear: both;
	font-size: 0.9em;
	height: 1%;
	margin: 15px 5px;
	overflow: auto;
	text-align: right;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

ul.pagination li {
	background-color: #a09db0;
	color: navy;
	display:inline;
	float:left;
	line-height:20px;
	margin-left:0.5em;
	text-align:center;
	width:20px;
}

ul.pagination li.currentPage {
	background-color: #fff9df;
	color: #777;
}

ul.pagination a:link, ul.pagination a:visited {
	text-decoration: none;
	color: navy;
}

.pullquote {
	width: 200px;
	padding: 5px 0;
	border: 3px double #31476e;
	color: #31476e;
	border-width: 3px 0;
	font-size: 1.4em;
	font-family: tahoma, arial, verdana, sans-serif;
	text-align: center;
}

.pullquote p {
	margin: 0;
}

blockquote.pullquote:before {
	content: none;
}


.pullquote.left {
	margin: 5px 15px 5px 0;
	float: left;
	clear: none;
}

.pullquote.right {
	margin: 5px 0px 5px 15px;
	float: right;
}

:target {
	background: url(/images/yellow-fade.gif);
}

/* Q&A */

dl.QA dt {
	background: transparent url(../images/Q&A.gif) scroll 0px 0 no-repeat;
	font-weight: bold;
	height: 60px;
	padding-left: 50px;
	padding-top: 5px;
}

dl.QA dd {
	margin-left: 0;
	background: transparent url(../images/Q&A.gif) scroll 0 -65px no-repeat;
	padding-left: 50px;
	padding-top: 5px;
}
