/* aewebsite.css */

/* DOESN'T WORK: when scroll text goes up into the banner 
#headlinebanner {
	position: fixed;
	float: left;
	width: 100%
}
*/

#left {
	position: relative;
	float: left;
	margin: 2%;
	padding-left: 1%;
	padding-right: 1%;
	width: 76%
}

#musiclist {
	position: relative;
	margin: 2%;
	padding-left: 1%;
	padding-right: 1%;
	width: 76%
}

#right {
	border-left: 3px double #0000CD;
	background: #FFFACD;
	position: fixed;
	float: left;
	padding-left: 1%;
	padding-right: 1%;
	top: 300px;
	left: 80%;
	width: 20%
	height: 100%;
	overflow: auto;
}

#RHwritings {
	border-left: 3px double #0000CD;
	background: #FFFACD;
	position: fixed;
	float: left;
	padding-left: 1%;
	padding-right: 1%;
	top: 300px;
	left: 80%;
	width: 20%
	height: 100%;
	overflow: auto;
}

body  { 
	font-size: 14pt; 
	font-family: courier-new; 
	color: black; 
	background: white; 
	margin: 10; 
	padding: 0; 
}

p { 
	font-size: 14pt; 
}


dl.rhndxpanel {
	font-family: verdana;
	font-size: 11pt;
}

h1 { 
	font-size: 24pt; 
	color: #0000CD; 
	text-align: center 
}

h1.smaller { 
	font-size: 18pt; 
	color: #0000CD; 
	text-align: center 
}

h2 { 
	font-size: 18pt; 
	color: #0000CD; 
	text-align: center 
}

h2.smaller { 
	font-size: 14pt; 
	color: #0000CD; 
	text-align: center;
	font-weight: bold
}

h3 { 
	font-size: 16pt; 
	color: #0000CD; 
	text-align: left 
}

h4 { 
	font-size: 18pt; 
	color: #0000CD; 
	text-align: left 
}

h5 { 
	font-size: 14pt; 
	color: #0000CD; 
	text-align: left 
}

li { 
	font-size: 14pt; 
}

li.nav { 
	font-size: 13pt; 
}

dt.shape {
	font-size: 14pt;
	font-weight: bold;
}
dd.shape {
	font-size: 14pt;
}

table#home  { 
	font-weight: bold;
	font-family: courier-new; 
	color: black; 
	background: white;
	margin: 10; 
	padding: 5; 
}

td { 
	font-size: 18pt; 
}

td.order { 
	font-size: 16pt; 
}

nav.horiz {
	width: 100%; 
	height: 36px; 
	background-color: #F4DBA9 
}

nav.horiz ul { 
	margin: 0; 
	padding: 0 
}
nav.horiz ul li { 
	float: left; 
	padding: 5px 15px; 
	border-right: solid white 1px; 
	list-style: none 
}
