BODY {
	text-align: center;
}

#bigbBody {
	
}

#body {
	width: 750px;
	text-align: left;
	overflow: hidden;
}

#header {
	margin: auto;
}

#rightCol {
	width: 530px;
	margin-left: 5px;
	padding-top: 15px;
	padding-bottom: 10px;
	float: left;
	background-color: #ffffff;
}

#leftCol {
	width: 200px;
	margin-right: 5px;
	padding-bottom: 30000px;
	margin-bottom: -30000px;
	padding-top: 15px;
	float: left;
	background-color: #ffffdf;
	line-height: 1.5;
	border-right: 1px solid #000;
}

.innerLeft {
	width: 256px;
	margin: auto;
	float: left;
}

.innerRight {
	width: 256px;
	margin-left: 15px;
	float: left;	
}

.innerCol {
	width: 160px;
	margin-left: 15px;
	float: left;
}

.innerClear {
	clear: both;
}

.highlight {
	background-color: #ffffdf;
	border: 1px dashed #006;
	margin: 15px;
}

.tab {
	padding-left: 10px;
}

.color {
	background-color: #ffffdf;
}

.cat {
	background-color: #ffffdf;
	border-bottom: 1px solid #006;
	font-weight: bold;
}


#leftCol a:link, #leftCol a:visited
{
	color: #006;
	text-decoration: none;
}

#leftCol a:hover
{
	text-decoration: underline;
	color: #006;
}

td {
	font-family: serif;
}

h1 {
	font-size: 20px;
	text-align: center;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

.main {
	padding-top: 10px;
	font-weight: bold;
}
