/* CSS Document */

html { 
  padding:0px;
  margin:0px;
}

body {
 background-image:url(images/img_101.gif);
  width: 850px;
  position: absolute;
  background-repeat: repeat;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;  
  padding:10px;
  margin:0px;
}

#container {
	text-align: left;
	position: relative;
	width: 770px;
	background-color: #FFFFFF;
	float: right;
	clear: none;
	border: 3px solid #7F3F0A;
	margin: 20px;
	padding: 15px;
}

/*#content {
  float: left;
  width: 35%;
  background-color: #fff;
  margin:0px 0px 50px 0px;
  overflow: auto;
} */

#menu {
  float: left;
  width: 55%;
  overflow: auto;
  margin: 10px;
}

 #navcontainer
 {
	margin: 0px 0 0 0px;
	padding: 0;
	height: 20px;
	position: relative;
 }

 #navcontainer ul
 {
 border: 0;
 margin: 0;
 padding: 0;
 list-style-type: none;
 text-align: center;
 }

 #navcontainer ul li
 {
 display: block;
 float: left;
 text-align: center;
 padding: 0;
 margin: 0;
 }

 #navcontainer ul li a
 {
	background: #E16F16;
	width: 105px;
	height: 19px;
	padding: 0;
	margin: 0 0 0px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	position: relative;
	border: 1px dotted #965931;
 }

 #navcontainer ul li a:hover
 {
 color: #A4333C;
 background: #bebf5f;
 }

 #navcontainer a:active
 {
 background: #c60;
 color: #fff;
 }

 #navcontainer li#active a
 {
 background: #c60;
 border: 1px solid #c60;
 color: #fff;
 }
 
 .copyright {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
}

/* Start the xhtml tag deffinitions*/
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;
}
.img {
	border: 1px dotted #006666;
	padding: 2px;
	margin: 2px;
}

/* 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;
}
.notes {
	font: bold large Geneva, Arial, Helvetica, sans-serif;
	color: #CC0000;
}
