
body {
	margin: 0;
	padding: 0;
	background-color: #BDD6E3;
	background-image: url(art/bg-blend.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: verdana, sans-serif;
	font-size: 8pt;
}

a {
	color: #7D1A1C;
	text-decoration: none;
}

a:link {
	color: #7D1A1C;
}

a:visited {
	color: #7D1A1C;
}

a:hover {
	color: #96201C;
}

div#container {
	margin: 0;
	padding: 0;
	background-image: url(art/content-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

div#head, div#content, div#foot {
	width: 584px;
	margin: 0 auto 0 auto;
	padding: 0 28px 0 28px;
}

div#head {
	padding-top: 8px;
	background-image: url(art/head-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

	div#head h1 {
		height: 156px;
		width: 584px;
		margin: 0 0 4px 0;
		padding: 0;
		background-image: url(/art/skyline.jpg);
		background-position: center top;
		background-repeat: no-repeat;
	}
	
		div#head h1 span {
			display: none;
		}
	
	div#logo {
		position: absolute;
		top: 8px;
		left: 50%;
		width: 152px;
	}

	div#logo img#icpclogo {
		position: absolute;
		left: -79px;
		border: 0px none;
	}			

	div#whenwhere {
		height: 25px;
		margin: 0;
		border-width: 0 0 1px 0;
		border-color: #838b8f;
		border-style: solid;
		font-weight: bold;
	}
	
	div#head div.date, div#head div.location {
		float: left;
		clear: left;
		width: 290px;
		margin: 0 0 4px 0;
		font-size: 150%;
		text-align: left;
	}
		
	div#head div.location {
		float: right;
		clear: right;
		text-align: right;
	}
		
div#flags {
	padding: 4px 0 4px 0;
	height: 11px;
	border-color: #727A7D;
	border-width: 0 0 1px 0;
	border-style: solid;
	text-align: center;
}

	div#flags img.flag {
		margin: 0;
		padding: 0;
		border: 0px none;
	}

	div#flags a {
		display: inline;
		margin: 0;
		padding: 0;
	}

div#content {
	background-image: url(/art/sidebar-bg.jpg);
	background-repeat: no-repeat;
	background-position: 28px top;
}

div#nav, div#sidebar {
	float: left;
	clear: left;
	width: 140px;
	margin: 0px;
	padding: 0 0 16px 0;
	color: #666666;
}

	div#nav a {
		display: block;
		margin: 0;
		padding: 4px 4px 4px 14px;
		background-image: url(/art/bullet-blue.gif);
		background-repeat: no-repeat;
		background-position: 2px 8px;
		font-size: 120%;
		color: #555555;
	}

	div#nav a:hover {
		background-image: url(/art/bullet-red.gif);
		color: #7D1A1C;
	}
	
div#sidebar {
	float: right;
	clear: right;
	width: 134px;
}
	
	div#sidebar h3 {
		padding: 4px 6px 6px 6px;
		font-size: 10px;
		color: #336699;
		border-color: #336699;
		border-width: 0 0 1px 0;
		border-style: none none solid none;
	}
		
	div#sidebar div.newsitem {
		margin: 8px;
	}
		
	div#sidebar div.newsitem div.title {
		display: inline;
		font-weight: bold;
	}
		
	div#sidebar div.newsitem div.date {
		display: inline;
	}
		
	div#sidebar div.newsitem div.teaser {
		display: inline;
	}
		
	div#sidebar div.newsitem a {
		display: block;
		padding: 2px 12px 2px 2px;
		background-image: url(/art/link.gif);
		text-align: right;
		background-repeat: no-repeat;
		background-position: right 6px;
	}
		

	div#sidebar div.sponsor {
		margin: 2px 0 6px 0;
		padding: 2px;
		text-align: center;
	}
	
		div#sidebar div.sponsor div.name {
			font-weight: bold;
		}
		
		div#sidebar div.sponsor img {
			border: 0px none;
		}
		
		div#sidebar div.sponsor div.url {
			font-size: 80%;
		}
		
	div#sidebar div#mlmblurb {
		margin: 8px;
	}
		
		div#sidebar div#mlblurb a {
			display: block;
			padding: 2px 12px 2px 2px;
			background-image: url(/art/link.gif);
			text-align: right;
			background-repeat: no-repeat;
			background-position: right 6px;
		}
		
