html {
	background-color: lightblue; /* added */
}

img {
	max-width: 100%;
	height: auto;
}

#container { /* added */
	width: 1432px !important;
}

body {
	background-color: #ffffff;
	color: black;
	font-family: Verdana,Calibri,Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 125%;
	/*max-width: 1100px;*/
	min-width: 1432px !important; /* added */
}

a:link {
	color: darkblue;
}

a:active {
	color: darkblue;
}

a:visited {
	color: darkblue;
}

a:hover {
	color: red;
	background: #ffffff;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #eeeeee;
}

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

#header {
	background-color: #ffffff;
	width: 1432px; /* added */
}

#headerTitle {
	background-color: #ffffff;
	color: darkblue;
	width: 1432px; /* added */
}

#header h1 {
	font-family: Verdana,Calibri,Arial,Helvetica,sans-serif;
	font-size: 125%;
	font-weight: bold;
}

#main {
	/*background-color: #ffffff;*/
	background-color: lightblue;
	color: black;
}

#main h2 {
	font-size: 0%;
}

#main h3 {
	font-family: Verdana,Calibri,Arial,Helvetica,sans-serif;
	font-size: 125%;
	font-weight: bold;
}

#content h3 {
	font-family: Verdana,Calibri,Arial,Helvetica,sans-serif;
	font-size: 125%;
	font-weight: bold;
}

#content h4 {
	font-family: Verdana,Calibri,Arial,Helvetica,sans-serif;
	font-size: 125%;
	font-weight: normal;
}

/*
#navbar {
	border-bottom: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	background-color: lightblue;
}

#navbar a {
	background-color: lightblue;
	padding: 5px;
	color: yellow;
	font-family: cursive,Verdana,Calibri,Arial,Helvetica,sans-serif;
	font-weight: bold;
}
*/
#announcementsHome {
	width: 100%;
	margin: 2em 0 2em 0;
}

#announcementsHome h3 {
	text-align: center;
}

#announcements {
	width: 100%;
}

#announcements h3 {
	text-align: center;
}

table.announcements {
	width: 100%;
}

table.announcements td {
	padding: 0.25em 0.5em 0.25em 0.5em;
}

table.announcements td.nodata {
	text-align: center;
	font-style: italic;
}

table.announcements td.headseparator {
	border-top: 1px dotted #000;
	font-size: 0.1em;
	line-height: 1%;
}

table.announcements td.endseparator {
	border-top: 1px dotted #000;
	font-size: 0.25em;
	line-height: 10%;
}

table.announcements td.separator {
	border-top: 1px dotted #DDDDD0;
	font-size: 0.1em;
	line-height: 1%;
}

table.announcements tr.intro {
}

table.announcements td.intro {
}

table.announcements tr.title {
	vertical-align: top;
}

table.announcements td.title {
	width: 85%;
}

table.announcements td.title h4 {
}

table.announcements tr.description {
	vertical-align: top;
}

table.announcements td.description {
	width: 85%;
}

table.announcements tr.details {
	vertical-align: bottom;
}

table.announcements td.posted {
	padding-top: 1em;
	font-style: italic;
}

table.announcements td.more {
	width: 15%;
	text-align: right;
}

table.announcementsMore {
	width: 100%;
}

table.announcementsMore td {
	padding-top: 1.5em;
	text-align: right;
}

/**
 * Table of contents
 */

.tocSectionTitle {
	font-style: italic;
}

.tocArticle {
	width: 100%;
	padding: 5px 0;
}

.tocArticleTitleAuthors {
	width: 80%;
}

.tocAuthors {
	padding-left: 10px;
	font-style: italic;
}

.tocArticleGalleysPages {
	width: 20%;
}
.tocGalleys, .tocPages {
	text-align: right;
}

.tocArticleCoverImage img {
	border: 0;
	float: left;
	width: 100px;
	margin: 0 1em 1em 0;
}

/**
 * Issue cover images
 */

.issueCoverImage img {
	border: 0;
	float: left;
	width: 200px;
	margin: 1em 1em 1em 0;
}
/**
 * Navigation bar
 */
/* 
 * Background for navigation bar.
 */
#navbar {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: none;
	background-color: lightblue;
	clear: both;
	min-height: 18px;
}

#navbar a:link, #navbar a:active, #navbar a:visited {
	color: darkblue;
	/*font-family: cursive;*/
	font-family: Verdana,Calibri,Arial,Helvetica,sans-serif;
	/*font-weight: bold;*/
	font-weight: normal;
	background-color: lightblue;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;

}

#navbar a:hover {
	color: red;
}

/* 
 * Navigation bar tabs.
 */
#navbar ul.menu li {
	padding-right: 0px;
	/*padding-top: 6px;*/
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	margin-right: 1px;
	border: 1px solid darkblue;
	background-color: lightblue;
	display: block;
	float: left;
	text-align: center;
	/*width: 113px;*/
	width: 10%;
	/*height: 19px;*/
	height: auto;
	font-size: 80%;
}

