@charset "UTF-8";
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
	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: #000000;
}
.oneColFixCtr #container {
	width: 883px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
	padding: 1;
}
#topbar {
	height: 87px;
	width: 845px;
	padding-top: 10px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
}
.oneColFixCtr #mainContent {
	padding: 0 1px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
h2 {
	font-weight: normal;
	color: #484141;
	font-size: 14px;
}
body,td,th {
	color: #333333;
}
a:link {
	color: #BA602B;
}
a:visited {
	color: #2B508D;
}
a:hover {
	color: #EAA033;
}
p {
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}
#footer {
	background-image: url(images/footer_logos.jpg);
	background-repeat: no-repeat;
}
#textbox {
	padding: 15px;
	width: 650px;
	margin-left: 100px;
	background-image: url(images/solveit_logo.jpg);
	background-repeat: no-repeat;
	background-position: 475px 20px;
}
#orangebar {
	background-image: url(images/orangebar_tile.jpg);
	background-repeat: repeat;
	height: 25px;
}
h1 {
	font-size: 18px;
	color: #345EAA;
}
h2 {
	font-size: 14px;
	color: #323232;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	color: #232323;
}
li {
	padding-bottom: 5px;
}
.callout {
	text-align: center;
}
