@charset "UTF-8";
body {
	font: 15px/1.3em Helvetica, Geneva, Arial, Verdana, sans-serif;
	background: #301117 url(../images/body-bg.jpg);
	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: #BBBBBB;
}
#banner {
	width: 100%;
}
.col_body h1 {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 12px;
	font-size: 16px;
	color: #B8C6CF;
	font-family: Helvetica, Geneva, Arial, Verdana, sans-serif;
	font-weight: bold;
}
#footer {
	margin-bottom: 12px;
	clear: both;
	color: #DEF7FF;
	width: 800px;
	margin-top: 12px;
	font-size: 75%;
}
.oneColFixCtr #container #mainContent a {
	color: #888888;
	text-decoration: underline;
}
.right_col {
	float: right;
	width: 200px;
}
.col_header {
	background-image: url(../images/Mono-Right-Column_Mono-Righ.gif);
	background-repeat: no-repeat;
	height: 14px;
}
.col_body {
	background-image: url(../images/Mono-Right-Column_Mono-R-02.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 12px;
}
.col_footer {
	background-image: url(../images/Mono-Right-Column_Mono-R-03.gif);
	background-repeat: no-repeat;
	height: 14px;
	margin-bottom: 16px;
}
.oneColFixCtr #container #mainContent a:hover {
	color: #7CCF80;
}
.oneColFixCtr #container {
	margin: 0px auto 0;
	padding: 0px;
	height: 800px;
	width: 800px;
}
.img_left {
	padding: 1px;
	margin-right: 6px;
	border: 1px solid #555555;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 6px;
	text-align: left;
}
p {
	padding-left: 8px;
	margin-top: 2px;
	margin-bottom: 4px;
	font-size: 80%;
}
.col_body p {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 12px;
	font-size: 80%;
}
.col_body h2 {
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 12px;
	font-size: 95%;
	font-weight: bold;
}
.statement {
	width: 470px;
	margin-left: 60px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: normal;
	color: #EFEFEF;
}
#nav {
	height: 45px;
}
.pull_quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 105%;
	font-style: italic;
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: bold;
}
