html, body {
  	height: 100%;
  	width: 100%;
  	padding: 0;
	margin: 0;
	overflowXXXXX: hidden;
	
}

body {
	background-color: #474747; /* steel blue is 626971 or 686f77 or 444 or 343740*/
	background-image: url('images/bg_tile_07.gif');
	background-repeat:repeat-x;
	font-size: small;
	font-family: sans-serif;
	color: #fff;
}


.box {
	width: 960px;
	height: 540px;
}

.input {
	width: 300px;
	margin: 0 auto; /* used for content */
}

.center {
	width: 1000px ;
	margin: 0 auto; /* used for content */
	text-align: left;

}

#top {
	background-color: #000; /* used for top div or 222 */
	padding: 6px;
}

#midx {
	background-color: #444; /* used for top div */
	padding: 0px;
}

#mid {
	padding: 20px;
}

.myfooter {
	font-size: 80%;
	clear:both;
	margin				: 0px;
	padding				: 6px;
	color				: #474747;
	border				: none;
	
}

.leading2 {
	margin-top: 100px;
	margin-bottom: 100px;
}

.leading {
	margin-top: 5px;
	margin-bottom: 5px;
}

.offcolor {
	color: #51b8dd;  /* use with SPAN to color home link blue 019bd6 or acbc1a */
	
}

.onlink {
	color: #fff;  /* use with SPAN to color home link blue */
}

form {
	font-family: sans-serif;
}

p {
	margin-left: 0%; 
	margin-right: 0%; 
	margin-top: 0%; 
	padding: 0px 0px 0px 0px; 
}

h1 {
	font-size: 120%;
}

.smaller {
	font-size: 90%;
}

a {
	font-family: sans-serif; /* sets universal rule */
	font-size: 110%;
	font-weightX:bold;
	Xletter-spacing:1px;
}

a strong {
	color: red; /* uses DESCENDANT SELECTOR style for strong */
}

a:link {color:#ababab;}      /* unvisited link */
a:visited {color:#ababab;}  /* visited link */
a:hover {color:#fff;}  /* mouse over link green 3fcb84 or red or c900ff */
a:active {color:#fff;}  /* selected link green 3fcb84 or red */
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}
