/* Main style sheet for MRM International */
/* URL: mrmintdnn.mrmint.co.uk */
/* Created: 21-04-2009 */
/* Last edited: 21-04-2009 */

/* page structure and styling */

	html, body {
		height:95%;
		background-color: #000000;
		padding: 0px;
	}

	#centeredcontent {
		width: 900px;
		height: 95%;
		position: absolute;
		left: 50%;
		margin-left: -450px; 
		margin-top: 22px;
		border: 0px; 
		padding: 0px;
		background-color: #FFFFFF;
		display: block;
		z-index: 1;
		padding: 0px;
	}
	
	/* head section */

	#headWrapper {
		width: 900px;
		height: 376px;
		position: absolute;
		display: block;
		margin-top: 0px;
		margin-left: 0px;
		background-image: url(images/mrmint_header.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		padding: 0px;
		z-index: 1;
	}
	
	#headWrapper #mrmLogo {
		width: 113px;
		height: 47px;
		position: absolute;
		display: block;
		margin-top: 31px;
		margin-left: 20px;
		background-image: url(images/mrm_logo.gif);
		background-repeat: no-repeat;
		background-position: left top;
		z-index: 2;
		padding: 0px;
	}
	
	#headWrapper #mrmAnim {
		width: 213px;
		height: 376px;
		position: absolute;
		display: block;
		margin-left: 166px;
		margin-top: 0px;
		/*background-image: url(images/mrm_anim_tmp.gif);
		background-repeat: no-repeat;
		background-position: left top;*/
		z-index: 10;
		padding: 0px;
	}
	
	.sideLinks {
		list-style-type: none;
		margin-top: 140px;
		margin-left: 20px;
		position: absolute;
		display: block;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		color: #000000;
		line-height: 24px;
		padding: 0px;
	}
	
	.sideLinks strong {
		font-weight: bold;
		color: #F6251E;
	}
	
	.sideLinks a {
		color: #000000;
		text-decoration: none;
	}
	
	.sideLinks a:hover {
		color: #F6251E;
		text-decoration: underline;
	}
	
	#headWrapper h1 {
		padding: 0px;
		position: absolute;
		display: block;
		margin-left: 417px;
		margin-top: 75px;
		font-size: 72px;
		line-height: 80px;
		z-index: 5;
		text-transform: uppercase;
	}
	
	#headWrapper h2 {
		position: absolute;
		display: block;
		right: 25px;
		margin-top: 240px;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 18px; 
		color: #000000;
		line-height: 24px;
		letter-spacing: 0px;
		font-weight: lighter;
		font-variant: small-caps;
	}
	
	#headWrapper #menuBox {
		width: 476px;
		height: 30px;
		margin-top: 312px;
		margin-left: 398px;
		position: absolute;
		display: block;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #000000;
		text-align: right;
		line-height: 30px;
		text-transform: lowercase;
	}
	
	#headWrapper #menuBox a {
		color: #000000;
		text-decoration: none;
	}
	
	#headWrapper #menuBox a:hover {
		color: #F6251E;
		text-decoration: underline;
	}
	
	.Red {
		color: #F6251E;
	}
	
	.Blue {
		color: #0374EE;
	}
	
	/* content styles */
	
	#contentWrapper {
		width: 900px;
		height: auto;
		min-height: 500px;
		position: absolute;
		display: block;
		margin: 0px;
		margin-top: 376px;
		margin-left: 0px;
		background-image: url(images/mrm_side.gif);
		background-repeat: repeat-y;
		background-position: left top;
		padding: 0px;
	}
	
	#contentWrapper #contentSide {
		width: 185px;
		height: 870px;
		position: relative;
		display: block;
		margin: 0px;
		padding: 0px;
		float: left;
		left: 48px; 
		margin-top: 0px;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #000000;
		text-align: left;
		line-height: 24px;
	}
	
	#contentWrapper #contentSide a:link, a:visited {
		color: #000000;
		text-decoration: none;
	}
	
	#contentWrapper #contentSide a:hover {
		color: #F6251E;
		text-decoration: underline;
	}
	
	#contentWrapper #contentSide ul {
		list-style-type: none;
		padding: 0px;
		margin-left: 0px;
	}
	
	#contentWrapper #contentSide ul ul {
		list-style-type: none;
		text-indent: 15px;
		padding: 0px;
	}
	
	#contentWrapper #contentSide #searchBox {
		width: 185px;
		height: 24px;
		position: relative;
		display: block;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #FFFFFF;
		text-align: left;
		line-height: 24px;
		padding: 0px;
		top: 50px;
		background-color: #0374EE;
		padding: 0px;
	}
	
	#contentWrapper #contentSide #contentAddress {
		position: absolute;
		display: block;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #000000;
		text-align: left;
		line-height: 18px;
		padding: 0px;
		bottom: 10px;
	}
	
	#contentWrapper #contentSide #adminMenu {
		width: 185px;
		height: 24px;
		position: relative;
		display: block;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #FFFFFF;
		text-align: left;
		line-height: 24px;
		padding: 0px;
		top: 90px;
		padding: 0px;
	}
	
	#contentWrapper #contentMain {
		width: 433px;
		height: auto;
		position: relative;
		display: block;
		float: right;
		margin-top: 0px;
		right: 42px;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #000000;
		text-align: justify;
	}
	
	#contentWrapper #contentProducts {
		width: 604px;
		height: auto;
		position: relative;
		display: block;
		float: right;
		margin-top: 0px;
		right: 42px;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #000000;
		text-align: justify;
	}
	
	#contentWrapper #contentImages {
		width: 155px;
		height: auto;
		min-height: 450px;
		position: relative;
		display: block;
		margin-top: 0px;
		right: 27px;
		float: right;
	}
	
	#contentWrapper #contentImages ul {
		list-style-type: none;
		padding: 0px;
		margin-left: 0px;
		margin-top: 50px;
	}
	
	#contentWrapper #contentImages li {
		width: 156px;
		height: 118px;
		margin-bottom: 20px;
	}
	
	#contentWrapper #contentMain h1 {
		font-size: 24px;
	}
	
	#contentWrapper #contentMain h2 {
		font-size: 16px;
	}
	
	/* end of content styles */
	
	#footerWrapper {
		width: 900px;
		height: 30px;
		position: absolute;
		display: block;
		left: 0px;
		bottom: -30px;
		background-image: url(images/mrm_side.gif);
		background-repeat: repeat-y;
		background-position: left top;
	}
	
	#footerWrapper #footerBar {
		width: 604px;
		height: 80px;
		position: absolute;
		display: block;
		margin-left: 260px;
		bottom: 0px;
		background-image: url(images/footer_reflect.jpg);
		background-repeat: no-repeat;
		background-position: 0px 25px;
		z-index: 15;
		padding: 0px;
	}
	
	#footerWrapper #footerBar #footerBlue {
		width: 604px;
		height: 25px;
		position: absolute;
		display: block;
		margin-left: 0px;
		margin-top: 0px;
		line-height: 25px;
		background-color: #0374EE;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		color: #FFFFFF;
		text-indent: 10px;
		padding: 0px;
	}
	
	#footerWrapper #footerBar #topPage {
		width: 200px;
		height: 25px;
		position: absolute;
		display: block;
		margin-left: 394px;
		margin-top: 0px;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		color: #FFFFFF;
		line-height: 25px;
		text-align: right;
		padding: 0px;
		z-index: 10;
	}
	
	#footerWrapper #footerBar #footerRed {
		width: 604px;
		height: 4px;
		position: absolute;
		display: block;
		margin-left: 0px;
		margin-top: 25px;
		background-color: #F6251E;
		overflow: hidden;
	}
	
	#footerWrapper #footerBar #topPage a:link, a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#footerWrapper #footerBar #topPage a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#footerWrapper #footerBar #topPage a:hover {
		color: #000000;
		text-decoration: underline;
	}
	
	#footerWrapper #footerBar #signOff {
		width: 604px;
		height: 60px;
		position: absolute;
		display: block;
		margin-left: 0px;
		margin-top: 28px;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 10px; 
		color: #000000;
		line-height: 22px;
		text-align: right;
		padding: 0px;
		z-index: 10;
	}
	
	#footerWrapper #footerBar #signOff a:link, a:visited {
		color: #000000;
		text-decoration: none;
	}
	
	#footerWrapper #footerBar #signOff a:hover {
		color: #F6251E;
		text-decoration: underline;
	}
	
	/* general styles */
	
	#contentWrapper #contentSide #searchBox form {
		margin: 0px;
		padding: 0px;
	}
	
	#contentWrapper #contentSide #searchBox p {
		margin: 0px;
		padding: 0px;
	}
	
	.NormalTextBox {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #000000; 
		text-decoration: none;
		font-weight: normal;
		border-color: #F6251E;
		border-width: 1px;
		border-style: solid;
		padding: 0px;
	}
	
	.textField {
		width: 119px;
		height: 18px;
		display: block;
		margin-left: 2px;
		margin-top: 2px;
		margin-right: 10px;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		color: #000000;
		border: 1px;
		border-color: #000000;
		border-style: solid;
		padding: 0px;
		float: left;
	}
	
	.usedMachines {
		width: auto;
		height: auto;
		position: relative;
		display: block;
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 15px;
		background-color: #CCCCCC;
		border: 1px solid #999999;
	}
	
	/* end of general styles */

