/* HTML TAGS */
html, body {
	text-align: center;
	margin:0px;
	background: url(images/background2.jpg) repeat;
}
a {
	color: #145BAB;
	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
}
/* HTML TAGS */
/* CLASSES */
.clear {clear:both;}
.linktext {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	text-align:left;
	margin:0px;
}
/* CLASSES */
/* PAGE CONTENT */
#contentcolumn h1 {
	margin: 0px;
	font-weight:bold;
	text-align:center;
}
#contentcolumn a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#contentcolumn #chainhoist_warning {
	border: 3px dotted #FF0000;
	color: #990000;
	background-color:#FFFFCC;
	text-align:left;
	width:450px;
	margin-top:10px;
}
#contentcolumn #chainhoist_warning #cautiontext {
	color: #990000;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
}

/* PAGE CONTENT */
#pagewrap {
	width: 940px;
	margin:0 auto;
	border:1px solid #0076CC;
/*	background:url(images/navigation_bg.gif) repeat-y #FFFFFF;*/
	background-color:#FFFFFF;
	text-align:left;
}
#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin-left: 235px; /*Set left margin to LeftColumnWidth*/
	background:url(images/maintop.png) top repeat-x;
	padding:13px 5px 5px 0px;
}

#leftcolumn{
	float: left;
	width: 235px; /*Width of left column*/
	margin-left: -940px; /*Set left margin to -(MainContainerWidth)*/
	background:url(images/navigation_04.png) right repeat-y;
}
#leftcolumn span {
	color: #0094FF;
	font-weight: bold;
	padding-left:25px;
}

#navigation_content {
	padding-left: 5px;
	margin-bottom:10px;
}
#articles_content {
	padding-left:5px;
}
#pageheader {
	height:91px;
}

#pageheader #imagelogo {
	margin: 0px 0px 0px;
	padding:0px;
	float:left;
}
#pageheader #header_address {
	margin-right:15px; 
	text-align:right;
	font-weight:bold;
}
#pageheader a {
	display:block;
	background-image:url(images/header_01.png);
	height: 91px;
	width: 394px;
	text-indent: -900em;
	text-decoration:none;
	line-height:100%;
	float:left;
}
#page_topbar {
	height: 21px;
	background: url(images/topbar.gif) no-repeat;
	padding-left:10px;
}
#pagefooter {
	text-align:right;
	color:#FFFFFF;
	font-weight:bold;
	background-color: #0076CC;
}
#pagefooter #footerlinks {
	width:300px;
	float:left;
}
#pagefooter #footerlinks a {
	color: #FFFFFF;
	margin-left:30px;
}

