html, body {
background-color: #E1DCD5;
color: #76624E;
font-family: "Times New Roman";
}

h1,h2,h3,h4 {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

dt {
padding: 10px 0px 0px 0px;
font-style:italic;
font-variant: small-caps;
}

dd {
}

/* links */
/* must be in this order to work correctly */
a {
color: #76624E;
}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: none;}

/* bullets */
ul.disc {list-style-type: disc}
ul.circle {list-style-type: circle}
ul.square {list-style-type: square}
ul.none {list-style-type: none}
ol.decimal {list-style-type: decimal}
ol.lroman {list-style-type: lower-roman}
ol.uroman {list-style-type: upper-roman}
ol.lalpha {list-style-type: lower-alpha}
ol.ualpha {list-style-type: upper-alpha}

/* navigate */
ul.horizontal {}
ul.horizontal li {display:inline;padding:.5em;} 

div#container {
background-color: #F5EFE8;
border: 1px solid #76624E;
}

div#header {
color: #F5EFE8;
background: #76624E url(logo.gif) no-repeat left;
padding: 10px 10px 10px 60px;
}

div#topNav {
padding-top: 2px;
padding-bottom: 2px;
padding-right: 10px;
text-align: right;
}

div#menu {
padding: 0px 0px 0px 0px;
}

div#content {
min-height: 400px;
background: url(regionBg.gif) #F5EFE8 repeat-x;
padding: 10px 10px 10px 10px;
}

.introduction {
font-style: italic;
margin: 0px auto 0px auto;
padding: 5px 5px 5px 5px;
width: 80%;
border: 1px dotted #76624E;
}

div#footer {
text-align: center;
background-color: #F5EFE8;
}

.block {
border: 1px solid black;
margin: 10px 10px 10px 10px;
}

.ack {
text-align: center;
border: 1px solid black;
margin: 10px 10px 10px 10px;
padding: 10px 10px 10px 10px;
}

.block  h1{
color: #F5EFE8;
background-color: #76624E;
text-align: center;
font-size: large;
}

.label {
font-variant: small-caps;
}

form {
}

.new {
	background-color: white;
	margin-right: 15px;
	padding: 5px 5px 5px 5px;
	border: 1px dotted #76624E;
}

