
		#container {
			width: 90%;
			border: 1px solid gray;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			padding: 10px;
		}

		#banner {
			padding: 5px;
			margin-bottom: 5px;
			background-color: #0033CC;
		}

		#content {
			padding: 5px;
			margin-left: 28%;
			background-color: White;
		}

		#sidebar-a {
			float: left;
			width: 25%;
			\width: 26%;
			w\idth: 25%;
			margin: 20px 0 0 0;
			margin-right: 5px;
			padding: 5px;
			background-color: #DCDCDC;
		}

		#footer {
			clear: both;
			padding: 5px;
			margin-top: 5px;
			text-align: center;
			border-top: thin dotted Silver;
			background-color: White;
		}
		
		body {
	font: 11px/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, verdana, sans-serif;
	font-weight: normal;
	line-height: 120%;
}

h1 {
	font-size: 218%;
}

h2 {
	font-size: 164%;
}

h3 {
	font-size: 145%;
}

h4 {
	font-size: 118%;
}
.floatright
{
float: right;
width: 300px;
margin: 0 0 10px 10px;
color: #6A6A6A;

}

.floatrightthin
{
float: right;
width: 175px;
margin: 0 0 10px 10px;
color: #6A6A6A;

}

.floatrightmed
{
float: right;
width: 250px;
margin: 0 0 10px 10px;
color: #6A6A6A;

}

/* Classes brought in from old flute site valign.css */
img.line {
	vertical-align: top;
	}
	img.left {
	float: left;
	padding-right: 20px;
}
img.right {
	float: right;
	padding-left: 1%;
	padding-top: 1%
}
p.captionright {
	float: right;
	font-style: italic;
	clear: right;
	padding-left: 20px;
}

p.answer { padding-left: 20px;  padding-right: 10px;  }

p.highlight { background-color: #F5F5F5; padding:5px; margin-left:5px;margin-top:15px; width:150px; float:right; clear:right;  border: thin solid Silver; }

p.newsitem { border-bottom-style: dashed;  border-bottom-color: Silver;  border-bottom-width: thin;  padding-bottom: 10px;     }
.box {
	margin: 5px;
	border-left: medium none Black;
	border-right: medium none Black;
	border-top: medium none Black;
	border-bottom: medium none Black;
	border: thin dashed #3333FF;
	padding: 2px;
}