/* CSS Document */

body {
	background-image: url(img/bg.gif);
	background-color: #555;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

#Wrapper { 
	width: 100%;
	min-width: 1000px;
	background: transparent url(img/bg2.gif) repeat-x top center;
}



#InnerWrapper {
	width: 100%;
	background: transparent url(img/bg3.gif) no-repeat top center;
	margin: 0 auto;
}


/***CHANGED ABOVE FROM BELOW ELEMENT ***/
/*#InnerWrapper { */
/*	width: 1000px;*/
/*	background: transparent url(img/bg3.gif) no-repeat top center;  */
/*	margin: 0 auto;  */
/*}  */


.nletter {
	padding-top: 3px;
}

.newBg {
	background: transparent url(img/bg3.gif) repeat-x top center;
}

input.subs {
	width: 140px;
	border: none;
	background-color: #FBFBFB;
	color: #919191;
	height: 20px;
	font-size: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

img {
	border: none;
}

/* Link Section */
/* a changed from AAAAAA to 666666*/
a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #4EC9F5;
}

a.selector {
	text-decoration: none;
	color: #4EC9F5;
}

a.feat {
	font-size: 11px;
	color: #4EC9F5;
}

a.feat:hover {
	font-size: 11px;
	color: #73A9BF;
	text-decoration: underline;
}

/* Layout Section */
#tablenav {
 	width: 195px;
	background-color: #FFFFFF;
	padding-top: 6px;
	border: 1px solid #555;
}

.callout {
	padding: 8px 8px 8px 8px;
}

#locator {
	width: 347px;
	background-color: #FDFDFD;
	padding-right: 12px;
}

#tdtemp {
	width: 472px;
}

td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
}

#photobox {
	border: 1px solid #555;
}

#calloutbox {
	background-color: #FFFFFF;
	width: 350px;
	border: 1px solid #555;
}

#footer {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #242424;
	padding-bottom: 5px;
}

#footer p {
	background-color: #555;
	font-size: 9px;
	text-align: center;
	color: #242424;
}

#footer a:link, #footer a:visited {
	font-size: 9px;
	color: #242424;
}

#footer a:hover, #footer a:active {
	font-size: 9px;
	color: #242424;
	text-decoration: none;
}

#linkbox {
	background-color: #FFFFFF;
	border: 1px solid #555;
}


#content {
	padding: 10px 10px 10px 10px;
}

#searchtable {
	background-color: #F5F5F5;
	border: 1px solid #EEEEEE;
	height: 34px;
	width: 181px;
}

#searchfield {
	padding-left: 8px;
}

#searchbutton {
	padding-right: 2px;
}

/* Classes and font styles */
.searchbox {
	width: 120px;
	height: 18px;
	border: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.bsearch {
	width: 131 px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.tnav {
	padding: 0px 0px 2px 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #AAAAAA;
}

.snav {
	padding: 0px 0px 2px 22px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #AAAAAA;
}

.hackerbox {
	border-top: 1px solid #DFDFDF;
	background-color: #F2F2F2;
	height: 64px;
}

.featured {
	padding: 14px 12px 0px 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #707070;
	height: 207px;
}

.feattitle {
	font-size: 14px;
	font-weight: bold;
}

.feattitletwo {
	font-size: 12px;
	font-weight: bold;
}

.featred {
	font-size: 13px;
	font-weight: bold;
	color: #870000;
}

/* TM edit below here */

.bodytxt {
    font-size:12px;
    color:#666666;
}


