/* Set page height so a vertical scrollbar is always shown on FF, NS, Opera, etc. */
html {
	height:101%;
}

/************************************************/
/* Holly Hack to correct for IE6 Peek-a-boo Bug */
/************************************************/

/*\*/ * html div {
	height:1%;
}/**/

/************************************************/

body {
	text-align:center;
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
	background-image:url('../graphics/bg_pool.jpg');	/* Will not appear on IE5.x; see end of file */
	background-repeat: repeat;
}

#pageframe {
	text-align:left;
	margin: 10px; auto;

	border:5px solid #005000;
	background-color:#005000;

	padding-top:.25em;
}

#main {
	background-color:#E6E6E6;
}

#display {
	background-color:#E6E6E6;	/* Will not appear on IE5.x; see end of file */
	padding:15px 35px;
	/*
	padding-bottom:25px;
	padding-top:15px;
	*/
}

.contentimg {
	width:300px;
	/*padding:5px;*/
}

.org {
	font-weight:bold;
	font-style:italic;
}

.fullorg {
	font-weight:bold;
	font-style:italic;
}

.critical {
	font-weight:bold;
	color:red;
}

h1 {
	margin:0px;
	padding:0px;
}

h2 {
	text-align:center;
	margin-top:0px;
}

#masthead
{
	padding-bottom:0px;
	background-image:url(../graphics/masthead_img_strip_5.jpg);
	background-position:right;
	background-color:#e6e6e6;
	background-repeat:no-repeat;

	/* Add layout to container of negative margin element to correct for IE7 bug. */
	/* See http://www.haslayout.net/css/negmargin */
	width:100%;
}

#masthead .logodiv
{
	width:100%;
	z-index:1;
	background-color:#E6E6E6;
	width:333px;
	height:104px;
	text-align:center;

	/* Stuff added to facilitate corners */
	width:325px;
	margin-top:-8px;
	padding-top:8px;

	/* Give negative margin element a position to correct for IE7 bug. */
	/* See http://www.haslayout.net/css/negmargin */
	position:relative;
}

#masthead img
{
	border:0px;
	background-color:#E6E6E6;
	margin-top:6px;
	margin-bottom:6px;

	/* Stuff added to facilitate corners */
	margin-top:0px;
	margin-bottom:0px;
}



/* Rules for the next three classes are      */
/* for new display sections added to a page. */

.himain {
	background-color:#e6e6e6;
	margin-bottom:5px;
}

.lomain {
	background-color:#e6e6e6;
	margin-top:5px;
}

.newdisplay {
	text-align:center;
	margin:0px;
	padding:0px 35px;
}




/* Let's save our visitors some ink... */

/* Note: IE5.x does not honor '@media print' when the stylesheet is  */
/*       linked as media="all" and so will always apply these rules. */

@media print {
	body { background-image:none; background-repeat:none; }
	#display { background-color:#FFFFFF; }
}
