<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** GENERAL DOCUMENT STYLES **/
/*
 * $Id: styles.css 23341 2021-05-24 19:34:08Z jlipscom $
 * CCR:  4403  2009/12/30  mhamilton
 * Peer review suggestions:  extend css min-height to account for extra menu link.
 *
 * Revision 1.33  2009/07/17 18:35:19  jwise
 * Enter PR: 4504
 * Minor style fix
 *
 * Revision 1.32  2009/07/01 17:12:40  jwise
 * Enter PR: 4504
 * OneNOAA style update
 *
 *
 */
	@import url('header.css');
	@import url('topNav.css');
	@import url('midNav.css');
	@import url('leftNav.css');
	@import url('contentArea.css');
	@import url('footer.css');
	@import url('contentFormatting.css');
        @import url('rightArea.css');
	@import url('centerArea.css');
	@import url('localStyle.css');
	body {
		margin: 0px;
		background-color: #efefef;
	}
	#container {
		width: 1035px;
		min-height: 44em;
                height: auto;
                overflow: hidden;
		margin: 0px auto 5px auto; 
		padding: 0px 0px 20px 0px;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		background-color: #FFFFFF;
	}

	.sectionTitle {
		display: block; 
		margin-bottom: 2px;	
	}

    .error_message {
	  text-align: center;
	  font-weight: bold;
      font-size: 12pt;
      color: red;
    }
    
    .error_message_contact {
		font-size: 10pt;
	  }</pre></body></html>