body
{
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
	background-color: #E6EEEF;
	color: #000;
}

#header h1 { display: none; }

h2
{
	font-size: 160%;
	background-color: transparent;
	color: #347879;
}

h3
{
	font-size: 110%;
	margin-top: 20px;
	background-color: transparent;
	color: #347879;
}

.clearboth { clear: both; }

#header
{
	width: 100%;
	height: 80px;
	color: #000;
	background-color: #FFF;
	background-image: url(/floatutorial/images/header.gif);
	background-repeat: no-repeat;
	background-position: 17px 0;
}

#contentblock
{
	width: 32em;
	margin-left: 30px;
	padding-top: 10px;
}

#contentblock2
{
	width: 32em;
	margin-left: 30px;
	padding-top: 10px;
}

a:link
{
	color: #054345;
	background-color: transparent;
}

a:visited
{
	color: #888;
	background-color: transparent;
}

a:hover, a:active
{
	color: #600;
	background-color: transparent;
}

hr
{
	color: #fff;
	background: #fff;
	border: 0;
	height: 10px;
	clear: both;
	margin-top: 30px;
}

code
{
	display: block;
	clear: both;
	color: #333;
	font-family: courier, "courier new", monospace;
}

#nav
{
	margin: 0;
	font-size: 90%;
	background-color: #347879;
	padding: 2px 0;
}

#nav li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

#nav a:link, #nav a:visited
{
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}

#nav a:hover, #nav a:active
{
	color: #347879;
	background-color: #fff;
}

#nav2
{
	margin: 0;
	font-size: 90%;
	background-color: #8DB3B4;
	padding: 1px 0;
}

#nav2 li
{
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

#nav2 a:link
{
	color: #043435;
	background-color: transparent;
	text-decoration: none;
}

#nav2 a:visited
{
	color: #0F5557;
	background-color: transparent;
	text-decoration: none;
}

#nav2 a:hover, #nav2 a:active
{
	color: #fff;
	background-color: #084C4E;
}

.mainmenu
{
	margin-left: 0px;
	padding-left: 0;
	list-style-type: none;
}

.mainmenu li
{
	padding-left: 10px;
	background: url(/listamatic/images/arrow.gif) no-repeat 0 .3em;
	font-size: 95%;
}

table
{
	margin: 0 30px;
	color: #333;
	background-color: #FFF;
}

th
{
	text-align: left;
	color: #000;
	background-color: #bbb;
}

tbody th
{
	background-color: #fff;
	font-weight: normal;
}

tbody .row2 th { background-color: #ddd; }
.row2 { background-color: #ddd; }
.foo { background-color: #98BAe0; }

caption
{
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 5px;
	color: #666;
	background-color: transparent;
}

.submitlist li { margin-bottom: 1em; }

.new
{
	color: #900;
	background-color: transparent;
	font-weight: bold;
}

.containingbox
{
	border: 1px solid #666;
	color: #333;
	background-color: #fff;
	padding: 10px;
}

#content2
{
	float: left;
	width: 500px;
	margin: 1em 0 0 20px;
}

#sidebar2
{
	float: left;
	width: 200px;
	margin: 1em 0 0 20px;
	padding: 10px;
	background: #D6E0E1;
}

#content2 h2, #content h3, #content p, #content ul, #content ol { margin-left: 0; }
#content2 p, #content ol { width: auto; }
#content2 ul, #content ol { padding-left: 0; }
#sidebar2 h2 { margin: 0; }
#sidebar2 h2, #sidebar h3, #sidebar p, #sidebar ul, #sidebar ol { margin-left: 0; }
#sidebar2 p, #sidebar ol { width: auto; }
#sidebar2 ul, #sidebar ol { padding-left: 0; }

#footer2
{
	clear: both;
	font-style: normal;
	width: 33em;
	border-top: 1px solid #666;
	margin: 20px 0 20px 30px;
	font-size: 90%;
	padding-top: 5px;
}

#footer2 p { margin-left: 0; }

