@charset "utf-8";
body,td,th {
	font-size: 10pt;
	color: #DBD2CB;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #DBD2CB;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #DBD2CB;
}
.oneColFixCtr #container {
	width: 600px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #1A1A1A;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #DBD2CB;
}
#side {
	width: 580px;
	position: relative;
	background-color: #363636;
	padding: 10px;
	font-size: 14px;
}
h1 {
	font-size: 14px;
	background-color: #010101;
	border-left-color: #363636;
	border-left-width: 60px;
	border-left-style: ridge;
}
#side a:link {
	color: #DBD2CB;
	padding: 3px
}
a:link {
	color: #DBD2CB;
}
a:visited {
	color: #DBD2CB;
}
#side a:hover {
	color: #DBD2CB;
	background-color: #010101;
	border: solid #010101 3px;
}
a:hover {
	color: #DBD2CB;
	background-color: #010101;
}
a:active {
	color: #DBD2CB;
}
a {
	font-weight: bold;
}
.blockquote {
	border-left-color: #363636;
	border-left-width: 60px;
	border-left-style: ridge;
}
