/* Sticky footer */
* {
	margin: 0;
}
html, body {
	height: 100%;
	background-color: #F5FAFD;
	font-family:cambria,palatino,Georgia,Serif;
}
.wrapper {
	min-height: 100%; 
	height: auto !important;
	height: 100%;
	margin: 0 auto -7.2em; /* the bottom margin is the negative value of the footer's height IE ONLY HERE*/
	background-image: url(gfx/bg_searstower.jpg);
	background-repeat: no-repeat;
	background-color: #F5FAFD;
}

[id$="wrapper2"]:not([class="xxx"]) { /* MOZ ONLY HERE */
	margin: 0 auto -7.1em !important;
}

@media all and (min-width:0px) { /* RESETTING FOR OPERA, SHOOT ME NOW */ 
	[id$="wrapper2"] {
		margin: 0 auto -7.1em; 
	} 
}
.footer {
	height: 2em; 
}
.push {
	height: 6em; /* .push must be the same height as .footer */
}
#ft {
	font-size: 1.25em;
	padding-top: 0.40em;
	height:1.5em;
}
/* End sticky footer */

#custom-doc{
	width: 100%; 
	min-width: 620px;	
}
#hd, #ft{
	text-align: center;
	width: 100%;
	vertical-align: middle;
	background-color: #CBD1FA;
}
#hd{
	padding-top: 0.25em;
	height: 1.5em;
	font-size: 2em;
}
#hd a{
	color: #4561A9;
	text-decoration: none;
}

#googlesearch{
	float:right;
	height: 4.5em;
}
th,td {
	border: none;
	padding: 0.25em;
}
table{
	margin-bottom: 0.1em;
}
p{
	margin-bottom: 1em;
}
h1 {
	margin-left: 0.5em;
	margin-right: 0.5em;
	font-size: 1.5em;
}
#right h1{
	text-align:right;
}
#content{
	font-size: 1.3em;
	min-width: 300px;
	margin-left: 2em;
	margin-right: 2em;
}
#content #left{
	float:left;
	width:49%;
}
#content #right{
	float:right;
	width:49%;
}
a:link{
	color: #4561A9;
}
a:hover{ 
	color: #656818;
}
a:visited{ 
	color: #007451;
}
a:active{ 
	color: #9C4E32;
}
.emb{ /* paragraph-embedded images */
	float: right;
	margin: 15px;
}
.caption{
	text-align: center;
}
