* {
	background: #eeffff;
	font-family: Arial, sans-serif;
	font-size: 1em;
	/* border: solid 1px #dddddd; */
	}
	
#head {
	width: 780px;
	height: 120px;
	background-image: url(/images/globe.jpg);
	margin-left: auto;
	margin-right: auto;
}

#head * {
	background: none;
	color: #efb20e;
}

#head address {
	font-size: 2.5em;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#head blockquote {
	font-size: 1.5em;
	padding: 0;
	margin: 0;
}

#content {
	border: solid 1px black;
	margin: 10px;
	padding: 10px;
	}

#buttons {
	}
	
#status {
	left: 10px;
	text-align: right;
	top: 10px;
	width: 300px;
	font-size: 1.4em;
	}

fieldset.active {
	border: none;
}

legend {
	border: solid 1px black;
	}

#right_column {
	float: left;
	width: 28%;
	}

#left_column {
	float: left;
	width: 69%;
	}
	
#footer, #footer a {
	clear: left;
	width: 100%;
	background: #eeeeee;
	}

tr.even td {
	background: #ffcc33;
}

tr.odd td {
	background: #ccffff;
}

th {
	font-weight: bold;
	background: none;
	}

div#results {
	float: right;
	}

div#results table, div#results td {
	border: solid 2px #ffffff;
	
	}
	
div#results caption {
	font-size: 1.2em;
	}

div.article {
	position: relative;
	text-align: justify;
	padding: 0.5em;
}

#article #date {
	font-style: italic;
	font-size: smaller;
}

div#article_thumbnails {
	float: left;
	font-size: smaller;
	background: none;
}

	div.thumbnail {
		background: #ffffff;
		border: solid 1px black;
		margin: 5px;
		padding: 5px;
	}
	
	div.thumbnail * {
		background: #ffffff;
	}
	
	div.thumbnail h3 {
		font-size: 1.3em;
	}
	
	div.thumbnail a {
		text-decoration: none;
		color: black;
	}

div.articleTitles {
	margin: 2px;
	border: solid 2px #ccdddd;
	padding: 2px;
}

div.articleTitles a { 
	display: block; 
	text-decoration: none; 
	background: #ddeeee; 
	color: #3344ff;
}
div.articleTitles a:active { background: #bbcccc;}
div.articleTitles a:hover { background: #ccdddd;}
div.articleTitles a:visited {}

div.articleTitles li {
	list-style-type: none;
	border: solid 1px #ccdddd;
	background: #ddeeee;
	margin: 1px;
}

div.introduction {
	padding: 10px;
	font-size: 0.9em;
}

.introduction * {
	background: #ffffff;
}

.introduction legend {
	background: #ffcc33;
}

/* ********************** */

div.login {
	padding: 10px;
	border: none;
}

div.login * {
	font-size: 0.9em;
	background: #ffffff;
}

.login legend {
	background: #ffcc33;
}

div.login form {
	width: 50%;
	float: right;
	border: solid 1px black;
}

div.login form input {
	margin: 2px;
	width: 90%;
	background: #ccdddd;
}

div.login form label.submit {
	width: 100px;
	float: right;
}

/* ************************** */

div#site_search {
	visibility: hidden;
}

.search {
	font-size: smaller;
	border: solid 1px #eedddd;
}

div.amazon {
	border: solid 1px black;
	width: 50%;
	min-height: 250px;
}

div.amazon a {
	font-size: larger;
	text-decoration: none;
}

div.amazon address {
	padding-left: 5px;
}

div.amazon p {
	padding: 10px;
	font-style: italic;
	font-family: serif;
	text-align: justify;
}

div.amazon iframe {
	float: right;
	width: 120px;
	height: 240px;
	margin: 10px;
	border: none;
}

#amazon label {
	display: block;
	float: left;
	width: 10%;
}

#amazon input {
	width: 90%;
	background: #ffffff;
}

#amazon textarea {
	width: 90%;
	height: 200px;
	background: #ffffff;
}

div.admin {
	border: solid 1px black;
	padding: 10px;
	width: 40%;
	background: #999999;
}

div.admin * {
	background: #999999;
}

.submit {
	float: right;
	width: 100px;
}

.testdiv {
	border: solid 1px black;
	width: 50%;
	position: relative;
}

.testdivimg {
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}
