html,body{height: 100%; }
/* The following two declarations allow IE & all other browsers to 
start with a basic (medium) font size of 16px, and all ems defined
from here on out will scale relative to 16 pixels */
body{min-width: 62em; 
	position: absolute; 
	top: 0; left: 0; 
	width: 100%;
	background-image:url(img/wallpaper.gif); 
	background-repeat:repeat-y; 
	text-align:center; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; 
	border: none; 
	margin: 0 auto;
	padding: 0;}
html>body{min-height: 100%; font-size: 16px;}
/* null margins and padding to give good cross-browser baseline */
address,blockquote,div,form,fieldset,legend,h1,h2,h3,h4,h5,h6,hr,
ul,li,menu,ol,ul,table,tr,td,th,p,img {margin:0;padding:0;}
#container{margin:0 auto; 
	width: 56em; 
	min-height: 100%; 
	padding: 0; 
	border-left:2px solid #4D453C; 
	border-right: 2px solid #4D453C; 
	background-color: #fbfbfb; }
#header {margin: 0 2em 1.5em 2em;
	padding: 1.3em 0 0 0;
	height: 128px;
	width: 52em;
	background-image:url(img/IAM-logo-bar-right.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
	text-align: left;}
#header h1{position: absolute; left: -500em;}
#header img{position: relative; top: 0; left:  0; border: none;}
#navlist{float:left; 
	width:14em; 
	text-align: left; 
	font-size: .875em; 
	font-weight: bold; 
	color: #fff;
	background-color: #4D453C; 
	margin: 0 0 1.5em 2.3em;
	padding: 0;}
#navlist ul li {
	color: #4D453C; 
	align:left; 
	font-size: 1.1em; 
	font-weight: bold; 
	line-height: 2em; 
	list-style-type: none;  
	border-bottom: 2px solid #4D453C; 
	border-right: 2px solid #4D453C; 
	border-left: 2px solid #4D453C; }
#navlist ul li.current {
	color: #4D453C; 
	background-color: #77A6C9;
	padding: 0 0 0 1.2em;}
#navlist ul li a {
	color: #4D453C; 
	background-color: #CECDC8; 
	text-decoration: none; 
	padding: 0 0 0 1.2em; 
	display: block;}
#navlist ul li a:hover {color: #4D453C; 
	background-color: #A5AEB2;}
#navlist ul li a:active{color: #FFF; 
	background-color: #85ADC7;}
.current {color:white; 
	font-size: 1.2em; 
	line-height: 1.6em;}
.browntop{background: url(img/brtr.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;}
.brownbottom{background: url(img/brbr.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;}
/* Note: rounded corners achieved with Adam Kalsey method */
/* In the future, it might be nice to shift to a method that doesn't make use of the !important tag, maybe the 456 Berea Street model? */
img.corner{border: none; 
	display: block !important;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;}
#wrapper{float:right; 
	width: 38em;
	background-color:#F0F0EF; 
	background-image:url(img/watermark.gif); 
	background-position: 45% 60%; 
	background-repeat: no-repeat; 
	margin: 0 2.2em 1.3em auto; 
	padding: 0 0 .75em 0;
	border: 1px;
	border-style: solid;
	border-color: #BCBABA;
	color: #cdcdc8;}
#content{display: block; 
	text-align:left;}
#content img.righty {float: right; margin: 1em 1em .1em 1em;}	
#content h3{text-align: left;
	color: #567EA1;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: .75em .75em 0 .75em;}
#content h4{text-align: left;
	color: #567EA1;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: .75em .75em 0 1em;}
#content p{font-size:0.875em;
	font-weight: normal; 
	line-height:1.45em; 
	color: #423B33;
	margin: 0;
	padding: .7em 1.2em .1em 1.2em;}
#content p.heavy{font-size: .875em;
	font-weight: normal; 
	line-height:1.5em; 
	color: #332e29;
	margin: 0;
	padding: 1em 1.2em .7em 1.2em;}