div#main {
	margin: 0px 148px 0 148px;
}

p {
	line-height: 140%;
}

div#content h2, div#content h3, div#content h4 {
	margin: 0 0 .5em 0;
	padding: 0;
	font-size: 10pt;
	color: #336699;
	border-color: #336699;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

div#content h3 {
	font-size: 9pt;
}

div#content h4 {
	font-size: 8pt;
	border-width: 0;
	border-style: none;
}

ul {
	margin: 0 0 .5em 0;
	padding: 0;
	list-style: url(/art/bullet-sm-blue.gif);
}

	ul li {
		margin: 0 4px 4px 16px;
	}
		
p#welcome {
	margin-top: 0;
	font-weight: bold;
	font-size: 120%;
}

p#epigram {
	font-style: italic;
	text-align: center;
}

div#foot {
	padding: 8px 28px 28px 28px;
	color: #666666;
	text-align: center;
	background-image: url(/art/foot-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

	div#foot div.links {
		padding: 8px 0 0 0;
		border-color: #838b8f;
		border-width: 1px 0 0 0;
		border-style: solid none none none;
	}

	div#foot div#copyright {
		padding: 8px 0 0 0;
	}


.clearboth {
	clear: both;
}

div.errs {
	margin: 8px;
	padding: 12px;
	background-color: #FFFFE5;
	color: #990000;
	border-color: #990000;
	border-width: 2px;
	border-style: solid;
}

div.errtitle {
	font-weight: bold;
}

div.notice {
	margin: 8px;
	padding: 8px;
	background-color: #FFFFE5;
	color: #000099;
	border-color: #000099;
	border-width: 2px;
	border-style: solid;
}

.note {
	color: #666666;
	font-size: 95%;
}

div.alert {
	margin: 6px 16px 6px 16px;
	padding: 8px;
	background-color: #E8F0F4;
	border: 1px #B6CEDC solid;
	font-weight: bold;
}

a.golink {
	display: block;
	padding: 2px 12px 2px 2px;
	background-image: url(/art/link.gif);
	background-repeat: no-repeat;
	background-position: right 6px;
	text-align: right;
}
		
a.backlink {
	display: block;
	margin: 0 0 6px 0;
	padding: 2px 2px 2px 12px;
	background-image: url(/art/link-back.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-align: left;
	border-color: #CCCCCC;
	border-width: 1px 0 1px 0;
	border-style: solid;
}
		
.filelink {
	text-align: center;
}

	.filelink img {
		border: 0px none;
	}

table.tlist {
	border-spacing: 0px;
}

	table.tlist th {
		padding-top: 12px;
		text-align: left;
		border-width: 0 0 1px 0;
		border-color: #336699;
		border-style: solid;
	}
	
	table.tlist tr.even td {
		background-color: #EEF2F5;
		border-width: 1px 0 1px 0;
		border-color: #D9DDE0;
		border-style: solid;
	}
	
	table.tlist td.time {
		white-space: nowrap;
	}
	
	table.tlist tr.sub td {
		font-weight: bold;
	}


#googlesearchblock {
	margin: 8px 0 8px 0;
	padding: 4px;
	background-color: #E8F0F4;
	border-width: 1px;
	border-color: #B6CEDC;
	border-style: solid;
}

	#googlesearchblock div.title {
		padding: 4px;
		color: #000000;
		font-weight: bold;
	}
	
	#googlesearchblock form {
		margin: 0px;
	}
	
#googlesearchbox {
	width: 120px;
}
