/* LAYOUT */

#container {
	width:100%;
}

#content {
	width:760px;
	margin: 0 auto;
}

/* SECTIONS */

#pre-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	font-weight: bold;
	text-align: center;
	margin:10px auto 20px;
}

#headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

#picture {
	margin: 20px auto;
}

#sub-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	margin:10px auto 20px;
}

#squeeze {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#squeeze table {
 	width:600px;
	text-align:left;
}

#squeeze table td .left {
	width:120px;
}

#squeeze table td .right {
	font-size:18px;
}

#squeeze .right input {
	height:1.5em;
	font-size:16px;
	font-weight:bold;
}

#privacy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin:20px auto;
}

#signoff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	margin:20px auto 10px;
}

#sig {
}

#lowerLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
	margin: 10px;
}

#lowerLinks a {
	color: #CCCCCC;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	text-align: center;
}

#articleNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#articleNavlinks li {
	display: inline;
	list-style: none;
	margin-right: 0.5em;
	padding-right: 0.5em;
	border-right: 1px solid #cccccc;
}

#articleNavlinks li.last {
	border-right: 0;
}

#articleNavlinks a {
	color: #CCCCCC;
}

/* UTILITY CLASSES */

.dark-red {
	color: #990000;
}

.underline {
	text-decoration: underline;
}

.dark-red-ul {
	color: #990000;
	text-decoration: underline;
}

.highlight {
	background-color: #FFFF00;
}

.important {
	font-weight: bold;
	font-size: 16px;
}
