@charset "UTF-8";
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../_images/BQB_bkg.gif);
}
.oneColLiqCtr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: none;
	float: none;
}
.oneColLiqCtr #mainContent {
	clear: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 13px;
	background-image: url(../_images/container_bkg.png);
	background-repeat: repeat;
	float: none;
	padding-right: 13px;
}
header {
	background-color: #FFF;
	width: 950px;
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
}
.banner {
	margin: 0px;
	padding-top: 0px;
	height: 150px;
	list-style-type: none;
	background: url(../_images/template_header.gif) no-repeat left bottom;
	width: 925px;
}
.banner li {
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
}
.banner li a:link, .banner li a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	background-color: #F54e96;
}
.banner li a:hover {
	background-color: #FFF;
	color: #F54e96;
}
.mainContent {
	float: right;
	width: 700px;
	clear: left;
	background: #FFF url(../_images/main_temp_bkg.gif) no-repeat;
	height: 1100px;
}
.mainContent p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 24px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 30px;
}
.mainContent a {
	color: #000;
	text-decoration: none;
}
.mainContent a:hover {
	color: #f54e96;
}
.sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.sidebar {
	float: left;
	width: 175px;
	background-color: #EDBDDC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-decoration: none;
}
.sidebar ul li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	width: 175px;
	list-style-type: none;
}
.sidebar ul li a {
	text-decoration: none;
	color: #FFF;
	line-height: 30px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	display: block;
	list-style-type: none;
	top: 0px;
	left: 0px;
	position: relative;
	text-align: left;
	padding-left: 40px;
	background-image: url(../_images/sidebar_button.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.sidebar ul li a:hover {
	color: #f54e96;
	background-position: -175px 0px;
}
.sidebar ul li a.current {
	color: #000;
	background-position: right center;
	cursor: default;
}
.sidebar ul li a.first {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
}
.footer {
	text-align: center;
	margin: 0px;
	padding: 15px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	clear: both;
	float: none;
	vertical-align: text-bottom;
	border-top: medium outset #f54e96;
	background: url(../_images/crown_bkg.gif) no-repeat center center;
}
.footer p a{
	font-size: 12px;
	text-decoration: none;
	color: #000;
}
.footer p a:hover {
	color: #f54e96;
}
.footer p a img {
	border-style: none;
}
#header #banner-BQB-01 a img {
	border-style: none;
}
.sidebar p a img {
	text-decoration: none;
	border-style: none;
}
