@charset "utf-8";

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666666;
	margin: 0px;
	text-align: left;
	margin-top:0px;
	font-weight: bold;
	background-image: url(/images/mb-bg-1px.jpg);
	background-color: #fff;
	background-repeat: repeat-y;
}
select {width:147px;}

img
{
	border: 0px;
	vertical-align: bottom;
}

ul
{
    margin-top: 0px;
    margin-bottom: 0px;
    list-style-type: disc;
    list-style-position: outside;
    
}
li
{
    margin: 3px 0px 3px -20px;
}
ol
{
    margin-top: 0px;
    margin-bottom: 0px;
    list-style-type: decimal;
    list-style-position: outside;
    color: #b21e3c;
}
a
{
    color: #0369ab;
    cursor: pointer;
}
.greyText
{
    color: #666666;
}
.blackText
{
    color: #000000;
}
.grayText
{
    color: #666666;
}
h3
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #404040;
}


/* ======================================================================== */
/* Alignment Classes                                                        */
/* ======================================================================== */
.right-align
{
    float: right;
}
.left-align
{
    float: left;
}
.centre-align
{
    text-align: center;
}
.center-align
{
    text-align: center;
}

/* ======================================================================== */
/* Style Control                                                            */
/* ======================================================================== */
.clear
{
    clear: both;
    height: 0px;
    font-size: 0px;
}

/* ======================================================================== */
/* Header                                                                   */
/* ======================================================================== */
.header
{
	/*padding-top: 15px;*/
    color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 14px;
	text-align: left;
	height: 39px;
}


/* ======================================================================== */
/* Main Content Layout                                                      */
/* ======================================================================== */
.container
{
	width: 980px;
	margin: auto;
	text-align: left;
	color: #000;
}
.main
{

margin-top:10px;
    clear: none;

}
.main .sidebar
{
    float: right;
    width: 234px;
    margin-bottom: 10px;
}
.main .content
{
    float: right;
    width: 745px;
    margin-bottom: 10px;
    
}
.main .content2
{   
    margin-bottom: 10px;
}
/* ======================================================================== */
/* Footer                                                                   */
/* ======================================================================== */
.footer
{
	clear: both;
	background-image: url(../images/mb-footer.jpg);
	background-repeat:no-repeat;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-align: left;
	height:150px;
	width:980px;
	color: #000;
	
	text-decoration: none;
}

.footer	a{
	color: #000;
	text-decoration: none;
}
.footer	a:hover{
	color: #1cb5f0;
	text-decoration: none;
}
