body {
	background-color: white;
	color: #36393b;
}

a:link {
	color: #773d8e;
}

a:active {
	color: #008000;
}

a:visited {
	color: #773d8e;
}

a:hover {
	color: #773d8e;
	background: #fffde9;
	text-decoration: none;
}

label.error {
	color: red;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #fff;
	border-top: 1px solid #36393b;
	border-left: 1px solid #36393b;
	border-bottom: 1px solid #36393b;
	border-right: 1px solid #36393b;
}

input.defaultButton {
	background-color: red;
	color: #fff;
}

#header {
	background-color: #fff;
}

#header h1 {
	color: #773d8e;
}

#footer {
	background-color: #fff;
        color: #999999;
       	border-top: 1px dotted #66c430;;
}

#main h2 {
	color: #773d8e;
	font-weight: bold;
}

#main h3 {
	color: #773d8e;
}

#navbar {
	border-bottom: 1px dotted #66c430;
}

#content {
	border-top: 2px solid #66c430;
}

#content h3 {
	color: #773d8e;
}

#content h4 {
	color: #773d8e;
	font-size: 1.2em;
}

#content h5 {
	color: #773d8e;
}

span.formError {
	color: red;
}

ul.formErrorList {
	color: red;
}

ul.menu li {
	padding-right: 1em;
}

#rightSidebar {
	padding: .5em 0em 1em 1em;
	border-left: 1px solid #66c430;
}

.DOI {
	padding: 0em .5em 0em .5em;
	background-color: #66c430;
	color: white;
	font-weight: bold;
	float: right;
	border-bottom: 1px solid #773d8e;
	border-right: 1px solid #773d8e;
}
