@charset "utf-8";
/* CSS Document */

body {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #999999;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtr #container { width: 906px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */ background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */ border: 1px solid #DFDFDF; text-align: left; /* this overrides the text-align: center on the body element. */ margin-top: 20px; margin-right: auto; margin-bottom: 20px; margin-left: auto; height: 478px; 
}

#container_tn{ width: 906px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */ background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */ border: 1px solid #DFDFDF; text-align: center; /* this overrides the text-align: center on the body element. */ margin-top: 20px; margin-right: auto; margin-bottom: 20px; margin-left: auto; height: 478px; 
}

#mainContent {
	padding: 0px;
}


#outer {
	height: 500px;
	position: relative;
	width: 100%;
	margin-top: 2em;
}
#outer[id] {
	display: table;
	position: static;
}

#middle {
	position: absolute; 
	top: 50%; 
	width: 100%; 
	text-align: center; /* for explorer only*/
} 

#middle[id] {
	display: table-cell; 
	vertical-align: middle; 
	position: static;
}

#inner {
	position: relative; 
	top: -50%; 
	text-align: left;/* for explorer only */
} 

#inner {
	width: 904px;
	margin-left: auto;
	margin-right: auto;
	height: 500px;
} /* for all browsers*/
		/* optional: #inner[id] {position: static;} */
		
		/* just format */
div.greenBorder {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.img_padding {
	padding: 10px;
	background-position: center center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#container_tn  img {
	padding-top: 20px;
	padding-bottom: 20px;
	border: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

.footerTxt {
	font-size: 0.7em;
	line-height: 3em;
	letter-spacing: 0.15em;
}
#mainNav {
	font-size: 0.7em;
	line-height: 3em;
	letter-spacing: 0.15em;
	margin: 0;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

