body {
margin:0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family:verdana, arial, sans-serif;
background:#ffffff;
color:#333333;
font-size:11px;
font-weight:normal;
line-height:140%;
}

A 		{ color: #3333a0; text-decoration: none; font-weight:normal; }
A:link		{ color: #3333a0; text-decoration: none; }
A:visited	{ color: #3333a0; text-decoration: none; }
A:active	{ color: #e2340f; text-decoration: underline;}
A:hover		{ color: #e2340f; text-decoration: underline; }

h1, h2, h3 {
margin: 0px;
padding: 0px;
}

h2 {
font-size: 12px;
color:#C2B9A1;
font-weight: bold;
font-family:verdana, arial, sans-serif;
}

h3 {
font-size: 12px;
margin-top: 0;
margin-bottom: 0;
color:#007379;
font-weight: bold;
}

h4 {
font-size: 12px;
margin-top: 0;
margin-bottom: 0;
color:#596F80;
font-weight: bold;
}

h6 {
font-size: 10px;
color: #333333;
margin-top: 0;
margin-bottom: 0;
font-weight: normal;
}

.nav1 {
font-size: 10px;
margin-top: 0;
font-weight: bold;
}

.nav2 {
font-size: 12px;
margin-top: 0;
text-decoration: none;
font-weight: bold;
}

.nav3 {
font-size: 12px;
margin-top: 0;
font-weight: bold;
color: #007379;
}

.nav4 {
font-size: 10px;
margin-top: 0;
text-decoration: none;
font-weight: bold;
color: #292929;
}

.ahem {
display: none;
}

strong, b {
font-weight: bold;
}

p         {
font-family:verdana, arial, sans-serif;
color:#333333;
font-size:11px;
font-weight:normal;
line-height:140%;
         }

p.heading {
font-family:verdana, arial, sans-serif;
font-size: 12px;
color: blue;
}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around.
UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning.
at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in
march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

img {
border: 1;
}

.nowrap {
white-space: nowrap;
font-size: 10px;
font-weight: bold;
margin-top: 0;
margin-bottom: 0;

/* must be combined with nobr in html for ie5win */

	}

.tiny {
font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px;
	}

#top {

	font-family:verdana, arial, sans-serif;
        margin: 10px 10px 0px 10px;
	background:#555555;
	color: #ccc68f;
	height: 40px;
	padding:10px 10px 0px 10px;
	}

#top .name {
	float: left;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	}

#top .topdate {

	float: right;
	text-align: right;
	font-weight: bold;
	}

#left {

	position: absolute;
	top: 90px;
	left: 0px;
	margin: 10px;
	padding-left: 5px;
	background: #ffffff;
	width: 140px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
	}

html>body #left {
	width: 120px; /* ie5win fudge ends */
	}
	.leftlinks {
	font-family:verdana, arial, sans-serif;
	font-size:x-small;
	font-weight:normal;
  	background:#ffffff;
        color:#0c3a7f;
  	line-height:140%;
  	padding:2px;
		}

	.rightlinks {
	font-family:verdana, arial, sans-serif;
	color:#333;
	font-size:x-small;
	font-weight:normal;
  	background:#ffffff;
  	line-height:140%;
  	padding:2px;
	}

	.quote {
	font-family:verdana, arial, sans-serif;
	font-size: small;
  	background:#ffffff;
        color:#596F80;
  	padding:2px;
	}

#middle {
	margin: 10px 260px 10px 135px;
	padding: 5px;
	background: #ffffff;
	}

#right {
	position: absolute;
	top: 90px;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 10px;
	padding: 5px;
	background: #ffffff;
	width: 250px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 230px;
	}

html>body #right {
	width: 230px; /* ie5win fudge ends */
	}

#footer {
	clear: both;
	margin: 10px 10px 10px 10px;
	text-align: center;
	font-family:verdana, arial, sans-serif;
	font-size: 11px;
	padding: 3px;
	border-top: 8px solid #555555;
	color: #000;
	}

#footer .footdate {
	float: left;
	text-align: left;
	}

#footer .footcontact {
	float: right;
	text-align: right;
	}

code {
	font-size: 11px;
 	color: #0c3a7f;
        line-height: 140%;
        font-weight: bold;
	}

#banner {
	font-family:verdana, arial, sans-serif;
	color:#FFF;
	font-size:x-large;
	font-weight:normal;
	border-bottom:1px dotted #FFF;
	border-top:3px solid #99CCFF;
  	background:#336699;
  	padding:15px;
  	text-transform:uppercase;
	letter-spacing: .2em;
	}

#banner a,
#banner a:link,
#banner a:visited,
#banner a:active,
#banner a:hover {
	font-family:verdana, arial, sans-serif;
	font-size: x-large;
	color: #FFF;
	text-decoration: none;
	}

	.description {
	font-family:verdana, arial, sans-serif;
	color:#99CCFF;
	font-size:x-small;
	font-weight:bold;
  	background:#336699;
  	text-transform:none;
	letter-spacing: .none;
	}

#content {
	background:#ffffff;
	margin-right:5px;
        border-right:0px solid #6B7E99;
        border-left:0px solid #6B7E99;
	padding-bottom:20px;
	}

#links {
	background:#ffffff;
	padding-right:15px;
	}

	.blog {
  	padding-left:15px;
  	padding-top:15px;
  	padding-right:15px;
	}

.blog blockquote {
padding: 10px 10px 10px 10px;
border: solid 1px #292929;
background-color: #dcdcdc;
font-size: 11px;
color: #003366;
line-height: 140%;
}

