/* 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;
	text-align:	center;
	}

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

#title h1 a {
	color:		black;
	}

#title img {
	float:		left;
	}

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

/* weather stuff */

#strip1 {
	margin-bottom:	0px;
	}


/* content stuff */

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

.content h2 {
	font-weight:	normal;
	font-size:	x-large;
	margin:		0px;
	}

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

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

dt {
	font-weight:	bold;
	margin-top:	2ex;
	}

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

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

/* search stuff */

.search {
	clear:		both;
	}


/* footer stuff */

#footer span {
	display:	block;
	}
