/* CSS Document */
.ahem {
	display: none;
	color: #33FF33;
	font-size: 1em;
	font-style: italic;
	line-height: 1em;
	font-weight: normal;
}
.footnote { font-size: .75em; font-family: Verdana, Arial, Helvetica, sans-serif; }   
   /* J.Zeldman XHML sample i3forum.com */
body	{
	color: #FFFFFF;
	background: #6699CC;
	margin: 25px 0 25px 0;
	padding: 0;
	}
	
.hide	{
	display: none;
	}
p.signature {
	text-align: right;
	}

.signoff {
	font-family: Georgia, garamond, "Times New Roman", Times, serif;
	font-size: 0.85em;
	font-style: italic;
	text-align: right;
	margin-top: 1em;
	margin-right: 1em;
	line-height: 1em;
	text-indent: 0px;
}
/* img {
	display: block;
	border: 0;
	} */
	
a:link {
	font-weight : normal; 
	text-decoration : underline;
	color: #FFFFFF;
	background: transparent; 
	}

a:visited {
	font-weight : normal; 
	text-decoration : underline;
	color: #e9e8e7;
	background: transparent; 
	}

a:hover {
	font-weight : normal; 
	text-decoration : underline;
	color: #FF99FF;
	background: transparent; 
	}

a:active {
	font-weight : normal; 
	text-decoration : underline overline;
	color: lime;
	background: transparent;  
	}
	
p, td, li, ul, ol, dl, dt, dd	{
		font-family: Georgia, "century schoolbook", "Times New Roman", Times, serif;
		}

 h1, h2, h3, h4, h5, h6	{
		font-family: "goudy old style", garamond, "apple chancery", baskerville, "century schoolbook", goudy, georgia, "times new roman", times, serif;
		}
h1	{
	color: #FFFFFF;
	background: transparent;
	font-size: 2em;
	line-height: 1.5em;
	font-weight: normal;
	font-style: italic;
	margin: 5px;
	letter-spacing: 1px;
	}
h2	{
	font-size: 1.5em;
	line-height: 1em;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1px;
	/*margin-bottom: 0.25em;
	margin-top: 0.5em; */
	margin: 5px;
	}
h3	{
	color: #FFFFFF;
	background: transparent;
	font-size: 1.3em;
	font-weight: normal;
	font-style: italic;
	line-height: 1em;
	margin: 10px;
	}

html p	{
	margin-top: 0;
	margin-bottom: 10px;
	/* text-align: left; */
	font-size:  1em;
	line-height: normal;
	}

#footer p	{
	font-size: 11px;
	margin-top: 10px;
	margin-right: 50px;
	margin-left: 50px;
	line-height: normal;
	}
	
/* Basic page divisions */

#primarycontent	{
	/* padding-left: 25px;
	padding-top: 25px; */
	background-color:  #6699CC; /*floral white #FFFAF0; */
	}
/* #primarycontent	img {
	display: block;
	border: 0;
	horizontal-align: center;
	vertical-align: top;
	} */
	
#primarycontent	p {
	font-family: Georgia, "century schoolbook", "Times New Roman", Times, serif;
	text-align: left;
	text-indent: 2em;
	margin-top: 10px;
	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;
	} 

td#home a:link img, td#home a:visited img {
	color: #c30;
	background: none; /* transparent url(/MSNpics/Panorama.jpg) center no-repeat; */
	height: 75px;
	} 

td#home a:hover img {
	color: #f60;
	background: none; /* transparent url(/MSNpics/Panorama.jpg) center no-repeat; */
	width: 400px;
	height: 75px;
	} 
#sidebar {
	background-color: #6699CC;
}


