*
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
		color: #2E393B;

}

body
{
	background-color: #fff;
	background-image: url(images/bodybgWht.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

h1
{
	font-size: 1.3em;
		margin-bottom: .5em;

}

h2
{
	font-size:1.2em;
	margin-top: 1em;
	margin-bottom: .2em;
}

h3
{
	font-size:1.2em;
	font-weight:normal;
	font-style:italic;
	margin-top: .5em;
	margin-bottom: .2em;
}

a
{
	color: #2E393B;
	text-decoration: underline;
}

a.large
{
	color: #1D614E;
	text-decoration: underline;
	font-size:1.3em;
	font-weight:bold;
}

.large
{
	color: #1D614E;
	font-size:1.3em;
	font-weight:bold;
}


#sidebar
{
	position; absolute;
	margin: 0px;
	float: left;
	padding: 10px;
	width: 168px;
	height: 100%;
}

#content
{
	padding: 20px;
}

.rule
{
	height: 1.5em;
	color: #fff;
	border-color: #ccc;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}
.colLeft
{
width:40%;
float: left;
text-align: center;
}

.colCenter
{
width:30%;
float: left;
text-align: center;
}

.colRight
{
width:30%;
float: left;
text-align: center;
}

.right
{
text-align: right;
}