/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuH { /* menu wrapper div */
	padding: 0;
	margin: 0;
	border: 0;
	white-space: nowrap;
	position: relative;
}

#houseMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	white-space: nowrap;
	z-index: 99999;
}

#houseMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li { /* all items under the top level */
	z-index: 11113;
}

#houseMenuH a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#houseMenuH li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li:hover ul ul, 
#houseMenuH li:hover ul ul ul, 
#houseMenuH li.sfhover ul ul, 
#houseMenuH li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuH li:hover ul, 
#houseMenuH li li:hover ul, 
#houseMenuH li li li:hover ul, 
#houseMenuH li.sfhover ul, 
#houseMenuH li li.sfhover ul, 
#houseMenuH li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#houseMenuH iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	/* filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); */
	display: block;
}

.ArrowPointer
{
	cursor: default;
}

ul {
	list-style-type: none;
}

ul li {
	list-style-type: none;
}

ul li li {
	list-style-type: none;
}

/* house menu side */

	#mrmSideMenu {
		position: relative;
		display: block;
		margin: 0px;
		padding: 0px;
	}
	
	#mrmSideMenu li {
		font-weight: bold;
		/*height: 30px;*/
		background-image: url(images/mrm_dash.gif);
		background-repeat: repeat-x;
		background-position: left bottom;
		line-height: 30px;
	}
	
	#mrmSideMenu ul li {
		font-weight: normal;
		height: 25px;
		background-image: none;
		line-height: 25px;
	}

