@charset "utf-8";
/* CSS Document */
/** {
margin:0px;
padding:0px
}*/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: CorpoS, Arial, Helvetica, sans-serif;
/*	font-size: 90%; */
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-color: #EFF1F3;
	color: #333333;
}
label{
	font-weight:bold;
	}
/******* hyperlink and anchor tag styles *******/

#header a:link,#header a:visited{
	color: #333333;
	text-decoration: none;
}

#header a:hover,#header a:active{
	color: #003366;
	text-decoration: none;
}
#footer a:link,#footer a:visited{
	color: #333333;
	text-decoration:none;
	}
#footer a:hover,#footer a:active{
	color: #0082E6;
	text-decoration: none;
	}
a:link, a:visited{
	color: #003366;
	text-decoration: none;
}

a:hover, a:active{
	color: #00ADEF;
	text-decoration: none;
}
/************** header tag styles **************/

h1{
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: CorpoA, "Times New Roman", Times, serif;
/*	font-size: 22pt; */
/*	font-size: 200%; */
	font-size: 29px;
	font-weight: normal;
}

h2{
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-family: CorpoA, "Times New Roman", Times, serif;
	/* font-size: 12pt; */
	/* font-size: 110%; */
	font-size: 22px;
	font-weight: normal;
}

h3{
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: CorpoS, Arial, Helvetica, sans-serif;
	/* font-size: 12pt; */
	/* font-size: 110%; */
	font-size: 16px;
	font-weight: bold;
}

h4{
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: CorpoS, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

h5{
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: CorpoS, Arial, Helvetica, sans-serif;
	font-size: 100%;
}	
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper{
	width:1000px;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #EFF1F3;
}
#header{
	width:1000px;
	height: 93px;
	background-image:url(../images/mb-header.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}
#headerNav{
	left: 339px;
	position: relative;
	height: 93px;
	width: 661px;
}
#headerLogin{
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	width:350px;
	top:10px;
	position:relative;
	font-size:10pt;	
}
#headerLinks{
float:right;
display:inline;
}
#headerTitle{
	float:right;
	display:inline;
	/*left: 200px;*/
	top: 43px;
	position: relative;
	height: 50px;
	width: 300px;
	text-align: right;
	padding-right: 10px;
}
#footer{
	clear:both;
	width:1000px;
	height: 27px;
	position:relative;
	background-image:url(../images/mb-footer.jpg);
}
#footerText{
	font-size:11px;
	font-family: CorpoS, Arial, Helvetica, sans-serif;
	text-align: right;
	vertical-align: middle;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	}
#content{
	margin-left: 190px;
	width:780px;
	background-color: #FFFFFF;
	padding: 5px 10px;
	height:100%;
}
#navigationmenu{
/*	margin-left:190px;*/
	background-color:#000000;
}
/***********************************************/
/* Component Divs                              */
/***********************************************/
#navigation {
	float:left;
	display:inline;
	width: 170px;
/*	background-color: #EFF1F3;*/
	padding: 5px 10px;
}
/***********************************************/
/* Text Colours and Styles                     */
/***********************************************/
.ppPCColour {
	color:Fuchsia;
	font-weight:bold;
}
.ppCVColour {
	color:Lime;
	font-weight:bold;
}
.smallLink {
	font-size: 60%;
}
.buttonlink {
font-weight:bold;
font-size:105%;
padding:5px;
display: block;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #cccccc;
}
.bigred {
color:#FF0000;
font-size:110%;
font-weight:bold;
padding:2px;
background-color:#FFDDDD;
}
/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-size: 100%;
}

.relatedLinks a{
	display: block; 
}
.relatedLinks small{
	font-size: 70%; 
}
/***********************************************/
/* Service content styles                      */
/***********************************************/

.ServiceNotes {
	font-style: italic;
	font-weight: normal;
}
.ServiceOperations {
	font-style: normal;
	font-weight: normal;
}
.ServiceTitles {
	font-style: normal;
	font-weight: bold;
}