/* CSS Document */
body
{
	background-color:#D8DCDE;
	font-size: 12px;
	line-height: 1.6;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
        margin-top:15px;

}
h1
{
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin: 0;
	line-height: 18px;
	font-weight: normal;
	letter-spacing: .1em;
}

h2
{
	font-size:14px;
	margin: 0px;
}
h3
{
	color:#666;
	font:bold 12px Arial, Helvetica, sans-serif;
}
h4 {
	font: 17px Georgia, "Times New Roman", Times, serif;
	color: #FF6600;
}
#bottomlinks
{
	font-size:10px;
	color: #666666;
}
#bottomlinks a, #bottomlinks a:active, #bottomlinks a:visited
{
	text-decoration: none;
	color: #333333;
}
#bottomlinks a:hover
{
	text-decoration: underline;
	color: #333333;
}
.maintext
{
	font-size: 12px;
	line-height: 1.6;
	font-family: Arial, Helvetica, sans-serif;
}
#leftcolumn {
	width: 245px;
	margin: 0 0 10px 0;
	padding: 10px;
	background:  url("../images/leftbg.jpg") repeat-x top;
	border-right: 1px solid #f0f0f0;
}
#content {
margin: 0 0 20px;
padding: 10px 10px 0px 10px;
text-align: left;
}

#footer
{
	clear:both;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	text-align:center;
	width:760px;
}
.lists li
{
	padding-left: 15px;
	padding-bottom: 10px;
	background-image:  url("../images/arrowbullet.gif");
	background-repeat: no-repeat;
	background-position: 0 .5em;
	list-style: none;
}
/* img { behavior: url("/css/iepngfix.htc"); } */