/* end of house menu side */

/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#houseMenuH { /* menu wrapper div */
		width:720px;
		height:40px;
		margin-top: 190px;
		left: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:18px;
		position:absolute;
		display: block;
		z-index:200;
}

#houseMenuH ul { /* all submenu lists */
		padding:0px;
		margin:0px;
		list-style-type:none;
}

#houseMenuH li { /* all list items */
	width: 189px;
	height: 22px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 22px;
	_height: 20px;
	/* end hack */
	padding: 0px;
}

#houseMenuH li li { /* all items under the top level */
	width: 189px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 189px;
	_width: 189px;
	/* end hack */
	padding:0px;
}

#houseMenuH a { /* all links within the menu wrapper */
	font-size:18px;
	text-decoration:none;
	color:#000000;
	height:40px;
	padding-left:5px;
	padding-right:5px;
	line-height:40px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 12px;
	_height: 20px;
	/* end hack */
}

#houseMenuH li li a { /* all item links under the top level */
	background:#F9DD81; color:#000; height:auto; line-height:1em; padding:5px 0px; width:211px;border:1px solid #F3BC04; border-width:0 1px 1px 1px;font-size:11px;
	text-indent: 10px;
	/*
	padding: 5px;
	width: 189px;
	height: 20px; */
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 211px;
	_width: 211px;
	height: 12px;
	_height: 20px;
	/* end hack */
	padding-right: 0px;
}

