/* CSS Document */

html { 
  padding:0px;
  margin:0px;
}

body {
  /*background-image:url(images/m_bkg.gif);*/
  width: 850px;
  position: absolute;
  left: 15px;
  background-repeat: no-repeat;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;  
  padding:10px;
  margin:0px;
}

/*#content {
  float: left;
  width: 35%;
  background-color: #fff;
  margin:0px 0px 50px 0px;
  overflow: auto;
} */

#menu {
  float: left;
  width: 85%;
  overflow: auto;
  margin: 0px;
  padding-left: 15%
}

.copyright {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
}

p, ol, ul, li, td, th, dd, dl, dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
}
blockquote {
	margin-left: 15px;
}
cite {
	font-size: 105%;
	font-style: italic;
}
em {
	font-style: italic;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	color: #96593f;
}
h2 {
	font-size: 145%;
	font-weight: normal;
	color: #7A701D;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-style: italic;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	color: #BA3C4C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	letter-spacing: 1px;

}
hr {
	color: #bebf5b;
	height: 1px dotted;
}
strong {
	font-weight: bold;
}

/* Link Deffinitions */
a {
	text-decoration: underline;
}
a:link {
	color: #DF5F5F;
}
a:visited {
	color: #E16F16;
}
a:hover {
	color: #BA3838;
	background-color: #BEBF5F;
}
a:active {
	color: #CF6601;
}
