/*  GLOBAL RULES TO ZERO OUT DEFAULTS AND ADJUST FOR BROWSER ISSUES  */

body, div, table, tbody, tr, td, img, h1, h2, h3, h4, h5, h6, p, form, input, select {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	border-width: 0px;
	border-style: none;
}
.clearme {
	clear: both;
}

/*  RULES FOR MASTER GLOBAL LAYOUT  */

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	background-color:#406F7F;
	vertical-align:top;
	
	background-image:url(../img-glb/bg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	padding:15px 30px 30px 30px;
}
#pg {
	width: 100%;
	height:100%;
	
	vertical-align:top!important;
}
#pg #mnpgwrapper {
	width:100%;	
	min-height:300px!important;
	background-image:url(../img-glb/bg-mnpg.gif);
	background-repeat:no-repeat;
	position:relative;
	top:33px;
}
*html #pg #mnpgwrapper {
	height:300px!important;
}
#mnpgwrapper #sidnav {
	display:block;
	width:170px;
	vertical-align:top;
	padding-top:10px;
	padding-left:4px;
}
#mnpgwrapper #sidnav a {
	display:block;
	width:170px;
}
#mnpgwrapper #mnpg {
	padding:20px;
	vertical-align:top;
}
#mnpgwrapper #spacer {
	background-image:url(../img-glb/mnpg-right.gif);
	background-repeat:no-repeat;
	background-position:right top;
	max-width:14px!important;
}
*html #mnpgwrapper #spacer {
	width:14px!important;
}
#pg #footer {
	height:50px;
	width:100%;
	background-image:url(../img-glb/bg-footer.gif);
	background-repeat:no-repeat;
	color:#DDF9FF;
	margin-top:33px;
}
#pg #footer div {
	float:right;
}

/* SELECTOR STYLES */
h1 {
	font-size:20px;
	font-weight:200;
	color:#406F7F;
	margin-bottom:20px;
}
h2 {
	font-size:14px;
	font-weight:900;
	color:#BB6E40;
}
a {
	color:#EEEEEE;
}
a:visited {
	color:#EEEEEE;
}
a:hover {
	color:#FFFFFF;
}
a.hot:link {
	color:#BB6E40;
	font-weight:900;
}
a.hot:visited {
	color:#BB6E40;
	font-weight:900;
}
a.hot:hover {
	color:#000000;
	font-weight:900;
}
input, select {
	padding:2px;
	border:solid #000000 1px;
}
p {
	margin-top:15px;
	margin-bottom:10px;
}
ul li {
	list-style-image:url(../img-glb/icon-bullet.gif);
}

/* CONTENT STYLES */

.lg {
	font-size:115%;
}
.sm {
	font-size:85%;
}
.style1 {
	font-weight:900;
	color:#BB6E40;
}
.txtbox {
	width:120px;
}
.btn {
	text-transform:uppercase;
	font-size:80%;
	cursor:pointer;
}
.left {
	position:absolute;
	left:35px;
	bottom:6px;	
}
.left2 {
	float:left;
	margin-right:10px;
	margin-bottom:10px;	
}
.right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;	
}
.margintop {
	margin-top:8px;	
}
.tableform td {
	font-size:13px;	
}
.border {
	border:solid #000000 1px;
}
#books {
	width:86%;
}
#books td {
	vertical-align:top;
	padding-bottom:5px;
}
#books img {
	margin-top:30px;
	margin-left:30px;
}
#books td.sep {
	border-top:dashed #000000 1px;
}
#logos {
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	text-align:center;
	white-space:nowrap;
}
#logos img {
	display:inline;
	margin-right:40px;
}

/* MCPR LINK  */
.brand {
	position:absolute;
	left:25px;
	bottom:0px;
	color:#000000;
	font-size:10px;
	font-weight:900;
}
.brand a {
	font-size:10px;
	color:#000000;
}
.brand a:visited {
	font-size:10px;
	color:#000000;
}
.brand a:hover {
	font-size:10px;
	color:#000000;
}

