body {
    color: black;
    background: white;
    width: 55em;
    height: auto;
    margin: 0 auto;
    font-family: "Gill Sans MT", "Gill Sans", GillSans, sans-serif;
    padding: 0 auto;
    border: 0 auto;
    outline: 0 auto;
}

a {
    text-decoration: none;
    color: black;
}

h1,h2,h3,h4,h5 {
	margin:0;
	font-family: "Gill Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	letter-spacing: 0.05em;
	line-height:1.1em;
	}

ul, p {
	margin:0;
	font-family: "Gill Sans", Geneva, Arial, Helvetica, sans-serif;
        font-size:15px;
	letter-spacing: 0.05em;
	}

img { border:none;}
ul { padding:5px 0px 8px 20px; margin:0;}
ul li { list-style-type:disc;}

a.click:visited {
	outline:none;
	#text-decoration:underline;
	}

a:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}

h2, h2 a {
    margin-top: 0.5em;
    margin-bottom: 0.1em;
}

p {
    margin-top: 0em;
    margin-bottom: 0.5em;
    vertical-align: middle;
}

#header {
    height: 100px;
    text-align: center;
    vertical-align: middle;
}

#header h1 {
  padding-top: 35px;
  font-size:30px;
  margin: 0px
  font-style: italic;
  letter-spacing: 0.1em;
  line-height:1.1em;
  color: #E0E0E0;
}

#container {
    background-image: url('/images/I2068581-low.jpg');
    background-repeat:repeat-x;
    height: auto;
}

#mainbody {
    padding: 1em 1.5em 1em 1.5em;
    line-height: 150%;
    background-color: #e9e9e9;
    height: auto;
}

#menu {
    background-image: url('/images/I1200428-low.jpg');
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size:18px;
    letter-spacing: 0.05em;
}

#menu table {
    margin-left: auto;
    margin-right: auto;
}

#menu td {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

#submenu {
    background-image: url('/images/I1200428-low.jpg');
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size:18px;
    letter-spacing: 0.05em;
}

#submenu table {
    #margin-left: auto;
    #margin-right: auto;
}

#submenu td {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.currentmenu {
	#text-decoration:underline;
}

.currentlink {
    font-weight: bold;
}

.subcurrentlink {
    font-weight: bold;
}

#content {
    padding: 0.5em 1.5em 1.5em 1.5em;
    line-height: 150%;
    height: auto;
}

#subcontent {
    background-image: url('/images/I1200428-low.jpg');
    padding: 0.5em 1.5em 1.5em 1.5em;
    height: auto;
}

#subcontent a {
    font-weight: bold;
}

#subspacer {
    padding: 0.1em 0.1em 0.1em 0.1em;
}

#footer {
    background-image: url('/images/I1200428-low.jpg');
    clear: both;
    padding: 0.5em;
    text-align: center;
    letter-spacing: 0.05em;
}

#footer a {
    #color: #fff;
    font-weight: bold;
}
pre {
    border: 1px dotted #700;
    background: #eeee77;
}

