html {
	height: 100%;
}
a {
	font-weight: bold;
}
a:link {
	color: #fe9d1a;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #fe9d1a;
	text-decoration: underline;
}
a:active {
	color: #fe9d1a;	
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.stretchTable {
	width: 100%;
	height: 100%;
	background-image: url(../images/centerTile.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.stretchHeight{
	height: 100%;
	text-align: center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
body {
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #00000;
	scrollbar-highlight-color: #6d6d6d;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #383838;
	scrollbar-arrow-color: #fe9d1a;
	padding:0;
}
#body{
	padding-bottom:23px;
}

#container {
   min-height:100%;
   position:relative;
   height:100%;
}
#header {
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:23px;   /* Height of the footer */
}
.header_Tile {
	background-image: url(../images/headerTile.jpg);
	background-repeat: repeat-x;
	height: 151px;
}
.footer_Tile {
	background-image: url(../images/footerTile.jpg);
	background-repeat: repeat-x;
	bottom: 95%;
}
.contentPadding {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
img {
 		border: 0;
		behavior: url("pngbehavior.htc");
}
.header {
	height: 151px;
	text-align: center;
}
.contentBG {
	background-image: url(../images/contentBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
