body {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(../images/bg-line.jpg);
	background-repeat: repeat-x;
	background-position: 0px 50px;
	margin: 0px;
	padding: 0px;
	word-spacing: -1px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.noBGImage {
	background-image: none;
}

.blackBG {
	background-color: #000000;
}

#logoLayer {
	top: 50px;
	position: relative;
}
#logoLayerRubicon {
	top: -26px;
	position: relative;
}
#contentLayer {
	top: 50px;
	position: relative;

}
#contentLayerRubicon {
	top: 0px;
	position: relative;

}
.textBlockWidth {
width: 500px;
}
a {
	color:#7D2C00;
	text-decoration:none;
	font-weight: bold;
}
a:hover{
color:#FF3333;
text-decoration:none;

}
a:visited {
text-decoration:none;

color:#7D2C00;
}
#sideBar {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 10px;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: dashed;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-style: none;
	border-left-style: none;
	letter-spacing: 4px;
	text-align: center;
}
.loadingBox {
	background-color: #000000;
	background-image: url(../images/loading-pleasewait.jpg);
	background-repeat: no-repeat;
	background-position: 50px 50px;
	margin: 0px;
	padding: 0px;
}
