/*This is the Member print style sheet*/
/*This style sheet is used with mastyle2_template.css*/

/* Begin - default styles used in all sites */
body, div, form {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	color: #000000;
	font: 10pt Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}

.invisible, #header,  #left, #coNamebkgrnd, #nav, #contentMenuContainer, #right {
	display: none;
	
}

#container {
	top:-20px;
	left:0px;
	margin-bottom:15px;
	width:640px;
	background: url(none);	
}

#container2 ul#tabNav, #container2 .provSearchButton {
	display:none;
}

#container2 {
	top:-60px;
}

#center {
	margin: 0px;
	padding: 0px;
	width: 580px;
	position:relative;
}

p {
	font-size:10pt;
}

th {
	font-size: 12pt;
	font-weight:bold;
	color:#FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: left;
	border-bottom:1px solid #999999;

}
label {
	font-weight:bold;
	color: #993300;
}

.altRow {
	background:#CCCCCC;
}

div#middle, div#content {
	margin: 0px;
	padding: 0px;
	width: 580px;
}

* html div#middle {
	width:580px;
}


#right {
	font-size:10pt;
	width: 137px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	float:right;
	left:515px;
	top:0px;
	position:absolute;
	border:1px solid #999999;	
	
}

#right h3 {
	border-bottom: 1px solid #666666;
	padding-bottom: 2px;
}
#right td.bottomcurve {
	background:url(none);
	line-height: 5px;
	
}
#footer {
	width:100%;
	border-top: 1px solid #CCCCCC;
	color: #000000;
	background: url(none);
	margin-top: 100px;
	margin-bottom: 10px;
}
#footer a {
	color: #000000;
	text-decoration: underline;

}
#footer .copyright {
	color: #000000;
	
}

div#footer #footerContent ul {
	display:none;
}

#youAreHere {
	font-size:10pt;
	color:#993300;
	margin-bottom:10px;
}
#printOnly {
	display: block;
	height: 70px;
	width: 620px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.printLeft {
	float: left;
	position:relative;
}
.printRight {
	float: right;
	clear: right;
	position:absolute;
	top:0px;
	left:545px;
} 

/* styles for home page */

div#welcome {
	width:600px;
	height:39px;
	font-size:10pt;
	color:#000000;
}

div#sectionBlock { /* green box */
	width:600px;
	overflow:visible;
	height:100%;
	min-height:100%;
}

div#sectionBlock div.section h2 {
	color:#000000;
	font-size:12pt;
	width:100%;
	height:auto;
}

div#spotlight {
	margin-top:20px;
	top:30px;
	clear:both;
}

div#spotlight h2#title {
	color:#000000;
	font-size:12pt;
	width:185px;
	height:38px;
}

div#printOnlyHome {
	display: block;
	height: 80px;
	width: 612px;
	position: absolute;
	left: 15px;
	top: 0px;
}


