 /* CSS Document */
         /* miscellaneous */
.ahem { display:none; color: #33FF33; font: 1em/1.2; }
.footnote {
	font: normal 0.75em Verdana, Arial, Helvetica, sans-serif;
	text-indent: 0px;
}
body {
	text-align:center;
	color: #FFCC00; /*#FFCC33*/
	background-color: #000011;
	margin:0px; padding:0px;
	font: 1em/1.3em Georgia, garamond, "century schoolbook", "goudy old style", "times new roman", times, serif;
	}
	
.left {
	display:block;
	float:left; width:auto;	/* www.webreference.com float must have width */
	position:relative;
	margin: 0;
	z-index: 1;
	}
.right {
	display:block;
	float:right; width:auto;	/* www.webreference.com float must have width */
	position:relative;
	PADDING: 10px;
	z-index: 1;
	}
.thumb {
	display: block;
	padding: 4px;
	height: 75px;
	width: 50px;
	top:auto;
	vertical-align: top;
}
h1, h2, h3	{
		font-family: "goudy old style", "apple chancery", "baskerville old face", baskerville, "century schoolbook", garamond,  Georgia, "times new roman", times, serif;
		}
h4, h5, h6	{
		font-family: "century schoolbook", garamond, "goudy old style", Georgia, "times new roman", times, serif;
		}
a, p, td, li, ul, ol, dl, dt, dd	{
		font-family: Georgia, "goudy old style", "century schoolbook", "times new roman", times, serif;
		}
ol, li{
	text-align: left;
	padding: 2px;
	list-style-position:  outside;
	list-style-type: decimal;
	margin: 2px;
}
h1 {
	margin:5px 0px 5px 0px;
	padding:0px;
	font:italic normal 1.5em/1.5em;
	color:#FFCC33;
	text-align:center;
	letter-spacing: 1px;
	}
h2 {
	font: italic 1.3em/1.3em "goudy old style", "apple chancery", "baskerville old face", baskerville, "century schoolbook", garamond,  Georgia, "times new roman", times, serif;
	font-weight: normal;
	text-align:center;
	margin:5px 0px 5px 0px;
	color:#FFCC33;
	padding:0px;
	letter-spacing: 1px;
	}
h3 {
	font:italic normal 1em/1em;
	text-align:CENTER;
	margin:5px 0px 5px 0px;
	color:#FFCC33;
	padding:0px;
	}
h6{
	font:italic normal 1em/1.3em Georgia, "goudy old style",  "century schoolbook", "times new roman", times, serif;
	text-align:center;
	color:#FFCC33;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
p {
	font:1em/1.3em;
	text-align:left;
	text-indent: 2em;
	margin:0px 0px 0px 0px;
	padding:0px;
	}

a {
	color: #FFCC33;
	font: normal 1em/1.3em Georgia, "goudy old style", "century schoolbook", "times new roman", times, serif;
	text-decoration: underline;
	}
a:link {color:#FFCC33; text-decoration:underline; }
a:active {color:#FC9; text-decoration: underline overline; }
a:visited {color:#FFCC44; text-decoration: none; font-style:italic;}
a:hover {background-color:red; text-decoration: underline overline;}

/* Basic page divisions */
#primarycontent	{
	/* padding-left: 25px;
	padding-top: 25px; */
	background-color:  #000011; /*floral white #FFFAF0; */
	}
/* #primarycontent	img {
	display: block;
	border: 0;
	horizontal-align: center;
	vertical-align: top;
	} */
	
#primarycontent	p {
	font-family: Georgia, "goudy old style",  "century schoolbook", "times new roman", times, serif;
	text-align: left;
	text-indent: 2em;
	margin-top: 5px;
	margin-right: .5em;
	margin-bottom: 0px;
	margin-left: .5em;
		}
#content {
	background: #6699CC; /* #FFFFFF url(/images/arrow.gif) no-repeat center bottom; */
	border: thick outset #6699CC;
	}

/* Sidebar display attributes */

#sidebar p	{
	font-style: italic;
	text-align: right;
	margin-top: 0.5em;
	}

#sidebar img	{
	margin: 30px 0 15px 0;
	}
	
#sidebar h2	{
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	line-height: 1.5;
	text-align: right;
	}

/* Navigation bar components */

table#nav	{
	border-bottom: 1px solid #000;   /* bordercolor="#dcd9d2"*/
	border-left: 1px solid #000;
	background: transparent url(MSNpics/Panorama.jpg) center no-repeat;
	}

table#nav td	{
	font: 11px verdana, arial, sans-serif;
	text-align: center;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	}

table#nav td a	{
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	}
	
#nav td a:link, #nav td a:visited {
	background: transparent; /* transparent url(/images/bgpat.gif) repeat; */
	display: block;
	margin: 0;
	width: 100px;
	line-height: 25px;
	} 

#nav td a:hover {
	color: #f60;
	background: white;
	} 
