/* #expander must have "height: 0" in IEwin bug fixing */
/* The above is a modified Holly hack for #expander, with zero substituted for the usual 1% height value. Any % value on this element causes a horrendous IE bug! */

* html #expander {
	height: 0;
}

/* prevents oversize images from breaking layout in browsers that support max-width */
/* \*/
* html #wrapper1,
* html #wrapper2,
* html .outer a, 
* html .container-left, 
* html .container-right,
* html .outer,
* html .outbox,
* html h2,
* html li a {
	height: 1%;
}

/* Holly hack */
/*** Variance fixes for IEwin ***/
/*\*/
* html .outer p {
	margin-right: -6px;
}

/************** Generic Rules *************/
a {
	background-color: transparent;
	color: #0000FF;
	text-decoration: none;
}

body {
	background-color: #CCFFEE;
	color: #000000;
	font-family: Times New Roman, Times, serif;
	font-size: 1em; 
	padding: 0 175px; /* the critical side padding that sets the natural min-width! */
	text-align: center; /* centers the #sizer element in IE5.x/win */
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 20px 20px 10px 10px;
	text-align: center;
	vertical-align: middle;
}

h2 {
	background-color: #FEFF7D;
	border: 4px solid double #FF9933;
	color: #A62A2A;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0;
	padding: 2px 0;
	text-align: center;
	vertical-align: middle;
}

h3 {
	background-color: transparent;
	color: #A62A2A;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 8px 0 0 2px;
	text-align: left;
	vertical-align: middle;;
}

html, body, ol, ul, li, dl, dt, dd, img, td {
	border-style: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

/************** Special Fixes *************/
/* Prevents long urls from breaking layout in IE, must be hidden in a conditional comment for CSS to validate */
img {
	max-width: 100%;
}

li {
	list-style-position: outside;
	padding: 1px 10px;
}

ul {
	padding: 5px 0;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

/* */
/**************** Utility Rules *******************/
.brclear {
	clear: both; /* Use a break with this class to clear float containers */
	font-size: 1px;
	height: 0;
	line-height: 0;
	margin: 0;
}

.center-box {
	overflow: visible;
	padding: 8px;
	text-align: left;
}

.container-center {
	float: right;
	width: 100%;
}

.container-center li {
	list-style-type: square;
	margin-left: 5%;
}

.container-left {
	background-color: transparent;
	color: #000000;
}

.container-left li {
	list-style-type: none;
}

.container-right {
	background-color: transparent;
	color: #000000;
}

.container-right li {
	list-style-type: none;
}

/****************** Main Page Structure *****************/
/* To modify the side column widths and the col divider widths, the values that are marked "critical" and also refer to the desired mod MUST be changed as a group. */
.float-wrap {
	float: left;
	width: 100%;
}

.footer {
	clear: both;
	font-weight: normal;
	padding: 5px;
	position: relative;
	width: 100%;
}

.header {
	background: url(../federation/narfe_seal.gif) left center no-repeat #FFCCCC;
	color: #A62A2A;
	border: 2px groove solid #FF9933;
	border-bottom: 0;
	height: 110px;
	width: 100%;
}

.header-nm {
	background: url(../federation/zia.gif) right center no-repeat #FFFF33;
	color: #A62A2A;
	border: 2px groove solid #FF9933;
	border-bottom: 0;
	height: 110px;
	width: 100%;
}

.header-box {
	background: transparent;
	color: #A62A2A;
	margin: 0 110px;
}

.left {
	float: left;
	margin: 0 0 0 -182px; /*** Critical ldivider dimension values ***/
	position: relative; /* Needed for IE/win */
	width: 180px; /*** Critical column width value ***/
}

.left-box {
	overflow: visible;
	padding: 4px;
	text-align: left;
}

.outer {
	border-left: 2px solid #A62A2A; /*** Critical left divider dimension value **/
	border-right: 2px solid #A62A2A; /*** Critical right divider dimension value ***/
	margin: 0 180px; /*** Critical column widths ***/
	text-align: left;
	word-wrap: break-word;
}

.outbox {
	border-left: 2px solid #A62A2A; /*** Critical left divider dimension value **/
	margin: 0 0 0 180px; /*** Critical column widths ***/
	text-align: left;
	word-wrap: break-word;
}


.right {
	float: right;
	margin: 0 -182px 0 2px; /*** Critical divider dimension values ***/
	position: relative; /* Needed for IE/win */
	width: 180px; /*** Critical column width value ***/
}

.right-box {
	overflow: visible;
	padding: 4px;
	text-align: left;
}

.small {
	font-size: 10px;
	padding: 10px 0 0 0;
}

#expander {
	margin: 0 -170px; /* neg side margin values should be < or = to side body padding */
	min-width: 544px; /* This prevents Safari from losing the negative margins in narrow windows */
	position: relative; /* makes #expander visible outside #sizer in IEwin */
}

#sizer {
	margin: 0 auto; /* centers #sizer in standard browsers */
	text-align: left; /* resets the default text alignment for the page */
	width: 40%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
}

#wrapper1 {
	border: 2px solid #A62A2A;
	font-size: medium; /* set global font-size here */
	position: relative;
}

/* this positioning may be needed for IEwin if page is to contain positioned elements */
#wrapper2 {
	position: relative; /* extra insurance against bugs in IEwin */
}

TABLE   { border-collapse: collapse }
TR {
    border-bottom: 1px solid blue;
}
TD { 
    text-align: left; 
    vertical-align: middle;
	 padding: 5px;
}