
html, body {
	height: 100%;
	left:0px;
}

#forPrint{
	display:none;
	visibility:hidden;
	position:absolute;
}

body {
	margin: 0;
	padding: 0;
	background:url(../images/bg3.jpg) center top repeat-y #bcbcbc;
	font-family:arial;
	font-size:12px;
}

p {/*these paragraph rules make line spacing as similar as they can be between ie and ff*/
	margin: 0em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0em;
	line-height: 1.3em;
}

h1 + p{	margin:-0.2em 0 0 0;}

h2 + p{	margin:-0.2em 0 0 0;}

h3 + p{	margin:-0.2em 0 0 0;}

h1{
	padding:0;
	margin: 5px 0px -3px 0px;
	font-size:16px;
	color:#006699;
}
h2{
	padding:0;
	margin: 5px 0px -3px 0px;
	font-size:14px;
	color:#006699;
}
h3{
	padding:0;
	margin: 5px 0px -3px 0px;
	font-size:13px;
	color:#006699;
}

#container {
	position: relative;
	min-height: 100%;
	background:url(../images/footerBg2.jpg) center bottom no-repeat;
}

* html #container{ background:url(../images/footerBg3.gif) center bottom no-repeat; }

#contentWrapper {
	padding: 0px;
	background: url(../images/branding2.jpg) center top no-repeat;
	width:100%;
	display:block;
	position:relative;
}

#content{
	max-width:831px;
	display:block;
	position:relative;
	padding: 170px 0 0 0;
	border:0px red solid;
}

#innerContent a{
	font-weight:bolder;
	color:#218BF1;
	text-decoration:underline;
}
#innerContent a:visited{
	font-weight:bolder;
	color:#285EA8;
	text-decoration:underline;
}
#innerContent a:hover{ text-decoration:none;}

#innerContent{
	
	position:relative;
	max-width:605px;
	border:0px green solid;
	padding:10px 0px 30px 200px;
	text-align:left;
	background:url(../images/sideColFooter2.gif) no-repeat left bottom;


	overflow:hidden;

}


#sideCol{
	display:block;
	position:relative;
	width:176px;
	float:left;
	
	margin:0 -200px 0 0;
	padding:0;
	left:-200px;
	top:-10px;
	z-index:10;
}


#sideCol a{
	color:white;
	text-decoration:none;
	font-weight:normal;
}

#sideCol a:visited{
	color:white;
	text-decoration:none;
	font-weight:normal;
}


#sideNav{
margin:0 0 6px 0;
}



#logo{
	display:block;
	width:54px;
	height:88px;
	position:absolute;
	z-index:12;
	top:30px;
	left:30px;
	cursor:pointer;
}



#footer {
	position: absolute;
	bottom: 0;
	padding:0px;
	left:0;
	width: 100%;
	font-size:10px;
	color:#ccc;
}

* html #footer{
	visibility:hidden;
}

#footerInner{
	text-align:right;
	max-width:815px;
	line-height:2.7em;
}

* html #footerInner{
	
}

#footer a{
	color:#ccc;
	text-decoration:none;
}

#footer a:hover{ text-decoration:underline;}

#topNav{
	max-width:831px;
	position:absolute;
	z-index:12;
	text-align:center;
	margin:-28px 0 0 0;
	
	white-space:nowrap;
}

table#topNav{ padding:0 4px 0 6px; }



#topNav a{
	color:white;
	text-decoration:none;
	display:block;
	padding:2px 4px 2px 4px;
	font-size:14px;
	margin:0px;
}

#topNav a:hover{
	background:url(../images/btnBgOver.jpg) repeat-x ;
}

#sideColFooter{
	display:block;
	
}

#justForPrint{
	display:none;
}

.wrapper{
	min-height:400px;
	padding:5px;
	/*column-count: 2;
	column-gap:32px;
	column-rule: 1px dotted #999;*/
}

.wrapper{ display:block; }
.wrapper-screen{ display:block; } 
.wrapper-print{ display:none; }

.column{
	overflow:hidden;
}
