.topbanner {
	background-color: #c1ba99;
	color: #000000;
	padding: 5px;
}

body {
	font-family: "DejaVu Sans", "Bitstream Vera Serif", Arial, sans-serif;
	font-size: 16px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3 {
	color: black;
	font-family: "Liberation Sans", "Bitstream Vera Sans", "Arial", sans-serif;
}

a:link				{ text-decoration: none; color: #3465a4; }
a:visited			{ text-decoration: none; color: #3465a4; }
a:hover				{ text-decoration: underline; color: #3465a4; }

.subtitle {
	font-family: "DejaVu Sans", "Bitstream Vera Sans", Arial, sans-serif;
	font-weight: bold;
	font-size: 24;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

.bluepanel	 {
	font-family: "DejaVu Sans", "Bitstream Vera Sans", Arial, sans-serif;
	background: url(http://research.operationaldynamics.com/images/logo/twirl-bluepanel.jpg);
	background-color: #333366;
	color: #FFFFFF;
	clear: both;
	font-size: normal;
}

.rightnavpanel {
	float: right;
	background-color: #c1ba99;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: small;
	margin-top: 5px;
	margin-left: 8px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: solid black 1px;
}

.maincontent {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 16px;

	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.notebox {
	font-family: "DejaVu Serif Condensed", "Bitstream Vera Serif", "Times New Roman", serif;
	font-style: italic;
}


a.black	{
	text-decoration: none;
	color: #000000;
	background-color: transparent;
}

a.gray {
	text-decoration: none;
	color: gray;
	background-color: transparent;
}

/*
 * Lists with icon images as bullets
 */

div.bullet {
	clear: left;
	min-height: 40px;
}
div.bullet img {
	float: left;
	margin-left: 10px;
	padding-top: 3px;
}
div.bullet p {
	margin-left: 70px;
	margin-right: 50px;
}
div.bullet h1 {
	margin-left: 70px;
}

div.under {
	margin-left: 70px;
	max-width: 1000px;
	text-align: left;
}

div.under p {
	margin-right: 20px;
}

a.nav-black	{ text-decoration: none; color: #000000; border-bottom: 0px; background-color: transparent; }

a.nav-blue	{ text-decoration: none; color: #FFFFFF; border-bottom: 0px; background-color: transparent; }

a.download {
	font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace;
	font-size: small;
	text-decoration: none;
}

hr {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.bottompanel {
	text-align: right;
	color: gray;
	font-family: "DejaVu Sans", "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 10px;
	width: 60%;
	float: right;
	max-width: 800px;
}