#houseMenuH li a:hover {
	background:#FCEEC0;
	padding-left:5px;
	padding-right:5px;
	line-height:40px;
	height: 40px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 40px;
	_height: 40px;
	/* end hack */
}

#houseMenuH li li a:hover {
	background:#FCEEC0; color:#000; height:auto; line-height:1em; padding:5px 0px; width:211px;border:1px solid #F3BC04; border-width:0 1px 1px 1px;font-size:11px;
	text-indent: 10px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
	padding-right:0px;
}

#houseMenuH li li li a {
	background:#FCEEC0;
}

#houseMenuH li li li a:hover {
	background:#FDF5DA; color:#000; height:auto; line-height:1em; padding:5px 0px; width:211px;border:1px solid #F3BC04; border-width:0 1px 1px 1px;font-size:11px;
	text-indent: 10px;
	/*color:#000000; 
	background:#FCEEC0;
	padding: 5px;
	height: auto;*/
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}

#houseMenuH li ul { /* second-level lists */
	width: 212px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	top: 40px;
	padding: 0px;
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0;
	/* end hack */
	line-height: 12px;
	border-top:1px solid #F3BC04;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: -41px 0 0 212px;
	border-top:1px solid #F3BC04;
	line-height: 12px;
	background-color: #F3BC04;
	width: 213px;
	padding: 0px;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuH #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuCurrentLink
{ /* current link itself */
	/* padding: 5px;
	color: #333; 
	background-color: #eee; 
	text-decoration: none; */
}

/* accessibility styles */
	#accessBox {
		width: 200px;
		height: 25px;
		margin-top: 95px;
		margin-left: 20px;
		position: absolute;
		display: block;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		color: #000000; 
		text-decoration: none;
		text-align: left;
		line-height: 25px;
		z-index: 999;
	}
	
	#accessBox a:link {
		color: #000000;
		text-decoration: none;
	}
	
	#accessBox a:visited {
		color: #000000;
		text-decoration: none;
	}
	
	#accessBox a:hover {
		color: #F6251E;
		text-decoration: underline;
	}
	
	#accessFull {
		width: 120px;
		height: auto;
		margin-top: 120px;
		margin-left: 20px;
		background-color: #FFFFFF;
		display: none;
		position: absolute;
		z-index: 100;
		border: 1px;
		border-style: solid;
		border-color: #F6251E;
	}
	
	#accessFull ul {
		padding:0;
		margin:0;
		list-style-type:none;
	}
	
	#accessFull li {
		float:left;
		position:relative;
	}
	
	#accessFull p {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #000000; 
		text-decoration: none;
		text-indent: 5px;
		padding: 0px;
		margin: 3px;
		clear: both;
	}
	
	a.closeLink:link {
		color: #000000;
		text-decoration: none;
	}
	
	a.closeLink:visited {
		color: #000000;
		text-decoration: none;
	}
	
	a.closeLink:hover {
		color: #F6251E;
		text-decoration: underline;
	}
	
	.font12 {
		font-size: 12px;
	}
	.font14 {
		font-size: 14px;
	}
	.font18 {
		font-size: 18px;
	}
	
	.fontNormal {
		width: 25px;
		height: 25px;
		display: block;
		background-color: #FFFFFF;
		border: 1px;
		border-style: solid;
		border-color: #000000;
		line-height: 25px;
		text-align: center;
		font-family: Times, serif;  
		color: #000000; 
		margin: 5px;
		text-decoration: none;
	}
	
	.fontLarge {
		width: 25px;
		height: 25px;
		display: block;
		background-color: #FFFFFF;
		border: 1px;
		border-style: solid;
		border-color: #000000;
		line-height: 25px;
		text-align: center;
		font-family: Times, serif;  
		color: #000000; 
		margin: 5px;
		text-decoration: none;
	}
	
	.fontXLarge {
		width: 25px;
		height: 25px;
		display: block;
		background-color: #FFFFFF;
		border: 1px;
		border-style: solid;
		border-color: #000000;
		line-height: 25px;
		text-align: center;
		font-family: Times, serif; 
		color: #000000; 
		margin: 5px;
		text-decoration: none;
	}
	
	.conNormal {
		width: 25px;
		height: 25px;
		display: block;
		background-color: #FFFFFF;
		border: 1px;
		border-style: solid;
		border-color: #000000;
		line-height: 25px;
		text-align: center;
		font-family: Times, serif;  
		color: #000000; 
		margin: 5px;
		text-decoration: none;
	}
	
	.conHigh {
		width: 25px;
		height: 25px;
		display: block;
		background-color: #000000;
		border: 1px;
		border-style: solid;
		border-color: #FFFF00;
		line-height: 25px;
		text-align: center;
		font-family: Times, serif; 
		color: #FFFF00; 
		margin: 5px;
		text-decoration: none;
	}
	
	a.conHigh:link {
		color: #FFFF00;
	}
	
	a.conHigh:visited {
		color: #FFFF00;
	}
	
	.yellowHiCon {
		color: #FFFF00;
	}
	
	.conCream {
		width: 25px;
		height: 25px;
		display: block;
		background-color: #FFF9D2;
		border: 1px;
		border-style: solid;
		border-color: #010066;
		line-height: 25px;
		text-align: center;
		font-family: Times, serif;  
		color: #010066; 
		margin: 5px;
		text-decoration: none;
	}
	
	.conBlue {
		width: 25px;
		height: 25px;
		display: block;
		background-color: #EFF8FB;
		border: 1px;
		border-style: solid;
		border-color: #010066;
		line-height: 25px;
		text-align: center;
		font-family: Times, serif;  
		color: #010066; 
		margin: 5px;
		text-decoration: none;
	}

