* {
	margin: 0px;
}

body {
	background-color: #CCDDFF;
	color: #000000;
	padding: 0px;
}

a {
	text-decoration: none;
}

a:hover {
	background-color: #FFFFCC;
	color: #0000FF;
}

div.header {
	/*background-color: #88AAFF;*/
	background-color: #E5E8EF;
	color: #000000;
	/*padding-top: 0.2em;
	padding-bottom: 0.5em;*/
	padding-left: 0em;
	clear: both;
}

div.header a {
	border: none;
}

div.header a * {
	border: none;
	display: block;
}

img.headerImage {
	z-index: 1;
	height: 80px;
	width: 100%;
}

.article:after {
	content: ".";
	height: 0;
	clear: left;
	display: block;
	visibility: hidden;
} 

/* Hide \*/
.article {
	height: 1%;
}
/* Unhide */

div.footer {
	clear: both;
	text-align: center;
	font-size: 75%;
	background-color: #BBCCDD;
	color: #000000;
}

div.topLevel {
	
}

div.navbar {
	width: 100%;
	clear: both;
	background-color: #AACCFF;
	color: #0000AA;
}

div.navbar:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

a.navitem, a.leftNavitem, a.navitem:hover, a.leftNavitem:hover, a.currentnav {
	padding: .5em;
	display: block;
	text-align: center;
	color: #0000AA;
}

a.navitem, a.navitem:hover, a.currentnav {
	float: right;
	margin-left: 2em;
}

a.leftNavitem, a.leftNavitem:hover {
	float: left;
	margin-right: 2em;
}

a.navitem:hover, a.leftNavitem:hover {
	color: #0000AA;
	background-color: #BBDDFF;
	/*background-color: #4477CC;*/
}

div.navExtension {
	width: 20%;
	padding: .5em;
	float: left;
	background-color: #AACCFF;
	color: #0000AA;
}

div.navExtensionHeader {
	padding: .5em;
	color: #FFFFFF;
	background-color: #88AAEE;
}

div.navExtension a {
	color: #0000AA;
}

a.currentnav {
	color: #FFFFFF;
	background-color: #88AAEE;
}

div.main {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
}

div.main p {
	padding: 0.5em;
	margin-left: auto;
	margin-right: auto;
	/*width: 60%;*/
	text-indent: 3em;
	text-align: justify;
}

div.mainFront {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
}

div.mainFront p {
	padding: 0.5em;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	text-indent: 3em;
	text-align: justify;
}

div.speaker {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
	text-align: center;
}

div.affiliation {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size: 85%;
}

div.paper {
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

div.paper div {
	text-align: center;
}

div.paper p.blurb {
	font-style: italic;
}

p.blurb i {
	font-style: normal;
}

div.scheduleItem {
	width: 100%;
	margin: 0.5em 0 0.5em 0;
}

div.scheduleHeader {
	font-size: 110%;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0em;
}

/*div.scheduleStandout {
	padding: 0.25em;
	background-color: #DDEEFF;
}*/

div.scheduleTime {
	float: left;
	width: 18%;
	padding-right: 2%;
	/*background-color: #FF0000;*/
	font-weight: bold;
}

div.scheduleDesc {
	width: 80%;
	margin-left: 20%;
	/*background-color: #FFFF00;*/
}

h2, h3, h4, h5 {
	/*width: 50%;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 115%;
}

h5 {
	font-size: 105%;
	font-weight: normal;
}

div.mailingAddress {
	margin: .5em auto .5em auto;
	width: 80%;
}

div.twoColumns {
	background-color: #FFFFFF;
}

div.column2 {
	background-color: #CCFFCC;
}

div.column3 {
	float: right;
	width: 20%;
	background-color: #FFCCCC;
	_margin-left: -3px;
}

div.textAtBottom {
	clear: right;
	background-color: #00FFFF;
}

/* Hide \*/
.fixbug {
	height: 1%;
}
/* Unhide */

/* Styles for the page listing the different issues of the magazine */

div.issueIndex {
	width: 100%;
}

table.issueIndex {
	width: 100%;
}

td.issueThumb {
	text-align: center;
	width: 25%;
}

td.issueThumb img {
	width: 100px;
	padding: 0px;
	margin: 0px;
	border-style: none;
}

/* Styles for magazine table of contents pages */

div.mainTOC {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
}

div.TOC {
	/* This width is a hack because IE breaks the line if I set it to exactly 55em */
	width: 40.1em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	
/*	background-color: #FFFFFF;*/
}

div.TOCheading {
	width: 100%;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0.5em;
	
	/* background-color: #FFFF00; */
}

div.poetryTOC, div.proseTOC, div.artTOC {

}

div.poetryTOC {
	float: left;
	width: 12em;
	text-align: right;
}

div.artTOC {
	float: left;
	width: 14em;
	padding-left: 1em;
	padding-right: 1em;
	text-align: center;
}

div.proseTOC {
	width: 12em;
	float: left;
	text-align: left;
}

div.artTOCentry {
	clear: both;
	/*border-top: thin solid #000000;*/
}

div.artTOCentry img {
	border-style: none;
	margin-bottom: 1em;
}

.artTOCentry.left img {
	float: left;
	margin-right: 0.5em;
}

.artTOCentry.right img {
	float: right;
	margin-left: 0.5em; 
}

.artTOCentry.left div {
	text-align: left;
	/* margin-right: 2em; */
}

.artTOCentry.right div {
	text-align: right;
	/* margin-left: 2em; */
}

div.artTOCentry div {

}

div.artTOCentry div.artTOCtitle {

}

div.artTOCentry div.artTOCauthor {
	border-bottom: 1px solid #000000;
}

div.poetryTOCentry, div.proseTOCentry {
	margin-bottom: 1em;
}

div.poetryTOCtitle, div.proseTOCtitle, div.artTOCtitle {
	font-style: italic;
}

div.poetryTOCauthor, div.proseTOCauthor, div.artTOCauthor {
	font-size: 80%;
}

div.staffBox {
	border: 1px solid #6699AA;
	background-color: #99BBEE;
	text-align: center;
	padding: 0.2em;
}

div.staffBoxTitle {
	font-weight: bold;
}

div.editor {
	font-size: 80%;
}

span.editorTitle {
	font-size: 80%;
	font-style: italic;
}

/* Styles for actual magazine content */

div.pieceHeader {
	margin-bottom: 1em;
}

div.pieceTitle {
	text-align: center;
	font-weight: bold;
	font-size: 125%;
}

div.pieceAuthor {
	text-align: center;
}

div.poem {
	margin-left: auto;
	margin-right: auto;
	display: table;
	white-space: pre;
	margin-bottom: 2em;
}

div.story {
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	padding: 0em;
}

div.story p {
	margin-bottom: 1em;
	padding: 0em;
}

div.story h1 {
	font-weight: bold;
	font-size: 110%;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 1em;
	overflow: hidden;
}

div.verseInProse {
	white-space: pre;
	margin-left: 5em;
	margin-top: 1em;
	margin-bottom: 1em;
}

div.artMain {
	width: 100%;
	margin-top: 2em;
}

div.art {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 10px;
}

div.art img {
	height: 500px;
	margin-left: auto;
	margin-right: auto;
}