Body {
	background-repeat: repeat-x;
	background-image: url(images/bg_tile.gif);
	padding-bottom: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #444B4C;


	}

.title, H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FF822A;
	line-height: normal;
	font-weight: normal;
	margin: 0px;



}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #444B4C;



}

p A:link { text-decoration: none ; color: #EA7424;}
p A:active  { text-decoration: none ; color: #EA7424; }
p A:visited { text-decoration: none ; color: #EA7424; } 
p A:hover{ text-decoration: underline;  color: #EA7424; } 

.navtext {
	width:150px;
	font-size:10pt;
	border-width:2px;
	border-style:outset;
	border-color:darkgray;
	layer-background-color:tan;
	background-color:#CCCCCC;
	color:#444B4C;
	font-family: Arial, Helvetica, sans-serif;
}

ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 100%;
}

li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 1em;
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}

ul.doublecol li{
	width: 40%;
	float: left;
	background-image: url(images/bullet_small.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	list-style-type: none;
	background-color: #FFFFFF;
	margin: 0px;
	padding-left: 15px;
	padding-top: .15em;
	padding-bottom: .15em;
}

