@CHARSET "ISO-8859-1";

#campInfo
{
	float: left;
	width: 60%;
	text-align: center;
}

#campInfo table
{
	width: 90%;
}

#campInfo hr
{
	width: 90%;
}

#moreInfo
{
	float: left;
	width: 40%;
}

#moreInfo ul
{
	border: solid 2px rgb(0, 61, 116);
	border-collapse: collapse;
	width: 80%;
	padding: 0;
	list-style: none;
}

#moreInfo ul li
{
	margin: 0;
	width: 100%;
}

#moreInfo .altRow
{
	background: transparent;
}

#moreInfo .bulletItem
{
	background: url('../images/bullet.png') no-repeat center left;
	padding-left: 15px;
	margin: 2px 3px;
}

h6
{
	font-weight: bold;
	font-style: italic;
	margin: 0;
	padding: 0;
	font-size: 1em;
}
h4
{
	color: rgb(151, 0, 0);
}

.emphasis
{
	color: rgb(151, 0, 0);
}