#content p.emphasized{font-size: .875em;
	font-weight: bolder; 
	line-height:1.45em; 
	color: #282420;
	margin: 0;
	padding: .7em 1.2em .1em 1.2em;}
#content p a:link {text-decoration: underline;
	color:#4B7496;}
#content p a:visited {color: #423B33;}
#content ul {list-style: disc;
	text-align: left;
	margin-left: 1em;
	padding: .75em 1em .25em 2em;
	text-indent: 0;
	font-size:0.875em;
	font-weight: normal; 
	line-height:1.33em; 
	color: #423B33;}
#content table{margin: 0 auto; padding: 1em 1.2em 1em 1.2em;}
#content td{font-size:0.875em;
	font-weight: normal; 
	line-height:1.45em; 
	color: #423B33;
	padding: 0;
	text-align: left;}
.quoteblock {display: block;
	margin: 0;
	padding:  .4em 3em;
	text-align: left;
	font-style:italic;
	font-size: .8em;
	line-height: 1.4em;
	color: #5d5146;}
.textblock {display: block;
	margin: 0;
	padding: .7em 3em .25em 3em;
	text-align: left;
	font-style: normal;
	font-size: .875em;
	line-height:1.25em;
	color: #423B33;}
.indented {display: block;
	margin: 0;
	padding: .4em 0 .5em 4em;
	text-align: left;
	font-size: 0.875em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
	color: #423833;}
.linklist {list-style:none;}
.link {display: block;
	list-style: none;
	margin-left: -1em;
	padding: 0;
	text-align: left;
	text-indent: 0;
	font-weight: normal; 
	line-height: 2em; 
	color: #423B33;}
.link a {color: #4B7496;}
.link a:visited {color: #423B33;}
#extra{clear:both;
	text-align:center;}
#extra img{padding: 0 2em 1.25em 2em; border: none;}
#footer{clear:both;
	width: 60em;
	height: 3em; 
	color:#F3F3F3;
	background-color: #6891B6; 
	text-align: center; 
	font-size: .875em;
	line-height: 1.5em;
	margin: 0 2em;
	padding: 0;}
.bluetop{background-color:#6891B6;
	background-image:url(img/bltr.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0;
	padding: 0;
	text-align: left;}
.bluebottom{background-color:#6891B6; 
	background-image:url(img/blbr.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0;
	padding: 0;
	text-align: left;}
#footer a:link {color: #F7F7F7; 
	font-weight:bold; 
	text-decoration: none;}
#footer a:hover {text-decoration: underline;}
#wrapper_watermarkless{float:right; 
	width: 38em;
	background-color:#F0F0EF; 
	margin: 0 2.2em 1.3em auto; 
	padding: 0 0 .75em 0;
	border: 1px;
	border-style: solid;
	border-color: #BCBABA;
	color: #cdcdc8;}
#content_centered {margin: 0 auto;
	text-align:center;
	background-color:#F0F0EF;}
#content_centered h3{text-align: left;
	color: #423B33;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 1em .75em 0 .75em;}
#mediator_listing {margin: 0 auto;
	padding: .5em 0 0 0;
	text-align: center;}
.mediator {display: inline-block;
	width: 17em; 
	margin: 1em;
	padding: 1em .75em 1em 128px;
	text-align: left;
	font-style: normal;
	font-size: .875em;
	line-height: 1.4em;
	color: #423B33;
	background-color: #F5F5F5;
	background-image:url(img/watermark-small.gif);
	background-position: 2% 50%;
	background-repeat: no-repeat; 
	border: 1px #8AB4D2 solid;}
.mediator a {color: #423B33;}
.FAQlist {list-style:none;}
.FAQlink {display: block;
	list-style: none;
	margin-left: -1em;
	padding: 0;
	text-align: left;
	font-weight: normal; 
	line-height: 1.5em;}
.FAQlink a:link{color: #332e29;}
.FAQlink a:visited{color: #423B33;}
.invisible{display: none;}
a:link {color: #4B7496;}
.tiny {font-size:.5em; line-height:.5em;}
.tinylink {font-size: .75em;}
