/* Rohn Price, rohn.com */
body {
	margin: 0;
	padding: 0;
	font-size: 76%; line-height: 1.5em;
	font-family: "Monaco", "Lucida Console", "Monotype.com",  "Andale Mono", "Courier", "Trebuchet MS", "Sans-Serif";
	text-align: center;
}

/* sections */
#header {
	margin: 0 auto;
	width: 760px;
	text-align: left;
}

#menu {
	margin: 0 auto;
	padding: 1px 0;
	width: 760px;
	text-align: right;
}
	
#panelsContainer {
	margin: 0 auto;
	width: 760px;
	text-align: left;
}

#leftPanel {
	width: 0px;
	float: left;
	font-size: .1em;
	overflow-x: hidden;
}

#centerPanel {
	width: 580px;
	padding: 0 30px 10em 0;
	float: left;
	overflow-x: hidden;
}

#rightPanel {
	width: 150px;
	float: left;
	font-size:.9em;
	text-align: center;
	overflow-x: hidden;
}

#rightPanelprint { display:none; }

#footer {
	margin: -2em auto 0 auto;
	padding: 1px 0;
	width: 760px;
}

/* elements */
.box {
	text-align: center;
	background-color: #ACC27A;
}
.clear {
	clear: both; 
	font-size: .1em;
}
.section {padding: 0 0 0 1em;}
.sectionBL {
	margin: -2em 0 0 0;
	padding: .2em 0 0 1em; 
	border-left: 1px solid #060398;
}
.sectionHead {
	padding: 0 .5em;
	font-size: 200%;
	font-weight: bold;
	color: #F0CB97;
	background: #585A93;
}
.smaller {font-size: 80%;}
.subsectionHead {
	margin: 4em auto auto auto;
	padding: 0;
	font-size: 150%;
	font-weight: bold;
	color: #F0CB97;
	background-color: #585A93;
}
a:link, a:visited {color: #0A00FA; text-decoration: none;}
a:hover           {color: #0A00FA; text-decoration: underline;}
a.menu:link, a.menu:visited	{font-weight: bold; color: #080033; text-decoration:none;}
a.menu:hover           			{font-weight: bold; color: #336; text-decoration: underline;}
p {margin: 1em;}
p.citation {font-size: .8em;}
p.copyright {
	margin:3em auto auto auto;
	font-size: 0.8em;
	color: #928BB5;
}
p.gototop {
	text-align:right;
	font-family:sans-serif;
	font-size:.8em;
}
p.hangingcompact {
	margin: 0 0 0 1em;
	text-indent: -1em;
}
p.quote {
	padding: 0 2em;
	line-height: 1.2em;
}
p.menu {
	white-space: nowrap;
	font-size: 1em;
}
td {
	font-size: 76%; line-height: 1.5em;
	font-family: "Monaco", "Lucida Console", "Monotype.com",  "Andale Mono", "Courier", "Trebuchet MS", "Sans-Serif";
}


/* section colors */
body {background: #03004A; color: #080033; background-image:url(/images/waveback.jpg);}
#header {background: #F8FFD3;}
#menu {background: #F8FFD3;}
#menustripe {background: #ACC27A;}
#panelsContainer {background: #ACC27A;}
#leftpanel {background: #F8FFD3;}
#centerpanel {background: #F8FFD3;}
#footer {background: #F8FFD3;}

