body { font-family: "trebuchet MS", Arial, Helvetica, "Sans Serif"; min-width: 650px; }
h5 { margin-bottom: 2px; padding-bottom: 2px; }
p { margin: 2px 0;  }

#container {
  width: 75%;
  margin: 0 auto;
	min-width: 650px;
}

#logo {}

.hidden { display: none; visibility: hidden; }
.error { color: #FF0000; font-weight: bold; }

.site-header { padding-bottom: 10px; border-bottom: 1px solid #cccccc; }
.site-header a { font-weight: bold; }
.site-header h1 { font-size: 48px; font-weight: bold; }
.site-header h1 a { color: #000000; text-decoration: none; }
.site-header h1 sup { font-size: 14px; color: #666666; }
#bookmarks { margin: 5px 0; padding-bottom: 5px; text-align: right; font-size: 12px }

.site-footer { color: #666666; text-align: center; margin: 10px 0; padding: 10px 0; border-top: 1px solid #cccccc; font-size: x-small; }

#cloud {
		clear: both;
    margin: 10px;
		padding: 10px;
    text-align: justify;
}

#cloud a {
    color: black;
    font: 10px;
    text-decoration: none;
    margin: 0 10px;
}

.guidelines { font-size: 12px; text-align: left; width: 400px; }

#suggest {
  padding: 10px;
  text-align: center;
  background-color: #F9F9F9;
  border: 1px #CCCCCC solid;
}

#suggest form { padding: 0; margin: 0; }
#suggest form input { font-size:1em; padding:0.2em; }
#suggest form input[type="submit"] { font-weight: bold; }
#suggest form input[type="text"] {  }

fieldset
{
    border: 1px #CCCCDD solid;
    padding: 6px;
}

legend
{
    font-weight: bold;
    color: #444488;
}

label
{
    font-weight: bold;
    color: #222266;
}