html , body {
	background-color : #00417e;
	background-image : url("/images/nsTheme_mpl/pageGradient.png");
	background-repeat : repeat-x;
	height : 100%;
	margin : 0;
	font-family : FreeSans, Myriad Pro, Tahoma, Arial, 'sans';
	font-size : 10pt;
/*	padding : 0;
	color : #DDDDDD;
	font-family : FreeSans, Myriad Pro, Tahoma, Arial, 'sans';
	font-size : 10pt;*/
}

.contentArea p {
	padding : 0;
	margin : 0;
}

.contentArea a {
    color : #0000AA;
    text-decoration : none;
}

.contentArea a:hover {
    text-decoration : underline;
}

.contentArea h1 {
	font-weight : normal;
	color : #002b5c;
}

.pattern {
	
	background-image : url("/images/nsTheme_mpl/patternBG.png");
	background-repeat : no-repeat;
	background-position : -100px 0;
	width : 100%;
	position : relative;
	min-height : 100%;
	top : 0;
	left : 0;
	text-align : center;
}

.centralColumn {
/* 	position : relative; */
	background-image : url("/images/nsTheme_mpl/menuBG.png");
	background-repeat : repeat-y;
	background-color : #FFFFFF;
	margin-left : 5%;
	margin-right : 5%;
	min-height : 300px;
	text-align : left;
}

.menuBar {
	background-repeat : repeat-y;
	background-position : top left;
	display : inline-block;
	
	float : left;
	width : 173px;
}

.menuBar ul {
	list-style-type : none;
	margin : 0;
	padding : 0;
	width : 173px;
}

.menuBar li {
	background-image : url("/images/nsTheme_mpl/menuNormBG.png");
	background-repeat : repeat-x;
	background-position : right bottom;
}

.menuBar li a{
	padding : 5px;
	padding-left : 7px;
	color : #FFFFFF;
	font-size : 9pt;
	text-decoration : none;
	display : block;
	width : 161px;
}

.menuBar li a:hover {
	background-image : url("/images/nsTheme_mpl/arrow.png");
	background-position : right;
	background-repeat : no-repeat;
}

.menuBar .selected {
	background-image : url("/images/nsTheme_mpl/arrow.png");
	background-position : right;
	background-repeat : no-repeat;
}

.contentArea {
	background-color : #FFFFFF;
	margin-left: 173px;
	padding : 10px;
}

.header {
	position : relative;
	background-image : url("/images/nsTheme_mpl/header.png");
	background-repeat : no-repeat;
	background-position : 273px 0;
	height : 122px;
	left : -100px;
	right : 273px;
	margin : 0;
	padding : 0;
	text-align : left;
}

.header h1 {
	margin : 0;
	padding : 0;
	display : none;
}

.foot {
	clear:both;
}

.lmbtn {
	background-image : url("/images/nsTheme_mpl/resultTab.png");
	position : absolute;
	top : 70px;
	width : 178px;
	right : 0;
	height : 52px;
}

.lmbtn a {
	padding : 5px;
	width : 135px;
	padding-right : 5px;
	height : 42px;
	display : block;
	color : #444444;
	font-weight : bold;
	text-decoration : none;
}

