body
{
	background: #ffffff url(/images/bodybg1.gif) repeat-x;
	color: #2e2e2e;
	font: 12px/17px  Arial, Helvetica, sans-serif;
}

a
{
	color: #5287bc;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	color:#054481;
	font-size:28px;
	letter-spacing:-1px;
	line-height:1.1;
	margin:20px 0px 20px 0px;
	padding:0pt;
    font-weight: normal;
	border-bottom: 1px #ccc solid;
	font-family: georgia;
}

h2
{
	color:#0066c5;
	font-size:18px;
	margin:20px 0px 0px 0px;
	font-family: georgia;
	font-weight: normal;
	line-height: 28px;
}

p
{
	margin:18px 0px 18px 20px;
	line-height:175%;
}


/* =Containers
--------------------------------------------------------------------------------*/

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	margin-bottom: 0px;
}


/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}
