a:link, a:visited, a:active {
	color: #74818e;
	border: #000000;
}
a:hover {color: #9c4911;}
.menu a:link, .menu a:visited, .menu a:active {
	color:#9c4911;
	text-decoration:none;
}
.menu a:hover {
	color: #cccccc;
	text-decoration:underline;
}
/* Header */



/* Body */
body{
	color:#666;
	font-family:  Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
}
body, form, div, h1, h2, h3, h4, h5, table, tr, th,  dl, li, dt, dd, img, input {
	margin: 0;
	padding: 0;
}
.margins {
	background-color:#081a1f;
}
.menu {
	line-height:130%;
	font-size:16px;
	font-style:italic;
}
.pagetitle {
	position:relative;
	top:-340px;
	left:300px;
	width:500px;
}
.events {
	position:relative;
	top:60px;
	left:100px;
	width:700px;
}
.interviewtitle {
	text-transform:uppercase;
	font-weight: bold;
	font-size: 13px;
}
/* For Oxygen page only */
.pagetitle_oxygen {
position:relative;
	top:-390px;
	left:300px;
	width:500px;
}
.bookcover {
	float:left;
	position:relative;
	top:35px;
	left:30px;
	width:281px;
}
.pagetitle_nobookcover {
	position:relative;
	top:77px;
	left:330px;
	width:500px;
}
.maincontent {
	 /*text-indent:30px;*/
	 margin-left:50px;
	 margin-right:50px;
	 margin-top:50px;
}
.maincontentlessindent {
	 /*text-indent:30px;*/
	 margin-left:40px;
	 margin-right:50px;
	 margin-top:50px;
}
.maincontent_noindent {
/*	 text-indent:30px;*/
	 margin-left:40px;
}
/* Different browsers use different methods to pad or indent a list. Mozilla and Netscape 6+ browsers indent a list on the padding; IE and Opera pad a list on the margin. Set one of these to zero, and use the other for the indent.
Margin-top:0 removes the empty blank line after <ul> */
/*ul {
	margin-left:8px;
	padding-left:0em;
	margin-top:0;
}
*//* Menus */

/* Resets the relative position for items, otherwise they would continue to take up space in the normal HTML flow */
.resetRelative {
	position: relative;
	top:  0px;
	left: 0px;
}

.eventaccent {
	font-weight:bold;
	font-size:13px;
}
.starthidden {display:none;}
.indented {padding-left:40px;padding-right:40px;}
