body {
	background: #4b4d49 url(/images/ybx_bg.png) repeat-x;
	color: #000000;
}
p {
	line-height:1.7em;
}
.oneColFixCtr #mainContent {
	background: #93326d repeat-x top;
	padding: 20px;
	border-top: 5px solid #BCBCBC
}
#mainContent h1 {
	text-align:center;
	color:#FFF;
	font-family:Arial Black;
}
#mainContent h2 {
	line-height:1em;
	font-size:18px;
}

.oneColFixCtr #footer {
	background: #BCBCBC no-repeat top;
	height:40px;
	padding-top:10px;
	font-size:1em;
	-moz-border-radius-bottomleft:10px;
		-moz-border-radius-bottomright:10px;
}
.oneColFixCtr #header {
	color:#FF9000;
	font-size: 1.1em;
	text-transform:uppercase;
	height:40px;
	margin-top:10px;
	font-size: 1.1em;
}
#header li a:link, #header li a:visited {
	margin-left:10px;
	margin-right:10px;
	color: #FF9000;
	text-decoration:none;
	padding: 5px;
}
#header li {
	display:inline
}
#header li a:active {
	margin-left:10px;
	margin-right:10px;
	color: #FFFFFF;
}
#header li a:hover {
	margin-left:10px;
	margin-right:10px;
	color: #FFFFFF;
	background-color: #FF9000;
	-webkit-border-radius: 6px;
}
.tooltip, #tooltip {
	width:20em;
	background-color:#fffee8;
	border:1px solid #cfdd10;
	padding:10px;
	color:#000000;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-box-shadow: 3px 3px 6px #888;
	visibility:hidden;
	border-top-width:5px;
}
.onecolctr {
	width:700px;
	margin:0 auto;
}
.left {
	margin-right: 220px;
}
.right {
	float:right;
	width:160px;
}
.right h1 {
	text-align:left
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	line-height: 0px;
}
.twocolrtfix, .onecolctr {
	margin-top:40px;
}

.twocolrtfix h1, .twocolrtfix h2, .twocolrtfix h3, .twocolrtfix h4, .twocolrtfix strong {
	color:#ff9000;
}
.twocolrtfix p {
	margin-top: 10px;
}
a, a:link, a:visited, a:active {
	color: #FF9000;
	text-decoration:none;
}
a:hover {
	color:#FFF;
	text-decoration:underline;
}
.twocolrtfix input {
	border:1px solid #FFF;
	margin-bottom:5px;
	margin-top:2px;
	height:20px;
	width:150px;
}
.twocolrtfix button, .onecolctr button {
	color: #FFFFFF;
	background-color: #FF9000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border:1px solid #FF9000;
	padding:2px;
	font-size:1.2em;
	margin-top:10px;
	margin-bottom:20px;
}
button:hover {
	color: #FF9000;
	background-color: #FFF;
}
.onecolctr button:hover, .twocolrtfix button:hover {
	color: #FF9000;
	background-color: #FFF;
}
.twocolrtfix h2 {
	text-transform:uppercase;
	color:#FFF;
	font-size:18px;
}
.onecolctr table {
	padding:10px;
	border-spacing:10px;
}
.onecolctr input {
	border:1px solid #FFF;
	margin-bottom:5px;
	margin-top:2px;
	height:20px;
	width:250px;
}
.onecolctr h3 {
	color:#ff9000
}