.blogbody {
font-family:verdana, arial, sans-serif;
color:#333333;
font-size:11px;
font-weight:normal;
background:#ffffff;
line-height:140%;
padding-left:5px;
padding-right:5px;
padding-top:5px;
}

.title	{
font-family: verdana, arial;
font-size: 12px;
color: #596F80;
border-bottom: 0px solid #596F80;
text-transform: uppercase;
font-weight:bold;
}

.contrast {
color: #551111;
font-weight:bold;
}

#menu {
margin-bottom:15px;
background:#FFF;
}

.date	{
font-family: verdana, arial, sans-serif;
font-size:12px;
color: #e5e5e5;
border-top: 0px solid #596F80;
background: #6B7E99;
padding:5px;
margin-bottom:10px;
font-weight:bold;
}

.posted	{
font-family:verdana, arial, sans-serif;
font-size: 11px;
color: #999966;
font-weight: bold;
margin-bottom:15px;
}

.calendar {
font-family:verdana, arial, sans-serif;
color:#666666;
font-size:10px;
font-weight:normal;
background:#ffffff;
line-height:140%;
padding:2px;
align:center;
}

.calendarhead {
font-family:verdana, arial, sans-serif;
color:#596F80;
font-size:12pxl;
font-weight:bold;
background:#ffffff;
line-height:140%;
padding:2px;
}

.side {
font-family:verdana, arial, sans-serif;
color:#555555;
font-size:x-small;
font-weight:normal;
background:#ffffff;
line-height:140%;
padding:2px;
}

.side2 {
font-family:verdana, arial, sans-serif;
color:#333;
font-size:small;
font-weight:normal;
background:#ececec;
line-height:140%;
padding:2px;
}

.sidetitle {
font-family:verdana, arial, sans-serif;
color:#494949;
border-bottom: 0px solid #292929;
font-size:10px;
font-weight:bold;
background:#ffffff;
line-height:140%;
padding:2px;
margin-top:10px;
text-align:center;
text-transform:uppercase;
letter-spacing: .2em;
}

.sidetitle2 {
font-family:verdana, arial, sans-serif;
color:#dcdcdc;
font-size:12px;
font-weight:bold;
background:#ececec;
line-height:140%;
padding:2px;
margin-top:10px;
text-align:center;
text-transform:uppercase;
letter-spacing: .2em;
}

.sidetitle3 {
font-family:verdana, arial, sans-serif;
color:#0c3a7f;
font-size:10px;
font-weight:bold;
background:#dcdcdc;
line-height:140%;
border: 1px solid #0c3a7f;
padding:2px;
margin-top:10px;
text-align:left;
text-transform:uppercase;
letter-spacing: .2em;
}

.syndicate {
font-family:verdana, arial, sans-serif;
font-size:xx-small;
font-weight:bold;
line-height:140%;
padding:2px;
margin-top:10px;
text-align:center;
background:#EEE;
}

.powered {
font-family:verdana, arial, sans-serif;
color:#003366;
font-size:xx-small;
font-weight:bold;
border-top:1px solid #CCC;
border-bottom:1px solid #CCC;
line-height:140%;
text-transform:uppercase;
padding:2px;
margin-top:10px;
text-align:center;
letter-spacing: .2em
}

.comments-body {
font-family:verdana, arial, sans-serif;
color:#666;
font-size:small;
font-weight:normal;
background:#FFF;
line-height:140%;
padding:10px;
}

.comments-post {
font-family:verdana, arial, sans-serif;
color:#666;
font-size:x-small;
font-weight:normal;
background:#FFF;
}

.trackback-body {
font-family:verdana, arial, sans-serif;
color:#666;
font-size:small;
font-weight:normal;
background:#FFF;
line-height:140%;
padding:10px;
}

.trackback-url {
font-family:verdana, arial, sans-serif;
color:#666;
font-size:small;
font-weight:normal;
background:#FFF;
line-height:140%;
padding:10px;
border:1px dashed #CCC;
}

.trackback-post {
font-family:verdana, arial, sans-serif;
color:#666;
font-size:x-small;
font-weight:normal;
background:#FFF;
}

.comments-head	{
font-family: georgia, verdana, arial, sans-serif;
font-size: small;
color: #666;
border:1px solid #999;
padding:5px;
font-weight:normal;
margin-top:10px;
}

#banner-commentspop {
font-family:georgia, verdana, arial, sans-serif;
color:#FFF;
font-size:large;
font-weight:bold;
border-bottom:1px dotted #FFF;
border-top:3px solid #99CCFF;
background:#336699;
padding:15px;
}

#menubar {
font-family:verdana, arial, sans-serif;
margin: 0px 10px 10px 10px;
font-size:10px;
background:#555555;
color: #ccc68f;
height: 20px;
padding:5px 10px 0px 10px;
border-bottom: 1px solid #acacac;
}

.menubar a:link {color: #F1BC03; text-decoration: none; font-size: 11px; font-weight: normal;}
.menubar a:visited {color: #F1BC03; text-decoration: none; font-size: 11px; font-weight: normal;}
.menubar a:active {color: #ff8000; text-decoration: none; font-size: 11px; font-weight: normal;}
.menubar a:hover {color: #ff8000; text-decoration: underline; font-size: 11px; font-weight: normal;}

.littlepic {
border:1px #000000 solid;
}

.mainpic {
border:5px solid #000000;
margin-top: 20px;
margin-bottom: 20px;
}