/* CSS Document */

body {
color: #333;
background-color: #cccbb7;
font-family:Palatino,Times,serif;
}

a:link {text-decoration: none; color: #333; }
a:visited {text-decoration: none; color: #333;}
a:active {text-decoration: none; color: #f63400 !important;}
a:hover {text-decoration: none;color: #a92603 !important;}

a .highlight {color: #641601;}
a .black {color: #000;}
p .highlight {color: #641601;}
p .black {color: #000;}

.small {
	font-style: italic;
	font-size: smaller;
	margin-top:8px;
	margin-bottom:8px;
}

.small em {font-style:normal;}

.large {font-size: x-large;}




#header {
	padding-left:10px;
	min-width:840px;
}

.headerblock {
	max-width: 20em;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 2em;
	float: left;
}




#main {
	min-width:1030px;
	width:1030px;
	max-width:1030px;
	clear:both;
	padding-top:20px;
	padding-left:3px;
}






img {
	border:1px #fff solid;
	width:170px;
	margin:5px;
}

img.huge {
	width:780px !important;
}
img.cc {
	width:88px !important;
}

.bordered {border:1px #333 solid;}



.chunk {
	margin-right:30px;
	margin-bottom:30px;
}

.left {float:left;}
.right {float:right; margin-right:10px !important;}

.spacer {
	clear:both;
	padding-top:40px;
}


.column {
	width:180px;
	min-width:180px;
	max-width:180px;
	float:left;
	text-align: center;
}

.chunk p {
	margin-top:2px;
	margin-bottom:2px;
	margin-left:6px;
	margin-right:6px;
}

.sciViz {float:up;}

.sectionhead {
	letter-spacing: .1em;	
	color: #3867aa;
	text-align:center;	
}

