@charset "utf-8";
/* CSS Document */

body {
	background:#FFFFFF url(../../images/bg_page.jpg) center;
}
a { text-decoration:none; }
a:hover { text-decoration:underline; }
#wrapper {
	background:#FFFFFF;
	width:760px;
	margin:10px auto;
	border:5px solid #223568;
}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#header {
	height:150px;
	overflow:hidden;
	clear:both;
}
#header h1 {
	margin:0px; padding:0px;
	background:url(../../images/header_mibln.jpg) no-repeat;
	padding-top:150px;
}

#nav {
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background:#000033;
}

#content {
	clear:both;
	background:#efefef;
}
#breadcrumb {
	
}

#matter_w_sidebar {
	float:left; clear:left;
	width:539px;
	background:#efefef;
	margin-left:10px;
}
#matter_wo_sidebar {
	clear:both;
}
#matter_wo_sidebar,#matter_w_sidebar {
	font-size:12px;
	text-align:justify;
	line-height:150%;
}
#matter_wo_sidebar h2,#matter_w_sidebar h2 {
	border-bottom:1px dashed #999999;
	padding-bottom:5px;
	letter-spacing:-1px;
	line-height:30px;
	text-align:left;
	margin:0px;
}
#matter_wo_sidebar .container,#matter_w_sidebar .container {
	padding:10px;
}

#sidebar1 {
	display:none;
}

#sidebar {
	margin-left:550px;
	padding:10px;
	border-left:1px solid #CCCCCC;
	background:#FFFFFF;
}

#footer {
	clear:both;
	background:#efefef;
	font-size:11px;
	color:#333333;
	border-top:2px solid #350080;
}
#footer .legal {
	padding:10px;
	text-align:center;
}
#footer .credits {
	float:right;
	padding:10px;
}
#footer .credits a {
	color:#000000;
}

#header_flash {
	margin:-20px 0px 20px 0px; 
	clear:both; 
	border-bottom:5px solid #333333;
}

#footer_links {
	display:none;
	clear:both;
}

h5 {
	color:#350080;
}

#sidebar_sponsor {
	display:none;
}
.message {
	background:#CCCCCC;
	padding:3px 5px;
	margin-bottom:10px;
}