body
{
	margin: 0px 0px 10px 0px;
	background: #ffffff;
}

A
{
	color: gray;
	text-decoration: none;
	font-weight: bold;
}

A:link
{
	color: gray;
	text-decoration: none;
}

A:visited
{
	color: gray;
	text-decoration: none;
}

A:active { color: silver; }
A:hover { color: silver; }

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

#dropcap
{
	font-size: 72pt;
	padding: 0pt 0pt 0pt 0pt;
	margin: 0px;
}

#banner
{
	background-image: url(/CleanFinger.jpg);
	border-width: 0px;
	padding: 0px;
	width: 100%;
	height: 142px;
	overflow: hidden;
}

.banner2
{
	color: black;
	font-family: sans-serif;
	font-size: x-large;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 20px 20px;
}

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

#links
{
	padding-right: 10px;
	padding-left: 10px;
	background: #ffffff;
	border-right: gray;
	border-width: 0 1px 0 0px;
	border-style: none dotted none none;
}

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

.blogbody
{
	font-family: georgia, verdana, arial, sans-serif;
	color: #000000;
	font-size: small;
	font-weight: normal;
	background: #ffffff;
	padding: 10px;
}

.blogbody a,
	.blogbody a:link,
	.blogbody a:visited,
	.blogbody a:active,
	.blogbody a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: gray;
}

#container
{
	position: relative;
	width: 95%;
	background: #ffffff;
	margin-bottom: 20px;
}

.title
{
	font-family: verdana, arial, sans-serif;
	font-size: small;
	color: #000000;
	font-weight: bold;
}

.date
{
	font-family: georgia, verdana, arial, sans-serif;
	font-size: small;
	color: #000000;
	padding: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}

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

.side a, .side a:link, .side a:hover, .side a:active, .side a:visited { color: gray; }

.sidetitle
{
	font-family: sans-serif;
	color: black;
	font-size: small;
	font-weight: bold;
	background: #ffffff;
	line-height: 140%;
	padding: 2px;
	margin-top: 10px;
	text-align: center;
	font-variant: small-caps;
}

.calendar
{
	font-family: verdana, arial, sans-serif;
	color: black;
	font-size: x-small;
	font-weight: normal;
	line-height: 140%;
	padding: 2px 4px 2px 0px;
	text-align: center;
}

.calendarbox
{
	border-color: black;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	background-color: silver;
}

.calendar a, .calendar a:link { color: black; }
.calendar a:hover, .calendar a:visited, .calendar a:active { color: black; }

.calendarhead
{
	font-family: verdana, arial, sans-serif;
	color: black;
	font-size: x-small;
	font-weight: bold;
	line-height: 140%;
	padding: 2px;
}

.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;
	color: black;
}

.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;
}

.footer
{
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
}

div.uedge
{
	background-color: #8adbff;
	background-image: url(/tedge.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

div.redge
{
	background-image: url(/redge.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

div.bedge
{
	background-image: url(/bedge.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

div.ledge
{
	background-image: url(/ledge.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

div.ulcorner
{
	background-image: url(/tlcorner.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

div.urcorner
{
	background-image: url(/trcorner.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

div.blcorner
{
	background-image: url(/blcorner.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.brcorner
{
	background-image: url(/brcorner.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.innercontent
{
	width: 100%;
	padding: 0px 25px 25px 0px;
}


