body
{
	margin: 0px;
	padding: 0px;
	background-color: white;
	color: black;
	font-family: Verdana;
	font-size: 70%;
}

button
{
	border: outset 1px;
	background-color: #f9f920;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Verdana;
	font-size: 100%;
	font-weight: bold;
}

h1 + p, h1 + ul
{
	margin-top: 19px;
}

p
{
	margin-top: 0px;
}

#header
{
	background-color: #f9fc16;
	text-align: right;
}
#header .body
{
	width: 780px;
	height: 160px;
	margin: 0px auto;
	background: url(../images/thoughts.gif) no-repeat bottom left;
}
#header .logo
{
	float: left;
	width: 170px;
	height: 130px;
	margin: 20px 0px 0px 70px;
	background: url(../images/logo.gif) no-repeat top left;
}
#header h1
{
	margin: 0px 0px 10px 0px;
	padding-top: 70px;
	font-size: 220%;
}

.content
{
	width: 710px;
	margin: 0px auto;
	background-image: url(../images/interactive.gif);
	background-repeat: no-repeat;
	padding: 25px 0px 20px 70px;
}

.content .body
{
	width: 460px;
	min-height: 220px;
	height: auto !important;
	height: 220px;
	padding-bottom: 15px;
}

.content a
{
	color: #302080;
}
.content a:hover
{
	color: #201070;
}

.box
{
	clear: both;
	float: right;
	width: 215px;
	margin-bottom: 15px;
	color: #3f3f3f;
}
.box h1
{
	margin-bottom: 11px;
	background-color: #52648a;
	color: white;
	padding: 4px 10px;
	font-family: Arial;
	font-size: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.box p
{
	margin-left: 8px;
	margin-right: 5px;
}
.box ul
{
	margin: 0px 6px 0px 0px;
	padding: 0px;
}
.box li
{
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 0px;
	list-style-type: square;
}

.footer
{
	clear: both;
	background-color: #d0d0d0;
}
.footer .body
{
	width: 660px;
	height: 26px;
	margin: 0px auto;
	padding-left: 0px;
}
.footer ul
{
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	font-weight: bold;
	cursor: default;
}
.footer li
{
	float: left;
	margin-right: 8px;
	list-style-type: none;
}
.footer li a
{
	display: block;
	padding: 7px 9px 7px 9px;
	color: #442222;
	text-decoration: none;
}
.footer li a:hover
{
	background-color: white;
}

.copyright .body
{
	direction: ltr;
	width: 780px;
	margin: 0px auto;
	padding: 10px 0px 15px 0px;
	color: #333333;
	font-size: 80%;
	text-align: right;
}

.toolbar
{
	margin-bottom: 3px;
	padding: 2px 4px;
	background-color: #dfdfe6;
	text-align: right;
}
.toolbar button
{
	padding: 1px 2px;
	border: solid 1px #dfdfe6;
	background-color: Transparent;
	color: #0000ce;
	font-weight: bold;
}
.toolbar button:hover, .toolbar button.hover
{
	border: outset 1px;
}

.editor
{
	width: 99%;
	height: 280px;
	overflow: auto;
	border: inset 2px;
	font-family: Arial;
	font-size: 110%;
}
