body {
margin: 0px;
background-color:#333333;
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 76%;
color: #ffffff;
}
a {
	color: #cccccc;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: none;
	
}
#siteholder {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#bg {
	background-image:url(../images/bg.jpg);
	background-position: top;
	background-repeat:repeat-x;
}
#header {
	background-image:url(../images/tp-header-bg.jpg);
	height: 200px;
}
#logo {
	float: left;
	padding-left: 40px;
	padding-top: 40px;
}
#tnav {
	clear: left;
	padding-left: 24px;
}
#tnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#tnav ul li {
	float: left;
	margin-left: 6px;
	background-image:url(../images/tnav-bg-l.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 4px;
}
#tnav ul li a {
	display: block;
	background-image:url(../images/tnav-bg-r.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 6px;
	padding-bottom: 10px;
	padding-right: 12px;
	padding-left: 6px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
}
#tnav ul li a:hover {
	color: #cccccc;
}
#tnav ul li a:hover span {
	border-color: #cccccc;
}
#tnav ul li a span {
	border-bottom: 2px solid #333333;

}
#contentholder {
	background-image:url(../images/tp-content-bg.png);
	background-position: left;
}
#contentbg {
	background-image:url(../images/tp-content-b.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#content {
	background-image:url(../images/tp-content-bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 10px;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
	min-height: 300px;
}
#content ul li {
	list-style-image:url(../images/arrow.gif);
}
#footer {
	padding-bottom: 35px;
	padding-left: 50px;
	padding-right: 50px;
	font-size: .9em;
	color: #666666;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #999999;
}
#jj {
	float: right;
	color: #999999;
}
#jj a {
	color: #999999;
}
#copyright {
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1.6em;
	border-bottom: 1px solid #101010;
	padding-bottom: 4px;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
	color: #999999;
	margin-top: 10px;
}
.infobox {
	padding: 10px;
	background-color: #030303;
	border: 1px solid #111111;
}
.homeimage {
  filter:alpha(opacity=70);
  opacity:0.7;
}
.homeimage:hover {
  filter:alpha(opacity=100);
  opacity:1.0;
}

.top {
	font-size: .8em;
	border-bottom: 1px solid #333333;
	padding-bottom: 5px;
	text-align: right;
}
.top a {
	text-decoration: none;
}

.button {
	display: block;
	float: left;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	border: 1px solid #333333;
	font-size: 1.1em;
	text-decoration: none;
	margin-top: 10px;
	text-transform: uppercase;
}
.button:hover {

		background-color: #333333;
	border: 1px solid #666666;
	color: #ffffff;
}

.horrule {
	border-bottom: 1px solid #101010;
	padding-top: 10px;
	margin-bottom: 10px;
}
.horrule2 {
	border-bottom: 1px solid #101010;
	padding-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

.autopageimage {
	float: right;
	padding: 20px;
	background-color: #ffffff;
	border: 2px solid #666666;
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	color: #000000;
	margin-left: 30px;
	margin-bottom: 10px;
}
