/* debug stuff * /
h1, img, div {
	border:		1px dotted yellow;
	}
/* */

/* general stuff */

a {
	color:		maroon;
	text-decoration: none;
	}

a:hover {
	color:		white;
	text-decoration: none;
	border-bottom:	1px dashed #aaa;
	}

body {
	left:		5px;
	color:		black;
	background-color: #aaa;
	width:		800px;
	font:		12pt verdana, arial, helvetica, sans-serif;
	}


/* title-related stuff */

h1 {
	font:		36pt courier new, courier;
	color:		black;
	}

#title {
	overflow:	hidden;
	}

#title h1 {
	margin:		0px;
	width:		698px;
/*	width:		10em;*/
	float:		left;
	}

#title h1 a {
	color:		black;
	}

#title img {
	float:		left;
	}

/*#title span {
	margin-left:	30em;
	font-size:	small;
	clear:		both;
	}*/


/* content stuff */

.content {
	clear:		both;
	margin-bottom:	2ex;
	overflow:	hidden;
	}

.content ul {
	margin-top:	0px;
	}

.content_column {
	float:		left;
	width:		50%;
	}

.content dl {
	font-size:	small;
	}

dt {
/*	font-weight:	bold;*/
	font-size:	large;
	margin-top:	2ex;
	}

.content dd {
	margin-left:	0px;
	}

.content p {
	margin-top:	2ex;
	}


/* random stuff */

div.blockquote {
	margin:		0.5em 2em;
	}


/* search stuff */

.search {
	clear:		both;
	}


/* footer stuff */

#footer span {
	display:	block;
	}
