body {
	font-family: "Trebuchet MS", Futura, Arial, Helvetica, Verdana, sans-serif;
	color: #F0F0D8;
	text-align: center;
	font-size: 90%;
	background-color: black;
}

html { overflow-y: scroll; } 

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	letter-spacing: 0.1em;
}

h1.sec {
	font-size: 100%;
}
h2 {
	color: #B0B098;
	font-size: 100%;
}

a {
	text-decoration: none;
}

table.main
{
	font-size: 100%;
	text-align: center;
}

#mainwrap {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-right:1px solid #181818;
	border-top:1px solid #181818;
	border-bottom:1px solid #181818;
	border-left:1px solid #181818;
	background-color: black;
	text-align: center;
}
#mainwrap-smart {
	width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-right:1px solid #181818;
	border-top:1px solid #181818;
	border-bottom:1px solid #181818;
	border-left:1px solid #181818;
	background-color: black;
	text-align: center;
}
#header {
	color: #9C9CFE;
	background: #181818 ;
	width: 100%;
	margin: 0 auto;
}

#header h1 {
	color: #FFA000;
	padding: 1px 1px;
	text-align: center;
}
#header a:hover {
	color: #FFFFFF;
}
#topnav {
	color: #F0F0D8;
	padding: 1px;
	font-size: 90%;

	text-align: center;
}
#topnav a {
	color: #484830;
	border-bottom: 0px solid #484830;
}

#topnav a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

#sidenavwrap {
	float: right;
	width: 175px;
	margin-top: 25px;
	padding-top: 5px;
	font-size: 90%;
}

#sidenavwrap h1 {
	font-family: Arial, "Trebuchet MS", Futura, Helvetica, Verdana, sans-serif;
	color: #F0F0D8;
	padding: 3px 6px;
	font-size: 100%;
	text-align: left;
}
#sidenavwrap h3 {
	font-family: Arial, "Trebuchet MS", Futura, Helvetica, Verdana, sans-serif;
	color: #F0F0D8;
	padding: 3px 6px;
	font-size: 100%;
	text-align: left;
}
	
#sidenavwrap ul {
	list-style-type: none;
	padding: 3 16px;
	margin: 0;
}
	
#sidenavwrap ul li {
	margin-top: 5px;
}
	
#sidenavwrap ul li a {
	display: block;
	width: 160px;
	color: #F0F0D8;
}

#sidenavwrap ul li a:hover {
		color: #ffa000;
}
#sidenavwrap a {
	color: #F0F0D8;
}

#sidenavwrap a:hover {
	color: #ffa000;
}

#contentwrap {
	
	width:900px;
	background-color: #181818;

}
#contentwrap-smart {
	
	width:640px;
	background-color: #181818;

}

#breadcrumb {
	color: #B0B098;
	font-size: 85%;	
}

#breadcrumb a {
	color: #F0F0D8;
}

#breadcrumb a:hover {
	color: #ffa000;
}
#breadcrumb h2 {
	font-weight:normal;
	color:  #F0F0D8;
	font-size: 110%;	
}
#content {
	color: #F0F0D8;
	padding-top: 10px;
	line-height: 120%;
	font-size: 0.85em;
	text-align: center;
}

#content p {
}

#content h1 {
	color: white;
	font-size: 100%;
}
#content h1.sec {
	color: #FFA000;
	font-size: 100%;
}
#content h2 {
	color: #CCC;
	padding-bottom: 6px;
}

#content h3 {
	color:  #F0F0D8;
	font-size: 100%;
	padding-bottom: 6px;
}

#content a {
	color: #FFA000;
	border-bottom: 0px solid #0000FF;
}

#content a:visited {
	color: #FFA000;
	border-bottom: 0px solid #0000FF;
}

#content a:hover {
	color: #C60;
}

#bottomnav {
	clear:both;
	color: #F0F0D8;
	padding: 1px;
	font-size: 90%;
	text-align: center;
}

#bottomnav a {
	color: #A0A088;

}

#bottomnav a:hover {
	color: #ffa000;
	
}

#copyright {
	color: #a2a2a2;
	padding: 10px;
	font-size: 80%;
	background-color: #181818;
	text-align: center;
}

#copyright a {
	color: #787860;
	border-bottom: 1px dashed #787860;
}

#copyright a:hover {
	color: #D6D4AE;
	border-bottom: 1px solid #D6D4AE;
}

#credit {
	color: #303030;
	padding: 1px;
	font-size: 80%;

}

#credit a {
	color: #303030;
	border-bottom: 0px solid #303030;
}

#credit a:hover {
	color: #D6D4AE;
	border-bottom: 0px solid #D6D4AE;
}
		
.right {
	text-align: right;
}

.left {
	text-align: left;
} 

.center {
	text-align: center;
}
	
#clear {
	clear: both;
}

.box {
	color: #f0f0f0;
	border: 1px solid #D6D4AE;
	background-color: black;
	padding: 10px 10px 10px 20px;
	font-size: 100%;
	line-height: 150%;
	margin-left:auto
	margin-right:auto;
}

.box-white {
	color: #FFFFF0;
	border: 1px solid #D6D4AE;
	background-color: black;
	padding: 10px 10px 10px 20px;
	font-size: 100%;
	line-height: 170%;
	margin-left:auto
	margin-right:auto;
}

.warning {
	color: #FF0000;
}
		

.text-xsmall {
	font-family: "Trebuchet MS", Futura, Arial, Helvetica, Verdana, sans-serif;
	font-size: x-small;
}
.text-xsmall a {
	color: #D0D0D0;
}

.text-xsmall a:hover {
	color: #A0A088;
}

.text-small {
	font-family: "Trebuchet MS", Futura, Arial, Helvetica, Verdana, sans-serif;
	font-size: small;
}
.text-yellow {
	font-family: "Trebuchet MS", Futura, Arial, Helvetica, Verdana, sans-serif;
	font-size: small;
	color: #ffa000;
}
.text-lightgray {
	font-family: "Trebuchet MS", Futura, Arial, Helvetica, Verdana, sans-serif;
	font-size: small;
	color: #B0B098;
}



.tab { margin-left: 40px; }

.large
{
	font-size: 150%;
	padding:25pix;
}
.x-large
{
	font-size: 200%;
	padding:25pix;
}
.xx-large
{
	font-size: 300%;
	padding:25pix;
}
.mid
{
	font-size: 100%;
	padding:1pix;
}
.violet
{
	color: #9C9CFE;
	font-size: 100%;
}

.image {
	position:relative
	float:left;	
}
.imagebox .text {
	position:absolute;
	top:10px; /* in conjunction with left property, decides the text position */
	left:0px;
	width:200px; /* optional, though better have one */
}

.text-line {
	color: #B0B098;
	font-size: 100%;	
}
hr {
height: 1px;
margin: 10pix;
padding: 0;
color: #707070;
background-color: #707070;
border: 0;
}

a img {border: none; }