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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
  text-decoration: none; 
  color: #0196CF;
}

body {
  font-family:verdana;
  font-size:11px;
  color:#333;
  background:#fff;
  margin:0;
  padding:0;
  background: #fff;
  background-repeat:no-repeat;
}

h1, h2, h3, h4, h5, h6 {
  color: #475739;
  font-weight:normal;
  line-height: 2em;
}

p {
  margin-bottom: 15px;
}

h1 {
  font-size:18px;
  font-weight:bold;
}

h2 {
  font-size:16px;
  font-weight:normal;
}

h4 {
  font-size:14px;
}

body {
  font-family: stencil std;
  line-height:1.4em;
  font-size:12px;
  overflow-x:hidden;
}

#top {
  background-image: url('../img/bg.png');
  background-repeat:no-repeat;
  width:1200px; 
  height: 160px;      
}

#nav {
  padding-top:20px;
  margin-right:5px; 
  float:left; 
  background-image: url('../img/links.jpg'); 
  background-repeat:no-repeat; 
  width:200px; 
  height:600px;
}

#nav ul a {
  display:block;
  padding:5px;
  color: #FFFF99;
}

#nav ul a:hover {
  color: black;
  background: #fff;
}

#nav li {
  width:200px;
  border-bottom:1px solid #888f81;
}
