body
{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 16px;
	font-family: seif;
}

p
{
	text-indent: 24px;
	margin: 0px 0px 10px 0px;
}

a, a:link, a:active, a:visited
{
	color: #000000;
	text-decoration: underline;
}
a:hover
{
	color: #000080;
	text-decoration: underline;
}

.title
{
	font-weight: bold;
}

.bar
{
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC #777777 #777777 #CCCCCC;
	background-color: #E3DFC9;
	color: #000000;
	font-family: sans;
}
.footer
{
	font-size: 11px;
	text-align: center;
}

.body
{
	width: 100%;
}
.body td
{
	padding: 0px;
	margin: 0px;
}
.nav
{
	width: 200px;
	background-color: #F5F1D8;
	color: #000000;
	vertical-align: top;
}
.nav h1, .nav h2
{
	margin: 0px;
	padding: 0px;
	color: #800000;
	font-weight: bold;
	font-size: 16px;
}
.nav h2
{
	color: #000000;
}
.nav hr
{
	border: #000000 0px solid;
	border-bottom: #000000 1px solid;
	margin: 0px;
	padding: 0px;
}
/* navlist is for using this style elsewhere */
.nav ul, .navlist
{
	margin: 0px;
	padding-left: 15px;
	list-style: none;
}
.nav a, .nav a:link, .nav a:active, .nav a:visited, .nav a:hover
{
	display: block;
}

.content
{
	vertical-align: top;
}

.content h1, .content div
{
	width: 96%;
	margin: 0px auto 0px auto;
}
.content h1
{
	padding: 0px;
	color: #000000;
	font-weight: normal;
	background-color: #F5F1D8;
	font-size: 18px;
}
.content div
{
	background-color: #F6F6F6;
	color: #000000;
	margin-bottom: 15px;
}
.content div ins
{
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	display: block;
}

.content .description
{
	background: #EAEAEA url('http://bitowl.com/grad.gif') repeat-x scroll bottom;
	color: #000000;
	padding-bottom: 16px;
	width: 100%;
	margin-bottom: 15px;
}
.content .description b
{
	display: block;
}

.content h2 span
{
	float: right;
}

