/* Layout Stylesheet */

body {
 background:#ffffff;
 text-align:center;
 padding:0;
 }
 
img {
 border:solid #000000 1px;
 margin:0px 10px 5px 0px;
 float:left;
 position:relative;
 }
 
p {
 color:#333333;
 text-align:justify;
 }

/* Links within paragraphs (subtle) */
p a {
 font:italic small-caps 100% century gothic;
 color:#333333;
 text-decoration:underline;
 }

/* Rollover effect for links within paragraphs */
p a:hover { 
 color:red;
 }

/* Menu bar links */
a.pages {
 font:italic small-caps 80% century gothic;
 color:#000000;
 text-decoration:none;
 }

/* Signify current page in red */
a.current {
 font:italic small-caps 80% century gothic;
 color:red;
 text-decoration:none;
 }
 
a.heading {
 font:small-caps 220% century gothic;
 color:#000000;
 text-decoration:none;
 }

.heading {
 font:small-caps 180% century gothic;
 color:#000000;
 }
 
.subheading {
 font:small-caps 100% century gothic;
 color:#000000;
 }
 
.subsub {
 font:italic small-caps 80% century gothic;
 color:#000000;
 }

#outer {
 min-width: 650px;
 max-width: 60%;
 width:expression(document.body.clientWidth < 650? "650px" : document.body.clientWidth > 650? "60%" : "auto");
 }

#header {
 height:60px;
 background:#ffffff;
 padding:30px 0px 0px 0px;
 text-align:left;
 }

#navigation {
 height:19px;
 background:#ffffff;
 text-align:left;
 border:solid #717171;	
 border-width:1px 0 1px 0;
 padding:2px 0px 0px 0px;
 }

#content {
 background:#ffffff;
 text-align:justify;
 width:100%
 margin:15px 0px 15px 0px;
 font:80% book antiqua;
 }

