/* CSS Document */

* html object.hide {
	display: none;
}

body {
	background-color:#8CA6C9;
	margin:20px;
}
.headerSpace {
	background-color:#9CBADE;
	height:20px;
}
.nav {
	width:119px;
	padding-left:9px;
	background-color:#9CBADE;
	vertical-align:top;
}
.navSpacer {
	width:5px;
	background-image:url(images/nv_spacer.gif);
	background-repeat:repeat-y;
}
.navHeight {
	height:12px;
}
.headline {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
}
.contentArea {
	background-color:#9CBADE;
	padding:0px 5px 0px 5px;
	vertical-align:top;
}
.content {
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:12px;
	padding:4px;
}
.content a {
	color:#000000;
	text-decoration:underline;
}
.content a:hover {
	color:#003399;
	text-decoration:underline;
}

.thesis {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#000000;
	text-align:center;
}
.cutline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	color:#000000;
	background-color:#9CBADE;
	height:30px;
}
.footer a {
	text-decoration:none;
	color:#000000;
}
.footer a:hover {
	color:#003399;
	text-decoration:underline;
}
