body, p, td, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6E6E6E;
	margin: 0px;
	padding: 0px;
}
body{
	text-align: center;
}
#site {
	width: 700px;
	border-left: 1px solid #C9C7D0;
	border-right: 1px solid #C9C7D0;
	padding-left: 1px;
	padding-right: 1px;
	height: 100%;
	text-align: left;
}
#nav {
	padding-left: 20px;
	padding-right: 20px;
}
p {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
}
hr {
	color: #E8E7EA;
	height: 8px;
	margin: 10px;
}
hr.thin {
	color: #DEDBE8;
	height: 1px;
	margin: 10px;
}
hr.widethin {
	color: #DEDBE8;
	height: 1px;
	margin: 0px;
}
p .title{
	font-size: 10px;
	font-weight: bold;
	color: #534B8A;
	padding: 0px;
	margin: 0px;
}
a:link, a:visited {
	color: #E3640F;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:active {
	color: #6E6E6E;
	text-decoration: none;
}
.midcolumn {
	border-left: 1px solid #DEDBE8;
	border-right: 1px solid #DEDBE8;
}
h1{
	font-size: 14px;
	color: #534B8A;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 15px;
}
h2{
	font-size: 12px;
	color: #534B8A;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 15px;
}
form{
	margin: 0px;
	padding: 0px;
}
.leftnav{
	width: 150px;
	border-right: 1px dashed #DEDBE8;
	background-color: #F7F7F7;
}
.leftnav_wide{
	width: 200px;
	border-right: 1px dashed #DEDBE8;
	background-color: #F7F7F7;
}
.leftnav_item{
	padding: 6px;
	border-bottom: 1px solid #DEDBE8;
	border-top: 1px solid #ffffff;
}
.leftnav_item_active{
	padding: 6px;
	background-color: #EDEDED;
	border-bottom: 1px solid #DEDBE8;
	border-top: 1px solid #E2E2E2;
	font-weight: bold;
}
.leftnav_item_sub{
	padding: 6px;
	padding-left: 6px;
	margin-left: 4px;
	font-size: 9px;
	background-color: #EDEDED;
	border-bottom: 1px solid #F7F7F7;
}
.leftnav_item_sub a:link, .leftnav_item_sub a:visited, .leftnav_item_sub_active a:link, .leftnav_item_sub_active a:visited {
	color: #534B8A;
}
.leftnav_item_sub_active{
	padding: 6px;
	padding-left: 6px;
	margin-left: 4px;
	font-size: 9px;
	background-color: #E2E2E2;
	border-bottom: 1px solid #F7F7F7;
	font-weight: bold;
}
.invisible{
	display: none;
}
.tn_comic{
	margin-right: 15px;
}
