* {
margin: 0;
padding: 0;
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
}

html, body {
background: #f0f0f0;
font-size: 10px;
}

html {
height: 100%;
}

body {
min-height: 95%;
margin: 10px;
}

h1 {
background: url('/img/logo.png') 50% 50% no-repeat;
text-indent: -5000em;
height: 175px;
}

input[type="submit"]{
font-size: 14px;
border:outset 1px #5000a0;
background:white;
color:#5000a0;
font-weight:bold;
}

h2 {
font-size: 200%;
padding-bottom: 0.4em;
}

p, li, dt, dd, label, input, select {
font-size: 140%;
}

legend {
font-size: 120%;
}

img {
border: 0;
}

a {
color: #5000a0;
font-weight: bold;
text-decoration: none;
}

a:hover {
text-decoration: none;
color: #5000c6;
}

div {

}

#wrap {
position: relative;
min-height: 100%;
width: 760px;
margin: 0 auto;
}

#nav {
padding: 10px 0;
}

#nav ul {
text-align: center;
list-style-type: none;
}

#nav ul li {
text-align: center;
display: inline;
}

#nav ul li:before {
content: ":: ";
font-weight: bold;
}

#nav ul li.first:before {
content: "";
}

#login {
border: 2px solid #8000ff;
background: #fff;
width: 300px;
padding: 10px;
float: left;
}

form span {
display: block;
height: 2.4em;
}

span label {
text-align: right;
float: left;
width: 5.5em;
padding-right: 5px;
}

span input {
float: left;
width: 14.5em;
}

input.text {
background: #eeddff;
border: 1px solid #888;
}

span input#submitbutton {
border:solid 2px #5000a0;
background:white;
color:#5000a0;
font-weight:bold;
}

#news {
float: right;
width: 400px;
border: 2px solid #8000ff;
background: #fff;
padding: 10px;
}

dt {
font-weight: bold;
padding: 0 0 2px 0;
}

dd {
padding: 0 5px 2px;
}

#blurb {
clear: both;
text-align: center;
width: 100%;
bottom: 1px;
padding: 20px 0 20px 0;
}

.hand {
   cursor: pointer;
}

fieldset {
border: 1px solid #8000ff;
padding: 10px;
margin-bottom: 10px;
}