body {
	margin: 0;
	padding: 0;
	font-family:Myriad, Arial, Helvetica, sans-serif;
	font-size:90%;
	font-style:normal;
	font-weight:normal;
	background:url("../img/body_bg.jpg") no-repeat center top #f0f7fc;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
img {
	border:none;
}
.body_overlay {
}
#website_wrapper {
	width:100%;
}
.wrapper_plus {
	width: 100%;
	float: left;
}
#wrapper {
	margin: auto;
	width:960px;
	background-image: url("../img/BBA/website_bg.png");
	background-repeat: repeat;
}
#main_wrapper {
	float:left;
	width:960px;
	min-height:964px;
}
#wrapper_left_top {
	float:left;
	width:20px;
	display:none;
}
#wrapper_right_top {
	float:left;
	width:auto;
	display:none;
}
#top_wrapper {
	float:left;
}
#wrapper_top {
	float:left;
	display:none;
}
#head_wrapper {
	float:left;
}
#head_logo {
	float:left;
	display:none;
}
#head_right {
	float:left;
	background:transparent url("../img/head_right.png") no-repeat;
	width:770px;
	height:150px;
	background-repeat: no-repeat;
	display:none;
}
#login_box, #logout_box {
	float: right;
	padding: 5px;
	font-size: 10px;
}
#login_box2 {
	width:200px;
	margin: auto;
	margin-top: 50px;
	background-color: white;
	padding: 5px;
	border: black solid 1px;
	font-size: 10px;
}
#logout_box a {
	padding:0;
	margin: 0;
	color: #000;
	text-decoration:none;
	outline:none;
}
.fontend_login {
	text-align: left;
	font-weight: normal;
}
.fontend_login input[type="text"], .fontend_login input[type="password"] {
	width: 120px;
	height: 12px;
	margin-left: 5px;
	font-size: 10px;
	float: right;
}
.fontend_login .button {
	float: right;
	font-size: 10px;
}
.login_heading {
	font-size: 12px;
	font-weight: bold;
}
.login_error {
	clear: both;
	color: #990000;
	font-size: 10px;
	font-weight: bold;
}
#head_bottom {
	float:left;
	width:480px;
	height:auto;
}
#search_area {
	float: left;
	padding: 10px 0 0;
	width: 480px;
}
#search_box {
	float:right;
	background:#000;
	padding:5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#content_wrapper {
	float:left;
}
#content_left_wrapper {
	float:left;
	width:195px;
}
#leftcont_top {
	float:left;
}
#leftcont_wrapper {
	float:left;
	clear:left;
}
#leftcont_middle_wrapper {
	float:left;
	width:155px;
}
#leftcont_left, #leftcont_right {
	float:left;
	width:20px;
}
#leftcont_middle {
}
#content_right_wrapper {
	float:left;
	width:725px;
}
#content_right_wrapper_b {
	float:left;
	width:960px;
	min-height:800px;
}
#bodycont_top {
	display:none;
}
#bodycont_wrapper {
	width:725px;
}
#bodycont_wrapper_b {
	width:920px;
}
#bodycont_left {
	float:left;
	display:none;
}
#bodycont_right {
	float:left;
	display:none;
}
#bodycont_middle_b {
	float:left;
	margin:0;
	text-align:left;
	width:960px;
}
#content_for_layout {
	float:left;
	width:960px;
	min-height: 550px;
}
#wrapper_middle_bottom {
	float:left;
	width:960px;
}
.foot_wrapper_plus {
	float:left;
	width: 100%;
	background:url("../img/footer_bg.png") no-repeat center top #000;
}
#foot_wrapper {
	margin:auto;
	width:960px;
}
#wrapper_left_bottom, #wrapper_right_bottom {
	float:left;
	width:20px;
	display:none;
}
#foot_top {
	float:left;
	display:none;
}
#foot_middle_wrapper {
	float:left;
	margin-top:313px;
}
#foot_bottom {
	float:left;
	width:auto;
	display:none;
}
#foot_begin {
	float:left;
	width:195px;
	height:25px;
	display:none;
}
#foot_flash {
	float:right;
	width:95px;
	height:25px;
	margin:20px 0 0 0;
}
#foot_end {
	float:left;
	width:20px;
	height:25px;
	display:none;
}
#foot_bg {
	float:left;
	width:960px;
	padding-top:0px;
}
#footer_bg a {
	padding:0;
	margin: 0;
	color: #fff;
	text-decoration:none;
	outline:none;
}
#footer_bg a:hover {
	padding:0;
	margin: 0;
	color: #F08E2A;
}
a {
	padding:0;
	margin: 0;
	color: #000;
	text-decoration:none;
	outline:none;
}
a:visited {
	padding:0;
	margin: 0;
	color: #000;
	text-decoration:underline;
}
a:hover {
	padding:0;
	margin: 0;
	color: #F08E2A;
}
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
	margin:0;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}
#iq_css_3638 {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#iq_css_3641 {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
@font-face {
font-family: 'DuepuntozeroboldRegular';
src: url('../../../fonts/duepuntozero_bold-webfont.eot');
src: url('../../../fonts/duepuntozero_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../../fonts/duepuntozero_bold-webfont.woff') format('woff'), url('../../../fonts/duepuntozero_bold-webfont.ttf') format('truetype'), url('../../../fonts/duepuntozero_bold-webfont.svg#DuepuntozeroboldRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'EraserDust';
src: url('../../../fonts/eraserdust-webfont.eot');
src: url('../../../fonts/eraserdust-webfont.eot?#iefix') format('embedded-opentype'), url('../../../fonts/eraserdust-webfont.woff') format('woff'), url('../../../fonts/eraserdust-webfont.ttf') format('truetype'), url('../../../fonts/eraserdust-webfont.svg#EraserDust') format('svg');
font-weight: normal;
font-style: normal;
}
#iq_css_3598 a {
	padding:0;
	margin: 0;
	color: #000;
	text-decoration:none;
	outline:none;
}
#iq_css_3598 a:visited {
	padding:0;
	margin: 0;
	color: #000;
	text-decoration:underline;
}
#iq_css_3598 a:hover {
	padding:0;
	margin: 0;
	color: #F08E2A;
}
#iq_css_3714 {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
#iq_css_3782 {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#iq_css_3598 a {
	color:white;
}