#header {
	background-color: #6e7072;
	background-image: url(/styles/images/eosweav3a_vn.png);
}

#headerTitle {
	color: #ffffff;
}

#header h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: -40px;
}

#content {
	padding-right: 10px;
	padding-left: 10px;
	font-family: Georgia,Serif;
	font-size: small;
}

#main {
	position: absolute;
	margin-top: 0px !important;
	margin-left: 5%;
}

#navbar {
	/*font-size: 110%;*/
	font-weight: bold;
}
	
#sidebar {
}

#rightSidebar {
	position: relative;
	left: 10px;
	overflow: visible;
}

#logo {
}

body {
	background-color: #f4efd9;
}

a:link {
	color: darkred; /*#eb0a8d;*/
}

a:active {
	color: darkred;
}

a:visited {
	color: darkred;
}

a:hover {
	color: crimson;
	background: white;
}

/* this id is used as a hack to allow titles in static content */
#h3 {
	font-family: Palatino,'Times New Roman',Times,serif;
	font-size: 18px;
}

table.tocArticle td.tocTitle {
	height: 1em;
	width: 85%;
	/*padding-top: 10px;*/
}

table.tocArticle td.tocGalleys {
	height: 1em;
	width: 15%;
	/*padding-top: 10px;*/
}

/*
table.tocArticle td.tocAuthors {
	padding-top: 10px;
}
*/