/* Print styling for Burnbank as dnn doesn't support a separate css*/

@media print {

	body {
		background-color: #FFFFFF;
	}

    #centeredcontent {
		width: 18cm;
		height: 28cm;
		position:static;
		margin-left: 0cm;
		margin-top: 0cm;
	}
	
	#bbLogo {
		width: 531px;
		height: 60px;
		position:static;
		display: block;
		margin-top: 0cm;
		margin-left: 0cm;
		text-align: left;
		background-color: #FFFFFF;
		z-index: 2;
	}
	
	#bbDate {
		display: none;
	}
	
	#bbStrapline {
		width: 18cm;
		height: 125px;
		position:static;
		display: block;
		margin-top: 0cm;
		margin-left: 0cm;
		z-index: 4;
	}
	
	.bbBanner {
		display: none;
	}

	#bbBannerShadow {
		display: none;
	}
	
	.topMenu {
		display: none;
	}

	.menu {
		display: none;
	}

	#bbTopMenu {
		display: none;
	}

	#bbTopMenuShadow {
		display: none;
	}

	#bbSubMenu {
		display: none;
	}

	#bbSubMenu a:link {
		display: none;
	}

	#bbSubMenu a:visited {
		display: none;
	}
	
	#bbSubMenu a:hover {
		display: none;
	}

	#contentWrapper {
		width: 17cm;
		margin-top:0cm;
		margin-left:0cm;
		position: static;
		z-index: 1;
		display: block;
		font-family: "Times New Roman", Times, serif;
		font-size: 12pt;
		line-height:24px;
		color: #000000;
		text-decoration: none;
		padding:0px;
	}

	#textWrapper {
		width:17cm;
		position: static;
		/*display:inline;*/
		margin-left:0cm;
		text-align: justify;
		line-height:16pt;
		padding:0px;
		z-index:1;
	}
	
	#articleHeading {
		width:13cm;
		height: 34px;
		text-align: left;
		font-family: "Times New Roman", Times, serif;
		font-size: 16pt;
		color: #CCCCCC;
		text-decoration: none;
		margin-top:0px;
		margin-left:0px;
		z-index: 2;
		position: relative;
		padding-bottom: 0px;
	}

	#sideLinks {
		display: none;
	}

	#supportBox {
		display: none;
	}

	#supportBox #supportText {
		display: none;

	}

	#supportText a:link {
		font-family: "Times New Roman", Times, serif;
		font-size: 8pt;
		text-decoration: underline;
		color: #000000;
	}

	#supportText a:visited {
		font-family: "Times New Roman", Times, serif;
		font-size: 8pt;
		text-decoration: underline;
		color: #000000;
	}

	#supportText a:hover {
		font-family: "Times New Roman", Times, serif;
		font-size: 8pt;
		text-decoration: underline;
		color: #FFFFFF;
	}
	
	#sideLinksBase {
		width: 5cm;
		height: 190px;
		float: right;
		margin-left: 0cm;
		margin-top: 2cm;
		position: relative;
		display: block;
		font-family: "Times New Roman", Times, serif;
		font-size: 8pt;
		text-align: left;
		line-height: 10pt;
		z-index: 30;
	}
	
	#baseWrapper {
		width: 18cm;
		height: 0.5cm;
		margin-left:0cm;
		bottom:-3cm;
		position: relative;
		z-index: 10;
		display: block;
	}

	.baseMenu {
		width: 18cm;
		height: 0.5cm;
		position: absolute;
		margin-top: 0px;
		margin-left: 0px;
	}

	#bbBaseMenu {
		width: 18cm;
		height: 0.5cm;
		background-color: #FFFFFF;
		z-index: 10;
		font-family: "Times New Roman", Times, serif;
		font-size: 9pt;
		text-decoration: none;
		color: #000000;
		line-height: 0.5cm;
		text-align: center;
	}
	
	#houseMenuH { /* menu wrapper div */
		display: none;
	}
	
	#houseMenuH li ul ul { 
		display: none;
	}
	
	h1 {
		position: static;
		display: block;
		font-family: "Times New Roman", Times, serif; 
		font-size: 20pt; 
		color: #000000;
		margin-top: 21px;
		margin-bottom: 10px;
		left: 0px;

	}
	
	#xEditingArea
	{
    	border: #696969 1px solid;
		background-color: #FFFFFF;
	}
	
	h2 {
		position: static;
		display: block;
		font-family: "Times New Roman", Times, serif; 
		font-size: 20pt; 
		color: #000000;
		left: 0cm;
		margin-top: 0px;
		text-align: left;
		text-indent: 3cm;
	}
	
	#sideLinksBase .addressInd {
		font-family: "Times New Roman", Times, serif;
		font-size: 8pt;
		text-decoration: none;
		color: #FFCC00;
		font-weight: bold;
		margin-left: -10px;
	}
	
	#textWrapper ul {
		list-style-type: circle;
		color: #000000;
	}
	
	#textWrapper ul li {
		list-style-type:disc;
		padding-left: 5pt;
	}
	
	#textWrapper em {
		text-decoration: none;
		font-style: italic;
	}
	
	.SkinObject {
		color: #000000;
		font-weight: normal;
	}
	
	/* accessibility styles */
	#accessBox {
		display: none;
	}
	
	#accessBox a:link {
		display: none;
	}
	
	#accessBox a:visited {
		display: none;
	}
	
	#accessBox a:hover {
		display: none;
	}
	
	#accessFull {
		display: none;
	}
	
	#accessFull ul {
		display: none;
	}
	
	#accessFull li {
		display: none;
	}
	
	#accessFull p {
		display: none;
	}
	
	a.closeLink:link {
		display: none;
	}
	
	a.closeLink:visited {
		display: none;
	}
	
	a.closeLink:hover {
		display: none;
	}
	
	.font12 {
		display: none;
	}
	.font14 {
		display: none;
	}
	.font18 {
		display: none;
	}
	
	.fontNormal {
		display: none;
	}
	
	.fontLarge {
		display: none;
	}
	
	.fontXLarge {
		display: none;
	}
	
	.conNormal {
		display: none;
	}
	
	.conHigh {
		display: none;
	}
	
	.conCream {
		display: none;
	}
	
	.conBlue {
		display: none;
	}
	
  }

