body
{
	font-size: 11px;
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	background-color: #dcdcdc;
	text-decoration: none;
}
ul
{
	list-style-type: none;
	background-color: #ffffff;
}
li
{
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
	list-style-type: none;
	background-color: #ffffff;
}

td
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial Sans-Serif;
	text-decoration: none;
}

A
{
	font-weight: bold;
	color: chocolate;
	text-decoration: none;
}

A:hover
{
	font-weight: bold;
	color: chocolate;
	text-decoration: underline;
}
.RssFeeds
{
	border-right: dimgray 1px solid;
	padding-right: 5px;
	border-top: dimgray 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 15px;
	border-left: dimgray 1px solid;
	padding-top: 5px;
	border-bottom: dimgray 1px solid;
	background-color: #ffffff;
}

.GoogleAds
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 15px;
	padding-top: 15px;
}

.feedTitle
{
	font-weight: bold;
	font-size: 14px;
	background-color: #dcdcdc;
}

.feedDescription
{
	border-right: #696969 1px solid;
	padding-right: 3px;
	border-top: #696969 1px solid;
	padding-left: 3px;
	font-size: 11px;
	padding-bottom: 3px;
	border-left: #696969 1px solid;
	padding-top: 3px;
	border-bottom: #696969 1px solid;
	background-color: #ffffff;
}

.PageNav
{
	border-right: #696969 1px solid;
	padding-right: 5px;
	border-top: #696969 1px solid;
	padding-left: 5px;
	font-size: 11px;
	padding-bottom: 5px;
	margin: 0px;
	border-left: #696969 1px solid;
	width: 110px;
	padding-top: 5px;
	border-bottom: #696969 1px solid;
	height: 10px;
	background-color: papayawhip;
	text-align: center;
	font-variant: small-caps;
}

a.PageNav
{
	border-right: #696969 1px solid;
	padding-right: 5px;
	border-top: #696969 1px solid;
	padding-left: 5px;
	font-size: 11px;
	padding-bottom: 5px;
	margin: 0px;
	border-left: #696969 1px solid;
	width: 110px;
	padding-top: 5px;
	border-bottom: #696969 1px solid;
	height: 10px;
	background-color: papayawhip;
	text-align: center;
	font-variant: small-caps;
	text-decoration: none;
}

a.PageNav:hover
{
	border-right: #696969 1px solid;
	padding-right: 5px;
	border-top: #696969 1px solid;
	padding-left: 5px;
	font-size: 11px;
	padding-bottom: 5px;
	margin: 0px;
	border-left: #696969 1px solid;
	width: 110px;
	color: #000000;
	padding-top: 5px;
	border-bottom: #696969 1px solid;
	height: 10px;
	background-color: #deb887;
	text-align: center;
	font-variant: small-caps;
	text-decoration: none;
}

body
{
	margin: 10px 10px 0px 10px;
	padding: 0px;
}

/*-----------------*/
/* 3 Columns Stuff */
/*-----------------*/
#leftcontent
{
	position: absolute;
	left: 10px;
	top: 100px;
	width: 140;
	background: #dcdcdc;
	border: 0px solid #00000;
}

#centercontent
{
	background: #dcdcdc;
	margin-left: 199px;
	margin-right: 199px;
	border: 0px solid #ffffff; /* 		IE5x PC mis-implements the box model. Because of that we sometimes have 		to perform a little CSS trickery to get pixel-perfect display across browsers. 		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS 		parsing bug in IE5x PC that will prematurly close a style rule when it runs 		into the string "\"}\"". After that string appears in a rule, then, we can override 		previously set attribute values and only browsers without the parse bug will 		recognize the new values. So any of the name-value pairs above this comment 		that we need to override for browsers with correct box-model implementations 		will be listed below. 		 		We use the voice-family property because it is likely to be used very infrequently, 		and where it is used it will be set on the body tag. So the second voice-family value  		of "inherit" will override our bogus "\"}\"" value and allow the proper value to 		cascade down from the body tag. 		The style rule immediately following this rule offers another chance for CSS2 		aware browsers to pick up the values meant for correct box-model implementations. 		It uses a CSS2 selector that will be ignored by IE5x PC. 		 		Read more at http://www.glish.com/css/hacks.asp 		*/
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 181px;
	margin-right: 181px;
}
html > body #centercontent
{
	margin-left: 141px;
	margin-right: 161px;
}

#rightcontent
{
	position: absolute;
	right: 0px;
	top: 100px;
	width: 150px;
	background: #dcdcdc;
	border: 0px solid #00000;
}

#banner
{
	border-right: 0px solid;
	border-top: 0px solid;
	font-weight: bold;
	font-size: 14pt;
	background: #dcdcdc;
	border-left: 0px solid;
	height: 75px;
	text-align: center;
	voice-family: inherit;
}

#footer
{
	border-right: 0px solid;
	border-top: 0px solid;
	font-size: 11px;
	background: #dcdcdc;
	border-left: 0px solid;
	height: 75px;
	text-align: center;
	voice-family: inherit;
}

html > body #banner
{
	height: 75px;
}

p, h1, pre
{
	margin: 0px 10px 10px 10px;
}

h1
{
	font-size: 14px;
	padding-top: 10px;
}

#banner h1
{
	font-size: 14px;
	padding: 10px 10px 0px 10px;
	margin: 0px;
}

#rightcontent p
{
	font-size: 10px;
}

.CarpLink
{
	background: #cccccc;
	padding: 2px;
	border: 1px solid #333333;
	font-size: 14;
	margin-top: 10px;
}

.CarpDesc
{
	padding: 2px;
	font-size: 12;
}


