* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 13px;
}

p {
	margin-bottom: 10px;
    text-align: justify;
}
h3 {
    margin-top: 10px;
}

img {
	border: 0px;
}

a, a:visited {
	text-decoration: none;
	color: #002BB8; /* stay the same as unclicked */
}
a:hover {
	text-decoration: underline;
}
form p input {
    border: 1px solid #666666;
}
form p {
    margin: 5px 0px;
}
fieldset {
	border: 1px solid #CCCCCC;
	padding: 5px;
}

fieldset legend {
	font-size: 130%;
	font-weight: bold;
}

.box {
	width: 275px;
}


label {
	float: left;
	display: block;
	width: 130px;
	clear: left;
	margin-bottom: 10px;
}

.input, .submit {
	clear:both;
}

.input input  {
	float: left;
	margin-bottom: 10px;
	margin-top: -6px;
	border:1px solid #666666;
	color:#666666;
	clear: none;
	width: 120px;
}

.message-box {
    background-color:#93CC47;
    margin:10px 0;
    padding:10px;
}

.error-box {
    background-color:#E85752;
    margin:10px 0;
    padding:10px;
}

form .spacer {
	padding-left: 130px;
	clear: both;
}

#header {
	margin-bottom: 20px;
}

#header .logo {
    float: left;
}
#header .logo a {
    width: 211px;
    height: 44px;
    overflow: hidden;
    display: block;
    text-indent: -9000px;
}
#header .menu {
    float: right;
}
#header .menu ul {
	list-style: none;
}
#header .menu ul li {
	float: left;
	margin: 0px 10px ; 
	font-size: 13px;
	font-weight: bold;
}
#header .menu a {
    color: black;
}

#container {
	width: 730px;
	margin: auto;
}

#footer {
	margin-top: 20px;
	text-align: left;
}

#search {
	margin-bottom: 20px;
}
#search .input input {
	width: 100%;
}

#search fieldset {
	padding: 15px;
}


.half-box {
    float: left;
    width: 330px;
    padding: 15px;
}

table.columns td {
    vertical-align: top;
}

#top-banner {
    text-align: center;
    margin: 15px 0px;
}

#bottom-banner {
    text-align: center;
    margin: 30px 0px;
}

div.clue {
    border-top:1px dashed #5C5C5C;
    padding:10px;
}
div.clue:hover {
    background-color: #ffffd7;
}

div.clues {
    border: 1px solid #5C5C5C;
    margin-bottom: 20px;
    padding: 10px;
}

div.clue span.label {
	font-family: sans-serif;
    width: 70px;
    font-weight: normal;
}
div.clue div.answer {
	font-family: "Courier New",Courier,monospace;
    font-weight: bold;
}

#search-box {
    margin-top: 5px;
    float: right;
    clear: left;
}
#search-box input {
    color: #777777;
}
