html, body	{ 
	margin: 0; 
	padding: 0; 
	text-align: center; 
	font-family: verdana, sans-serif; 
	font-size: 0.85em; 
	line-height: 14px;
	background-color: #faf7fc;
	} 

a, acronym	{
	color: #44336b;
	text-decoration: none;
	border-bottom: 1px solid #d0c3ee;
	}

img	{
	border: 0;
	}

li	{
	text-align:left;
	line-height:14px;
	padding: 2px 0px 3px 0px;
	list-style-image: url(/gfx/bullet.gif);
	}

h3, h4	{
	font-family: verdana, sans-serif; 
	font-size: .95em; 
	text-align: left;
	margin: 12px 0 0 0;
	}

blockquote	{
	padding: 10px 0 0 28px;
	margin: 0;
	background-image: url('/gfx/quotes.jpg');
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: 0 0;
	}

#pagewidth	{ 
	width: 750px; 
	text-align: left; 
	min-width: 500px;
	margin-left: auto; 
	margin-right: auto; 
	background-color: #faf7fc;
  	} 
 
#header	{ 
	margin: 40px 0 0 0;
	height: 50px; 
	width: 100%; 
	background-color: #faf7fc;
	background-image: url('/gfx/dots right top.jpg');
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: 310px 7px;
	} 

#header2	{ 
	width: 736px; 
	margin: 0;
	height: 150px; 
	border-left: solid 7px #44336B;
	border-right: solid 7px #44336B;
	background-color: #fff;
	background-image: url('/gfx/line.jpg');
	background-repeat: repeat-x; 
	background-attachment: scroll; 
	background-position: 0px 0;
	} 

#header .content	{
	padding-bottom: 0;
	} 

#header2 .content	{
	padding-bottom: 0; 
	height: 100%;
	background-color: transparent;
	background-image: url('/gfx/dots right bottom.jpg');
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: 303px 0;
	} 

#header2 ul	{
	padding: 0;
	margin: 0;
	}

#header2 ul li	{
	padding: 0;
	margin: 0;
	display: inline;
	position: relative;
	top: 35px;
	left: 35px;
	}

#header2 ul li a	{
	border-bottom: 0;
	font-size: .95em; 
	padding: 0 5px 15px 10px;
	background-image: url('/gfx/bullet off.jpg');
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: 0 3px;
	}

#header2 ul li a:hover	{
	background-image: url('/gfx/bullet on.jpg');
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: 0 3px;
	}

#outer	{
	border-right: solid 7px #44336B; 
	border-left: solid 7px #44336B; 
	background: url('/gfx/dots bottom.jpg');
	background-color: #fff;
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: bottom right;
	}

#leftcol	{
	width: 370px; 
	float: left; 
	position: relative; 
/*	border-left: solid 7px #44336B; */
	margin-right: 2px; 
	padding: 0 15px;
	}

.footer	{
	text-align: right;
	font-size: .9em; 
	position: relative;
	top: -7px;
	padding-bottom: 15px;
	}

#rightcol	{
	/*/*/ width:160px; /* hack keeps NN4 right column right? */ 
	float:right; 
	position: relative; 
	right: 7px;
	margin-left: 1px; 
	padding-right: 20px;
/*	border-right: solid 7px #44336B; */
	} 

#rightcol a, #maincol a	{
	border-bottom: 0;
	}

#rightcol a:hover	{
	border-bottom: 1px solid #d0c3ee;
	}

#footbar	{
	width: 100%; 
	background-color: #44336B; 
	text-align: center;
	font-size: 8pt;
	color: #d0c3ee;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 20px;
	} 

#footbar a	{
	color: #d0c3ee;
	text-decoration: underline;
	border-bottom: 0;
	}

#maincol	{ 
	float: left; 
	position: relative; 
	margin: 0 -8px 0 -2px; 
	}

#maincol .content .squeegie img	{ 
	margin: 10px;
	width: 120px;
	height: 120px;
	}

#maincol .aboutcontent img	{ 
	margin: 10px 30px;
	text-align: center;
	}

#weather	{ 
	color: #333;
	font-size: .9em;
	}

input	{
	background-color: transparent;
	border: solid 1px #44336b;
	}

input.button	{
	margin-top: 3px;
	margin-left: 75px;
	color: #44336b;
	}

.clr	{
	clear: both;
	}

/*fragment styles*/ 
.excerpt	{
	font-style: italic;
	color: #666;
	font-size: 0.95em; 
	}

/*printer styles*/ 
@media print	{ 
	/*hide the middle column when printing*/
	#maincol	{
		display:none;
		} 

	/*hide the right column when printing*/
	#rightcol	{
		display:none;
		} 
	#outer	{
		border-right:0;
		} 
	}
