body {
		font-size: 10pt;
		color:#000000;
		background-color: #788494;
		font-family:sans-serif;
		}

a {
		color: #000000;
		}

a:visited {
		color: #000000;
		}

a:hover {
		color: #a20d2b;
		}

/*Define the top bar*/

#topbar {
		position: absolute;
		z-index: 1;
		left: 35px;
		top: 7px;
		width:680px;
		padding: 0px;
		margin: 0px;
		padding: 0px;
		border: 2px solid;
		border-top: 0px;
		border-left: 0px;
		border-right: 0px;
		border-color: #836B15;
		background-color: #f9f3e7;
		
		}
		
/*Define the logo float*/

#logo {
		position: absolute;
		background-color: #f9f3e7;
		left: 474px;
		top: 7px;
		z-index: 5;
		}
		
/*Define the breadcrumb bar*/

#breadcrumbbar {
		position: absolute;
		left: 35px;
		top: 99px;
		width:680px;
		padding: 0px;
		border: 0px;
		background-color: #e4dda8;
		color: #000000;
		font-size: 0.7em;
		text-align: right;
		}
	
/*Define the navigation system*/

#navlist1 {
		position: absolute;
		left: 40px;
		top: 120px;
		width:110px;
		}

#navlist1 p {
		border: 0;
		background-color: #836B15;
		margin: 0;
		padding: 2px;
		color: #ffffff;
		font-size: .7em;
	}
		
#navlist1 ul {
		margin: 0; /*removes indent IE and Opera*/
		padding: 0; /*removes indent Mozilla and NN7*/
		list-style-type: none; /*turns off display of bullet*/
		font-size: .7em;
		border: 0px;
		
		}

#navlist1 li {
		display: inline; /*removesgaps in IE 5+ */
		margin: 0;
		}

#navlist1 a {
		display: block;
		padding: 2px 2px 2px 2px;
		border: 1px solid;
		border-left: 0;
		border-right: 0;
		border-top: 0;
		border-color: #836B15;
		background-color: #E4dea9;
		
		}
		
#navlist1 a:link, #navlist1 a:visited {
		color: #000000;
		text-decoration: none;
		}

#navlist1 a:hover, #navlist1 a:active {
		background-color: #cac6c6;
		color: #000000;
		}
		
/*Define the siteinfo section*/		
		
#siteinfo {
		position: absolute;
		left: 40px;
		top: 340px;
		width:110px;
		border: 1px solid;
		border-color: #b1adad;
		background-color: #ffffff;
		}

#siteinfo p {
		border: 0;
		background-color: #ffffff;
		margin: 0;
		padding: 2px;
		color: #b1adad;
		font-size: .7em;
	}
	
#manuscriptsiteinfo {
		position: absolute;
		left: 40px;
		top: 290px;
		width:110px;
		border: 1px solid;
		border-color: #b1adad;
		background-color: #ffffff;
		}

#manuscriptsiteinfo p {
		border: 0;
		background-color: #ffffff;
		margin: 0;
		padding: 2px;
		color: #b1adad;
		font-size: .7em;
	}
	
#ordersiteinfo {
		position: absolute;
		left: 40px;
		top: 290px;
		width:110px;
		border: 1px solid;
		border-color: #b1adad;
		background-color: #ffffff;
		}

#ordersiteinfo p {
		border: 0;
		background-color: #ffffff;
		margin: 0;
		padding: 2px;
		color: #b1adad;
		font-size: .7em;
	}

#additionalsiteinfo {
		position: absolute;
		left: 40px;
		top: 330px;
		width:110px;
		border: 1px solid;
		border-color: #b1adad;
		background-color: #ffffff;
		}

#additionalsiteinfo p {
		border: 0;
		background-color: #ffffff;
		margin: 0;
		padding: 2px;
		color: #b1adad;
		font-size: .7em;
	}

#publishsiteinfo {
		position: absolute;
		left: 40px;
		top: 355px;
		width:110px;
		border: 1px solid;
		border-color: #b1adad;
		background-color: #ffffff;
		}

#publishsiteinfo p {
		border: 0;
		background-color: #ffffff;
		margin: 0;
		padding: 2px;
		color: #b1adad;
		font-size: .7em;
	}

/*Define the content section*/

#content {
		position: absolute;
		left: 160px;
		top: 108px;
		width:545px;
		padding: 4px;
		border: 1px solid;
		border-color: #836B15;
		background-color: #f9f3e7;
		font-size: 1em;
		}
		
#content H1 {
		font-family:sans-serif;
		color:#836B15;
		font-size:13pt;
		font-weight:bold;
		margin: 0;
		}
	
#content H2 {
		font-family:sans-serif;
		color:#B8B634;
		font-size:10pt;
		margin: 2px;
		}
		
#content p {
		border: 0;
		background-color: #ffffff;
		margin-left: 2px;
		margin-right: 2px;
		margin-bottom: 2px;
		margin-top: 10px;
		padding: 2px;
		color: #000000;
		background-color: #f9f3e7;
		font-size: 1em;
		}
		
.intexttable {
		font-size:1em;
		color:#000000;
		margin: 10px 0px 10px 0px;
		border: 1px solid grey;
		font-family:sans-serif;
		}

#footer {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.7em;
		line-height: 1.7em;
		padding: 1px;
		margin-top: 30px;
		border: thin none #FF0000;
		float: left;
		width: 530px;
		}

#footer p {
		padding-left: 15px;
		padding-right: 15px;
		}
