body, a {
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
}

body {
	background-color: white;
	color: black;
	font-size: 95%;
	margin: 0;
}

/* Header */
div.header {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	height: 7.5em;
	padding: 0 0 0 1.4em;
	background-repeat: no-repeat;
}

div.header span.title {
	font-size: 300%;
	font-weight: bold;
	line-height: 2em;
}

/* Header Links */

div.header div.links span.title {
	font-size: 100%;
	font-weight: bold;
	line-height: 1em;
}

div.header div.links {
	display: block;
}

div.header div.links a {
	text-decoration: none;
	font-weight: bold;
	padding-right: 6px;
	padding-left: 9px;
	border-left: 1px solid #4080ff;
}

div.header div.links a:hover {
	text-decoration: underline;
}

div.header div.links a.first {
	border-left: none;
}

div.header div.ads {
	position: absolute;
	right: 5px;
	top: 50px;
}

/* Menus and Ads */

div.menus {
	width: 195px;
	margin-top: 30px;
	float: left;
}

div.menus div.menu, div.menus div.ads {
	width: 165px;
	margin: 0px 15px 20px 15px;
}

div.menus div.ads {
	margin-bottom: 10px; /* In case the ads push up against the footer */
	margin-left: 34px;
}

div.menus div.menu {
	border-top: 2px solid;
	border-bottom: 2px solid;
}

div.menus div.menu div.title {
	font-weight: bold;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	padding: 4px 0.5em 4px 0.75em;
}

div.menus div.menu a {
	color: black;
	line-height: 1.25em;
	padding: .65em 0.5em .65em 0.75em;
	text-decoration: none;
	display: block;
}

/* Content */

div.contents {
	margin-left: 215px;
	margin-top: 35px;
	margin-bottom: 10px;
	margin-right: 30px;
	width: auto;
}

div.content {
	text-align: justify;
	line-height: 1.5em;
}

div.content h1, div.content h2, div.content h3 {
	font-family: tahoma, sans-serif;
	margin: 0 0 2em 0;
}

div.content h1 {
	font-weight: bold;
	font-size: 150%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: .3em;
}

div.content h2 {
	font-weight: bold;
	font-size: 100%;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	padding-bottom: 0em;
	margin-bottom: 1em;
	padding-top: .5em;
}

div.content p {
	padding-bottom: 1.1em;
}

div.content a {
	text-decoration: underline;
}

div.content a:hover {
	text-decoration: none;
}

/* Content - Search Pages */

div.content form {
	/* border: 1px red solid; */
}

div.content form div.section {
	margin: 0px;
	padding: 0px;
}

div.content form div.item {
	 /* border: 1px purple solid; */
	 margin-bottom: 0.5em;
}

div.content form div.label {
	/* border: 1px green solid; */
	float: left;
}

div.content form div.input {
	/* border: 1px blue solid; */
	margin-left: 135px;
}

div.content form input {
	font-family: monospace;
}

div.content form div.button {
}

div.content form input.button	{
	background: #ffffff;
	font-weight: bold;
	font-size: 100%;
	font-family: tahoma, sans-serif;
	margin-top: 10px;
}

/* Content - Letters Pages */

div.content form div.item div.input table {
}

div.content form div.item div.input table td {
	text-align: center;
	padding-right: 2px;
}

/* Content - Results */

div.content div.paginations {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin-bottom: 1em;
	padding-bottom: .3em;
	margin-top: .5em;
	font-size: 120%;
	/* border: 1px green solid; */
}

div.content div.paginations span {
	font-size: 100%;
	border-left-width: 2px;
	border-left-style: solid;
	padding-right: .5em;
	padding-left: .5em;
	/* border: 1px green solid; */
}

div.content div.paginations span.numbers a {
	padding-left: .25em;
	padding-right: .25em;
	letter-spacing: 0em;
}

div.content div.paginations span.numbers span.current {
	border-left: none;
	padding-left: .125em;
	padding-right: .125em;
	color: black;
	background: white;
}

div.content div.paginations span.numbers span.ellipsis {
	border-left: none;
	padding-left: .125em;
	padding-right: .125em;
}

div.content div.paginations span.first {
	border-left: none;
	padding-left: 0em;
}

div.content div.results {

}

div.content div.result {

}

/* Content - Word */

div.content div.definition {
	/* white-space: -moz-pre-wrap;
	white-space: pre-wrap; */
}

* html div.content div.definition { /* IE Hack */
	/* white-space: pre;
	word-wrap: break-word; */
}

/* Footer */

div.footer {
	clear: left;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: .8em;
	padding-right: .8em;
	font-size: 85%;
	line-height: 1.25em;
	margin-top: 1em;
	height: 3em;
}

div.footer div.left, div.footer div.right {
	display: block;
	padding: 0;
	margin: 0 0 .2em 0;
}

div.footer div.left a:hover, div.footer div.right a:hover {
	text-decoration: none;
}

div.footer div.left {
	float:left;
	clear:left;
}

div.footer div.right {
	float: right;
	clear: right;
	text-align: right;
}

/* General Markups */

.copyright {
	font-size: .5em;
	vertical-align: super;
}

/* Color Scheme */

div.header, span.title, div.links a, div.menu div.title, div.footer, div.footer a, div.content h1, div.content h2, div.content a, div.content form input.button, div.content div.paginations span
{ /* Text Color: */  color: #4080ff; }

div.header, div.menus div.menu, div.menu div.title, div.content form input.button, div.content form div.button, div.content div.paginations, div.content div.paginations span
{ /* Border Color: */  border-color: #0080ff; }

div.header, div.menu div.title, div.menu a:hover, div.footer
{ /* Background Color (darker): */  background-color: #e8f0ff; }

q, div.menu a
{ /* Background Color (lighter): */  background-color: #fafcff; }