/* Style for Base */
/* $Id: base.css,v 1.24 2006/03/08 22:50:15 xhutner Exp $ */

body {
  padding: 2em 1em 2em 70px;/* W3C R */
  padding: 0px ;
  margin: 0;
  font-family: sans-serif;
  color: black;
  background: white;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

body, td, th, input { /* redundant rules for bad browsers  */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif, "굴림" ;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small; 
}

th, td { /* ns 4 */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif, "굴림" ;
}

input {
	font-family: verdana, sans-serif, "돋움";
}


a { text-decoration: none; }
:link { color: #2C597A; background: transparent }
:visited { color: #404162; background: transparent }
a:active { color: #C00; background: transparent }

a:link img, a:visited img { border-style: none } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}


div {
  margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
  text-align: left;
  margin-top: 0px;
  padding-top: 1em;
  font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif, "굴림";
}
/* background should be transparent, but WebTV has a bug */
h1, h2, h3 { color: #005A9C; background: white ; font-weight: bold; }
h1 { font-size: 170%; }
h2 { font-size: 140%;  }
h3 { font-size: 120%;  }
h4 { font-weight: bold }
h5 { font-style: italic ;  }
h6 { font-variant: small-caps ;  }

.hide { display: none }

@media screen {  /* hide from IE3 */
  a[href]:hover { background: #ffa }
}

pre { margin-left: 2em }
/*
p {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
*/
dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
dt { font-weight: bold }

pre, code { font-family: monospace } /* navigator 4 requires this */




@media aural {  
  h1, h2, h3 { stress: 20; richness: 90 }
  .hide { speak: none }
  p.copyright { volume: x-soft; speech-rate: x-fast }
  dt { pause-before: 20% }
  pre { speak-punctuation: code } 
}


address {
  display: block;
  font-style: italic;
}

form {
  margin: 0px;
}

table {
  empty-cells: show;
  border-spacing: 0px;
  border-collapse: collapse;
  margin: 0px;
}

ol, ul {
  /* padding-left: 40px  /* mo */
  /* margin-left: 30px  /* ie */
  padding-left: 30px; 
  margin-left: 0px; 
}

.toc ol,
.toc ul,
ol.toc ,
ul.toc {
  list-style: disc;		/* Mac NS has problem with 'none' */
  list-style: none ;
}

ol.menu ,
ul.menu  {
	margin: 0px;
}

ol.menu li,
ul.menu li {
	display: inline ;
}

.orderedlist {
  list-style: none;
  clear: both;
}

.orderedlist ul{
 margin-top: 0.4em;
 margin-bottom: 0.6em;
}

.floatleft {
  float: left;
  margin-right: 1em;
 margin-bottom: 0.5em;
}
.floatright {
  float: right;
  margin-left: 1em;
  margin-bottom: 0.5em;
}

.smaller {
  font-size: 80%;
}