/*  */
body {
	font-size: small;
	font-family: Georgia, Times;
    color: #eee;
    margin: 0;
	text-align: center;
	background: #373737 url("/Images/background.jpg") repeat-x top left;
}
p { 
	margin-top: 0em;
  	margin-bottom: 1em;
	line-height: 150%;
}
#sidebar p{
	font-size: 90%;
}
img {
	border: none;
}
sup {
	font-size: 80%;
	vertical-align: super;
}
h1, h2, h3, h4, h5, h6 {
	color: #eee;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: 0.5em;
	padding-bottom: 0.17em;
	border-bottom: 1px solid #eee;
	clear:both;
}
h1 {font-size: 166%;}
h2 {font-size: 150%;}
h3 {font-size: 120%;}
h4 {font-size: 105%;}
h5 {font-size: 100%;}
h6 {font-size: 80%;}
h1.banner {
	color: white;
	font-family: Georgia, Times; 
	background: #3a3933 url("../Images/Dark_Background.jpg") repeat-x top left;
	margin: 0;
	padding: 10px 0 10px 280px;
	border: none;
	font-weight: normal;
	letter-spacing: 0.2em;
}
h2.closed{
	margin-bottom: 1.2em;
}
h4.rt{
	text-align:right;
	padding-bottom:0em;
	padding-top:0em;
	margin-bottom:0em;
	margin-top:0em;
	border:none;
}
h6.rt{
	text-align:right;
	padding-bottom:0em;
	padding-top:0em;
	margin-bottom:0em;
	margin-top:0em;
	border:none;
}
/* Tables */
td.toc_photo {
	padding-right: 10px;
}
td.toc_community {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	vertical-align: bottom;
	padding: 0 0 1px 0;
}
td.toc_nav {
	font-weight: bold;
	border-bottom: 1px solid #eee;
	vertical-align: bottom;
	color: #eee;
	font-family: Georgia;
	font-style: italic;
	padding: 0 0 1px 0;
}
td.toc_description {
	vertical-align: top;
}
/* Links */
a, a:active {text-decoration: none; color: #ffffcc;}
a:visited {color: #ffffcc;}
a:hover {text-decoration: underline;}
a.toc:hover {text-decoration: none;}

a.h_toc, a.h_toc:visited, a.h_toc:hover, a.h_toc:active { color: #eee; text-decoration: none; }

/* specials */
.fineprint {
	font-size: 70%;
}
.myclass {border: 4px solid #CCFF00}
/* Buttons and forms */
.button_on {
	border: 1px solid #d12020;
	color: #FFFFFF;
	background-color: #d12020;
	font-size: xx-small;
	vertical-align: middle;
	cursor: pointer;
	font-weight: bold;
	height: 20px;
	text-align: center;
	text-transform: uppercase;
}
.button_off {
	border: 1px solid #d12020;
	color: #d12020;
	background-color: #FFFFFF;
	font-size: xx-small;
	vertical-align: middle;
	cursor: pointer;
	font-weight: bold;
	height: 20px;
	text-align: center;
	text-transform: uppercase;
}
