/* * { margin: 0; padding: 0; } */

/*__________Basics__________*/
body {
	background-color: rgb(225, 221, 190);
	/* font-family: "Lucida Grande", Georgia, "Times New Roman", Times, serif; */
	/* font-family: Geneva, Arial, Helvetica, sans-serif; */
  font-family: verdana, arial, helvetica;
	font-size: 14px;
	text-align: center;
	color: #330000;
	margin: 0; 
	padding: 0;
}

a, a:link, a:visited { color: navy; }
a.silent, a.silent:link, a.silent:visited { color: rgb(66, 30, 10); text-decoration: none; }
a:focus, a:hover, a.silent:focus, a.silent:hover { color: blue; text-decoration: underline; }
a:active, a.silent:active { color: red; }
a img {
  border: 1px solid navy;
}

.accesskey { text-decoration: underline; }

h1 {
  /* text-align: center; */
	padding: 20px;
	font-size: 26pt;
	font-weight: bold;
	border-bottom: thick solid #330000;
}

/*_____Global_Container_____*/
#pg_container {
	position: relative;
  margin: 0 auto;
	background-color: #f5f5ed; /* rgb(225, 221, 212); */
  text-align: left;
  width: 770px;
  /* border: 1px dashed #666; */
}

/*__________Header__________*/
#pg_header {
	/* background-color: #330000;
	color: #f5f5ed; */ /* rgb(245, 245, 237); */
  /* border-bottom: 1px solid rgb(66, 30, 10); */
}

/*_______Main_Content_______*/
#pg_main {
  /* border: 1px dashed red; */
  background-color: rgb(245, 245, 237);
}

#pg_main p {
	padding: 0.3em 20px;
}

/*__________Footer__________*/
#pg_footer { 
  clear: both;
	border-top: 1px dashed rgb(127, 127, 127);
	text-align: right; 
	background-color: rgb(225, 221, 190);
  /* background: transparent; */
	font-size: 70%; 
	font-style: italic; 
}

.button {
    /* margin: 0; padding: 1px 0 0 0; */
    background-color: rgb(199,178,153);
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    border-color: rgb(66, 30, 10);
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 80%;
    font-weight: bold;
    color: rgb(66, 30, 10);
}
a.button:link    { text-decoration: none; color: rgb(66, 30, 10); }
a.button:visited { text-decoration: none; color: rgb(66, 30, 10); }
a.button:hover   { text-decoration: none; color: rgb(66, 30, 10); } 
