html,	body {
	margin: 0px;
	padding: 0px;
   background-color: #f4f4f4;
	color: #333300;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div {
	border				: none;
	margin				: 0px;
	padding				: 0px;
}

#googleads
{
   text-align: center;
}

#moretutoriallink
{
   text-align: right;
}

#wrapper1, #wrapper2
	{
	margin				: 0px;
	padding				: 0px;
	}

/* NN4 makes a mess of the backgrounds (positioning plus unintended inheritance) so exclude it. OmniWeb doesn't understand background positioning either - the left column can be achieved, but not the right one */
#wrapper1 {
	/*/*/
	background-image	: url(/img/right-vertical-border.gif);
	background-position	: right top;
	background-repeat	: repeat-y;
	/* */
}
#wrapper2 {
	/*/*/
	background-image	: url(/img/left-vertical-border.gif);
	background-repeat	: repeat-y;
	/* */
}

A {
	color: #666633;
	font-weight: bold;
	font-family: inherit;
   font-size: 11px;
}

.contentBox {
   background-color: #FFFFFF;
}

.boxContent {
	padding: 5px 5px 5px 3px;
	border-left: 3px solid #E4DFC8;
	border-right: 3px solid #E4DFC8;
}

.sponsorsBoxContent {
   padding: 5px 5px 5px 5px;
   text-align: center;
}

.boxFooter {
	padding: 0px 5px 2px 0px;
   border-left: 3px solid #E4DFC8;
	border-right: 3px solid #E4DFC8;
	border-bottom: 3px solid #E4DFC8;
	text-align: right;
}

.box {
	background-color: #E4DFC8;
}

.boxHeader {
	font-weight: bold;
	color: white;
	padding: 5px 5px 5px 5px;
	vertical-align: center;
	background-color: #666666;
}
.articleBoxH1 {
	font-family: inherit;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.pgToolsRight {
   position: relative;
   float: right;
   display: inline;
   margin: 0px;
}
.pgToolsLeft {
   float: left;
   position: relative;
   margin: 0px;
   margin-right: 5px;
}

A.whiteLink:link, A.whiteLink:visited, A.whiteLink:active, A.whiteLink:hover {
   color: white;
   text-decoration: none;
   font-size: 12px;
}

.articleCopyright {
   color: #000000;
   font-size: 12px;
   font-weight: bold;
   font-family: inherit;
}

.articleCopyright A{
   color: #000000;
   font-size: 12px;
   font-weight: bold;
   font-family: inherit;
}



.navArrows {
   font-size: 8px;
}

.webHosting {
   color: black;
   border: 1px solid #dcdcdc;
}

.webHostingBody {
   padding: 3px 3px 3px 3px;
   vertical-align: top;
}

.webHostingTitle {
	font-weight: bold;
	color: white;
	padding: 0px 3px 3px 10px;
	vertical-align: center;
	background-color: #666666;
}

.webHostingBottom {
   vertical-align: center;
	padding: 2px 5px 2px 0px;
	background-color: #F4F4F4;
}

A.articleCopyright:link, A.articleCopyright:visited, A.articleCopyright:active, A.articleCopyright:hover {
   color: #999999;
   font-size: 10px;
   text-decoration: underline;
   font-family: inherit;
}

#authorInfo {
	padding: 5px 5px 4px;
   border: 1px solid #666633;
}
#articleTitle { 
	font-family: inherit;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: normal;
	color: #FFFFFF;
	padding:5px 5px 4px;
	background-color: #666666;
   border-left: 1px solid #666633;
   border-top: 1px solid #666633;
   border-right: 1px solid #666633;
}

#head-logo {
	height: 82px;
	background-image: url(/img/logo.gif);
	background-repeat: no-repeat;
}

#head-runner {
	height: 82px;
	background-image: url(/img/header.gif);
	background-repeat: repeat-x;
}

.topNav {
	position: absolute;
   color: #006633;
	right: 10px;
	top: 5px;
}

A.topNavLink {
   color: #006633;
   text-decoration: none;
   font-family: inherit;
}

#topNavSearch {
	position: absolute;
	right: 5px;
	top: 50px;
}

.crumbs {
   background-color :#FFFFFF;
   padding-left: 3px;
   padding-top: 3px;
   padding-bottom: 7px;
   background-image: url(/img/horizontal-border.gif);
   background-position	: left bottom;
   background-repeat	: repeat-x;
   font-size: 10px;
}

.crumbsLink {
   color: #006633;
   text-decoration: none;
   font-family: inherit;
   font-size: 10px;
}
   
#leftnav {
   float: left;
   padding-top: 5px;
	width: 170px;
	background-color: inherit;
}

#content {
	padding-top: 5px;
	margin-left: 183px;
	margin-right: 193px;
	background-color: inherit;
}

#rightnav {
   float: right;
	padding-top: 5px;
   width: 180px;
   background-color: inherit;
}

#mainFooter { 
   clear: both;
   padding-top: 3px;
   padding-left: 3px;
   background-image: url(/img/horizontal-border.gif);
   background-position	: left top;
   background-repeat	: repeat-x;
   background-color: #f4f4f4;
   text-align: center;
}

h1 { 
	font-family: inherit;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	letter-spacing: normal;
	padding: 0px;
}
h2 { 
	font-family: inherit;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	letter-spacing: normal;
	padding: 0px;
}
h3 { 
	font-family: inherit;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	letter-spacing: normal;
	padding: 0px;
}

