@charset "UTF-8";
body {
	background: #666666;
	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: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}
h2 {
	text-align: center;
}
.oneColFixCtrHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #162E3F;
}
.oneColFixCtrHdr #header {
	text-align: center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #162E3E;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #122532;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border: 1px solid #CCC;
	margin-top: 10px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	font-size: 10px;
	text-align: center;
	color: #FFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
img {
	background-color: #CCC;
	padding: 2px;
	border: 1px solid #FFF;
}
h4 {
	letter-spacing: 0.2em;
	color: #FFF;
	line-height: 1em;
}
h3 {
	color: #7B92B4;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
	line-height: 1.5em;
}
.blue_text {
	color: #4EBFFF;
}
.no_border {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.float_right {
	float: right;
	margin-left: 10px;
}
.float_left {
	float: left;
	margin-right: 20px;
}
.white {
	color: #FFF;
}
a {
	color: #F7DA24;
	text-decoration: none;
}
.pix_caption {
	font-size: 10px;
	font-weight: normal;
	color: #7B92B4;
	text-align: center;
}
.r {
	text-transform: uppercase;
}
td {
	border: 1px solid #999;
	font-size: 10px;
	line-height: 1.5em;
	background-color: #1A3C52;
}
.insert_title {
	font-weight: bold;
	color: #4EBFFF;
}
.orange {
	color: #F93;
}
