html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: arial,helvetica,sans-serif;
/*  vertical-align: baseline; */
}

/* for debug /
table { border-collapse: collapse; border: 1px solid yellow; }
td { border: 1px solid red; padding: 0; }
/*************/
.framed table { border-collapse: collapse; border: 1px solid black; margin: 0; padding: 0;}
.framed th { border: 1px solid black; margin: 0; padding: 10px; }
.framed td { border: 1px solid black; margin: 0; padding: 10px; }

.zerofont{
  font-size: 0; 
}

.size10{
  font-size: 10pt;
}

.floatleft, .alignleft {float: left;}
.floatright, .alignright {float: right;}
.clear, .clearer {clear: both;}

.comptitle{
	float: right;
}

.unicode {
  font-family: Arial Unicode MS, Lucida Sans Unicode;
}

#flash { clear: both; font-weight: bold; font-size: 1em; margin: 10px 100px; border: 2px solid yellow; }
#flash div { cursor: pointer; padding: 5px 5px 5px 10px; }
#flash .errors { color: #ff0000; border: 2px solid red; }

div#sidebar{
}

#sidebar ul{
  list-style: none;
	margin-left: 0px; /* important for IE */
	padding-left: 0px; /*important for firefox*/
	margin-top: 20px;
	font-family: "Courier New", Courier, mono, "Arial Unicode MS", "Bookman Old Style";
	font-size: 12px;
	font-weight: bold;
}

#sidebar li{
		width:182px;
		height: 23px;
		margin-top: 10px;
}
#sidebar a {
		display:block;
		margin: 0; 
		padding: 7px 0 0 40px;
		color:#666600;
		background: url(/img/nav_all.gif) 0 0 no-repeat;
		text-decoration: none;
}
#sidebar a:hover {	
		background-position: 0 -23px;
		color: blue;
}
#sidebar a:active {
		background-position: 0 -46px;
		color: green;
}

.shiftdown{
  position: relative;
	top: 7px;
}

#main {
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
/* for debug *
	background:#9c9;
/* */
}

#main p {
	margin: 10px;
}

#footer {
  clear: both;
  text-align: center;
	font-size: 10px;
}

#terms_of_service p{
  font-size: 12px;
	margin: 10px;
}

#footer #ads1 {width: 180px; float: left;}
#footer #logo {margin: 0 auto;}
#footer #ads2 {width: 120px; float: right;}

.name {clear: both; float: left;}
.value {float: left;}
#contact #address {float: left;}
#contact #fax {float: left; margin-left: 50px;}
#contact #file {clear: both;}
