﻿.col1
{
	float: left;
	width: 250px;
	margin-right: 20px;
}

.col2
{
	float: left;
	width: 690px;
	height: 1%; /* Holly hack for Peekaboo Bug */
}

.clear
{
	clear: both;
}

ul.outer-nav
{
	margin: 0;
	padding: 10px;
	list-style-type: none;
}

*html ul.outer-nav
{
	margin: 10px;
	padding: 0;
}

ul.outer-nav a
{
	font-family: Arial, Sans-Serif;
	font-size: 80%;
	color: #333333;
	/*text-decoration: none;*/
	/*background: url(../images/bcbullet.gif) no-repeat 0 6px;*/
	display: block;	/* IE needs this for proper background image position if lines break */
}

ul.outer-nav a:hover
{
	/*text-decoration: underline;*/
}

/*combination class selector*/
ul.outer-nav.level-1 a
{
	font-weight: bold;
}

ul.outer-nav.level-2 a
{
	font-weight: normal;
}

.content
{
	font-family: Arial, Sans-Serif;
	font-size: 80%;
	line-height: 1.5em;
}
