* {
	margin: 0;
	padding: 0;
}

body {
	background-color: white;
}

h1 {
	color: #E18393;
	font-size: 150%;
	margin-top: 1em;
}
h2 {
	color: #9291B3;
	font-size: 130%; /* 119 110 175 */
	font-weight: normal;
	margin-top: .5em;
}
.block_img {
	display: block;
}
div#banner {
	height: 107px;
	background-color: #eea767;
}
p.hilite
{
	background-color: #FFDBBA;
}
img {
	padding: 0;
	margin: 0;
}
div#container {
	border: 1px solid #9291b3;
	padding-top: 2px;
	background-color: #e1e9f2;
	width: 750px;
	margin: auto;
	margin-top: 20px;
}
div#content {
	float: left;
	width: 580px;
	padding-left: 10px;
	padding-right: 15px;
	font-family: sans-serif;
	background-color: white;
/*
	border-left:1px solid #9291b3;
	border-bottom:1px solid #9291b3;
	border-right:1px solid #9291b3;
*/
}
#content h1 {
	margin-bottom: .2em;	
}
#content h2 {
	margin-bottom: .4em;	
}
#content p {
	line-height: 1.6em;
	font-size: smaller;
	margin-bottom: .8em;
}
#content ul {
	list-style: none;
	line-height: 1.6em;
	margin-bottom: .8em;
	font-size: smaller;
}
#content ul li:before {
	content: "\00BB \0020";
}
#content div#section
{
	width: 50%;
	/*border-bottom: .3em solid #9BB6D3;*/
	margin-bottom: 1.3em;
}
div#right_sidebar {
	display: block;
	background-color: #e18393;
	height: 100px;
	width: 22px;
	margin-right: 1px;
	float: right;
}
div#left_sidebar {
	
}
div#footer {
	color: #abc2da;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 2.0em;
	text-align: center;
}
div.clearer{
	clear: both;
}
img.flush_right {
	display: block;
	float: right;
}