/* Global Style Sheets */

/* Import Other Style Sheets */
@import url("style/headerie.css");
@import url("style/sidenavie.css");
@import url("style/mainie.css");
@import url("style/tabsie.css");
@import url("style/formsie.css");

/* Import Font-Face Style Sheets */
@import url("style/fontface.css");

/* General */
body { background-color: #cccccc; margin: 0px; text-align: center; }
p { text-align: justify; }
img { border: 0px; }

/* Hyperlink and anchor tag styles */
a:link, a:visited { color: #0066FF; text-decoration: none; }
a:hover { text-decoration: underline; }

/* Main Wrapper */
.wrap {
	background-color: #FFFFFF;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
	width: 800px;
}

/* Footer */
.ftmn {
	color: black;
	font-family: arial, verdana, sans-serif; 
	font-size: 12px; 
	line-height: 14px; 
	text-align: center;
}
.ftspecial {
	position: absolute; 
	_top: expression((( ignoreMe 
		= document.documentElement.scrollTop 
		? document.documentElement.scrollTop 
		: document.body.scrollTop ) + 350 ) + 'px' );
	_left: expression(((ignoreMe
		= document.documentElement.scrollLeft
		? document.documentElement.scrollLeft
		: document.body.scrollLeft ) + 0) + 'px' );
}