html, body {
	height:100%;
	margin:0;
	padding:0;
}

body {
	font:normal 15px/1.3em Verdana, Arial, Helvetica, sans-serif; 
	text-align:center;
	color:#43311e;
}

html a img {
	border:none 0;
}

a:link { color: #00f; }
a:visited { color: #009; }
a:hover,
a:focus,
a:active { font-style:italic; }

#pageContainer {
	height:100%;
	position:relative;
}

#pageStretch {
	width:100%;
	height:100%;
}

#sitenav {
	font:normal 15px/1.3em Verdana, Arial, Helvetica, sans-serif; 
	text-align:left;
	color:#43311e;
}

#sitenav li {
  list-style-type: none;
}

#sitenav .legal_list {
	font-size:smaller;
	color:#999;
}

.center { text-align:center; }

.nowrap { white-space:nowrap; }

.u { text-decoration:underline; }

.smallcaps { font-variant:small-caps; text-transform:none; }

.clear { clear:both; }
