/* Start imported style sheet - print.css */
body { margin: 0px; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #f0f0f0; }
#page { width: 100%; }
#design { width: 640px; text-align: left; }
#banner { display: none; }
#tabs { display: none; }
#middle {  }
     #spacer { display: none; }
     #menuBorder { display: none; }
     #rightNav { display: none; }
     #search { display: none; }
     #content { margin-left: 3px; width: 556px; float: left; margin-top: 5px; margin-bottom: 10px; }
          #content #howdoi { height: 90px; background-image: url('../images/common/howdoi.jpg'); background-repeat: no-repeat; background-position: right; margin-left: 25px; margin-right: 25px; border-bottom: 1px dotted #607078; }
#footer { display: none; }
#designCloser { display: none; }
#contentArea p, #contentArea table, #contentArea blockquote, #contentArea ul, #contentArea ol, #contentArea li { font-size: 12px; line-height: 150%; }
#contentArea font, #contentArea small { font-size: 100%; }
#content a, #contentArea a { color: blue; text-decoreation: none; }
#content a:visited, #contentArea a:visited { color: purple; }
#content a:hover, #contentArea a:hover { color: orange; }
#content { line-height: 120%; }
#content p { margin-bottom: 5px; margin-top: 5px; }

.center { text-align: center; }
h1, h2, h3, h4, h5, h6 { font-size: 140%; }

/* End imported style sheet */

/* Start overridden styles from style.css */

/* modified web team version of id middle in style.css */
#webt-middle {
	padding-left: 20px;
	MARGIN-TOP: 5px;
	FLOAT: left;
	MARGIN-BOTTOM: 10px;
	MARGIN-LEFT: 3px; 		
	margin: 0px auto;
	text-align: center; /* jcg added both*/
}

/* override the contentNoRightNavNoLeftNav in style.css */
#webt-contentNoRightNavNoLeftNav {
	 MARGIN-LEFT: 19px;  WIDTH: 100%; /* WIDTH: 865px; float: left; jcg added*/
}
/* End overridden styles */

/* Start additional styles */

/* used on change password page analogous to loginArea */

#changePasswordArea {
	/* float:left; */
	text-align:center;
	margin: 0px auto;
	width: 90%;
}

/* change password area instructions */

#changePasswordAreaNotice {
	text-align: left;
	font-weight: bold;
}

/* dhhs branding logo */
#dhhs-brand {
	
}
/* web team branding */

#dhhs-webt-brand {
	padding: 12px;
	margin: 0px auto;
}

/* web team header */

#dhhs-webt-header {

}

/* login area in login.jsp */

#loginArea {
	/* float:left; */
	text-align:center;
	margin: 0px auto;
	width: 90%;
}

/* used on login-cpHelp page analogous to loginArea */

#login-cpHelpArea {
	/* float:left; */
	text-align:left;
	padding: 5px auto;
	width: 90%;
}

/* used on select database page analogous to loginArea */

#selectDBArea {
	/* float:left; */
	text-align:center;
	margin: 0px auto;
	width: 90%;
}

/* web team banner */
#webt-banner {
	padding-left: 20px; margin-left:auto; margin-right: auto; width:916px;
}
