#sidebar
{
	float: left;
	width: 260px;
	margin-right: 20px;
	padding: 20px;
	text-align: center;
	background-color: rgb(143,195,226);
}

#resources
{
	line-height: 1.4;
	font-size: 110%;
	font-family: Arial;
}

#resources p
{
	margin: 0 0 20px;
}

#sidebar .item h2
{
	margin: 20px 0 0;
	padding: 0;
	font-style: italic;
	font-weight: bold;
	font-size: 150%;
	text-decoration: none;
	text-align: center;
	color: rgb(203,67,28);
}

#mainContent h2
{
	margin: 0;
	padding: 0;
	font-style: italic;
	font-weight: bold;
	font-size: 125%;
	text-decoration: none;
	text-align: left;
	color: rgb(88,88,88);
}

#mainContent .float
{
	display: inline-block;
}

#mainContent .tagline
{
	display: inline-block;
	margin: 0;
	font-style: italic;
	font-size: 90%;
}

#mainContent h3
{
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-decoration: none;
	text-align: left;
}

#mainContent ul
{
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
}

#mainContent .twoLevels ul
{
	margin: 0;
}

#firewise
{
	margin: 10px 20px;
	font-size: 110%;
	text-align: center;
	background-color: rgb(143,195,226);
}

#firewise h2
{
	margin: 20px 0 0;
	padding: 0;
	font-style: italic;
	font-weight: bold;
	font-size: 150%;
	text-decoration: none;
	text-align: center;
	color: rgb(203,67,28);
}

#arch
{
	margin: 10px 20px;
	padding: 10px 0;
	font-size: 110%;
	text-align: center;
	background-color: rgb(143,195,226);
}

#arch p
{
	margin: 0;
}

.names
{
	margin-bottom: 10px;
	text-align: center;
}

.names div
{
	display: inline-block;
	margin: 10px 20px;
}

.disclaimer
{
	padding: 0 50px;
	font-style: italic;
	font-size: 90%;
}

#another
{
	font-size: 110%;
	text-align: center;
}

#another .larger
{
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 120%;
}

