body {
	background: url(http://mewzik.com/img/greenback4.jpg) repeat-x;*/
	/*background-color:#dfeedf;*/
	background-color:#ffffff;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: .8em;
	line-height:1.4em;
  	color:#000;
	margin:0px; padding:0px;
}
h1 {line-height:normal;}
h2 {line-height:normal;}
h3 {line-height:normal;}
h4 {line-height:normal;}
h5 {line-height:normal;}
h6 {line-height:normal;}

img {border: 0;
	}
td {border-bottom:1px #aaa solid;}	

/*#header {border-bottom: solid 1px #ccddcc;
		 }*/

p.bodytext {	line-height: 1.4em;}

p.descr {margin-left:30px;
font-size:.9em;}

.center {text-align:center;}

.sidebar-right {float:right;
	width:200px;
	margin-left:10px;
	background-color:#FFFFFF; 
	padding:5px;
	text-align:justify;
}
.sidebar-left {float:left;
	width:200px;
	margin-right:10px;
	background-color:#FFFFFF; 
	padding:5px;
	text-align:justify;
}
.sidebar {
	width:100%;
	background-color:#FFFFFF; 
	padding:5px;
	text-align:justify;
}


a.sup {text-decoration:none;
	background-color:#99FF00;
	}
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: .8em;
	}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	}
.hide {
	display:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
/*nav style - with thanks to Stu Nichols/CSS Play: http://www.cssplay.co.uk/index.html*/
/*nav style - provides gray background*/
.nav {
  width:15em; 
  padding:.5em 0 .5em 0; 
  background:#cdc;
  margin:0;
  }
/* Gets rid of li bullets*/
.nav ul li {
	display:block;
	list-style: none;
	margin-left: .5em;
	}
/*nav style - header style*/
.navheader { 
	margin-left: .5em;
	font-variant: small-caps;
	font-weight: bold;
	color:#000;
	}
/*nav style - the text block*/
.nav a, .nav a:visited {
  display:block; 
  list-style-type: none;
  width:13em; 
  padding:0em 0;
  color:#565; 
  text-indent:0.2em;
  background-color:#fff; 
  text-decoration:none;
  margin:0.2em 0; 
  border-left:0.5em solid #9ab; 
  }
/*defines current page nav style*/  
#currentpage a, #currentpage a:visited {
  display:block; 
  list-style-type: none;
  width:13em; 
  padding:0em 0;
  color:#efe; 
  text-indent:0.2em;
  background-color:#556655; 
  text-decoration:none;
  margin:0.2em 0; 
  border-left:0.5em solid #9ab; 
  }
/*nav style - the red dot*/
.nav a:visited span {
  display:block; 
  position:absolute; 
  top:0; 
  left:15em; 
  width:1em;
  font-size:0.9em;
  color:#c00; 
  border:0px solid #c00;
  }
/*nav style - don't display red dot unless visited*/
.nav a span {
  display:none;
  }
/*nav style - hover style*/
.nav a:hover {
  color:#f00; 
  list-style-type: none;
  border-left:0.5em solid #000; 
    }
/*nav style - puts red dot to right relative to text block*/
.box {
  position:relative;
  }

