body
{
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	color: black;
}

h1
{
	text-decoration: none;
}

.main
{
	width: 748px;
	border-color: navy;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

a:link, a:visited, a:active, a:hover { color: #000000; }

.header { background-color: white; }

.siteName
{
	padding-left: 10px;
	font-family: verdana, serif;
}

.pageName
{
	padding-right: 10px;
	font-family: arial;
	font-variant: small-caps;
	color: #101010;
	text-decoration: none;
}

.siteName a:link, a:active, a:visited
{
	text-decoration: none;
	color: #000;
	padding: 10px 0px 10px 0px;
}

.siteName a:hover
{
	text-decoration: none;
	color: #000000;
	padding: 10px 0px 10px 0px;
}

.topAd
{
	background-color: white;
	padding: 10px 0px 10px 0px;
}

.category_list ul
{
	text-align: left;
	margin-left: 0;
	padding-left: 0;
}

.category_list li
{
	list-style-type: square;
	padding: 0.25em 0.25em;
	text-align: left;
	font-weight: bold;
	font-family: verdana, arial;
	font-size: 10pt;
}

.leftColumn
{
	padding: 10px 0 0 10px;
	background-color: white;
}

.leftColumn h3
{
	color: #000;
	font-size: 10pt;
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 12pt;
        font-family: arial;
}

.leftColumn p
{
	color: #101010;
	font-size: 10pt;
	margin: 0;
    padding: 0 0 10px 0;
	line-height: 11pt;
        font-family: arial;
}

.rightColumn
{
	padding: 10px 10px 0 0;
	background-color: white;
}

.rightColumn h3
{
	color: #000;
	font-size: 10pt;
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 12pt;
        font-family: arial;
}

.rightColumn p
{
	color: black;
	font-size: 10pt;
	margin: 0;
    padding: 0 0 10px 0;
	line-height: 11pt;
        font-family: arial;
}

/* this handles the breadcrumb */
#nav1
{
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 8pt;
}

#nav1 ul
{
	background-color: white;
	text-align: left;
	margin: 0;
    padding: 0;
}

#nav1 li
{
	list-style-type: none;
	margin: 0;
    padding: 0 5px 0 0;
	display: inline;
	text-align: left;
	font-weight: bold;
}

#nav1 li:first-child
{
	border: none;
	text-align: left;
	font-weight: bold;
}
/* /this handles the breadcrumb */




.centerColumn
{
	background-color: white;
	padding: 10px 15px 0 15px;
}

.centerColumn h2
{
    color: #000000;
	font-family: verdana;
	font-size: 12pt;
	margin: 0;
    padding: 0;
}

.centerColumn p
{
	color: black;
	font-size: 12px;
	line-height: 150%;
	margin: 0;
    padding: 0 0 20px 0;
}


.relatedArticles
{
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 11pt;
        font-family: arial;
}

.smallfont { font-size: 7pt; font-family: arial; }
