body {
    font-family: Verdana, sans-serif;
    line-height: 1.4;
    margin: 0;
    background-color: #77aad5;
}
h1, h2, h3, #brand {
    font-family: "Trebuchet MS", Arial, sans-serif;
}
h1 {
    margin-top: 0;
}
#brand {
    color: white;
    background: #3f5f7f url(eyeball.gif) 5em .2em no-repeat;
    padding-top: .2em;
}
#brand .group {
    width: 22em;
    margin: auto;
}
#brand .title {
    font-size: 2.8em;
}
#brand .author {
    font-size: 1.5em;
    padding-bottom: .2em;
}
#container {
    margin: 0 20px;
    border-left: 1px solid #334;
    border-right: 1px solid #334;
    background-color: white;
}
#content {
    padding: 1em;
	font-size: .95em;
}
#left {
    width: 45em;
    margin: auto;
    background: url(shadow.gif) repeat-y;
}
#right {
    background: url(shadow.gif) top right repeat-y;
}
a {
    color: #136;
}
a:hover {
    color: red;
}
#footnote {
	/*position: relative;
	top: 1px;*/
    margin: 0;
    padding: .5em 2em;
    background-color: #3f5f7f;
    display: block;
    text-align: center;
    color: white;
    font-size: .7em;
    line-height: 1.8;
}
#footnote a {
    color: white;
}
#footnote a:hover {
    color: #def;
}
#footnote p {
    margin: .5em 0;
}
#navigation ul {
    margin: 0;
    padding: .4em 0 .2em;
    list-style-type: none;
    background-color: #3f5f7f;
    text-align: center;
}
#navigation ul li {
    display: inline;
}
#navigation ul li a {
    padding: .4em .7em;
    color: white;
    text-decoration: none;
}
#navigation ul li a:hover {
    background-color: white;
    color: #3f5f7f;
}

table {
	border-collapse: collapse;
	margin-left: 1em;
}

table th {
	text-align: left;
}

table td, table th {
	border: 1px solid #d8dded;
	font-weight: normal;
}

table th {
	background-color: #f7fbff;
}

table .head th {
	font-weight: bold;
	font-size: .9em;
}

table th, table td {
	padding: .3em .8em;
}