	body { 
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-image:url(back2.gif);
		background-repeat:repeat-y;
	}
	div#MainContent{
		width: 760px;
		margin-left: 35px;
		/* Include a hack just to be nice to IE */
		_position: relative;
		_top: 0;
		/*border-color: #000000; 
			border-width: thin;
			border-style: solid; */
	}
	div#Header {
		background-color: transparent;
		width: 760px;
		font-family: Tahoma, Arial, Helvetica;
		font-size:  18px;
		font-weight: normal;
		color: #333333;
		clear: both;
	}
	div#lefthead {
		float: left;
		background-color: transparent;
		width: 220px;
	} 
	div#righthead {
		float: right;
		background-color: transparent;
		width: 520px;
	}
	div#ColumnA {
		float: left;
		background-color: transparent;
		width: 220px;
		clear: both;
		_position: relative;
		_top: 0;
	}
	div#ColumnB {
		float: right;
		background-color: transparent;
		width: 520px;
		_clear: both;
	}
	div#Footer {
		clear: both;
		background-color: transparent;
		width: 520px;
		margin-left: 220px;
	}
	BreadCrumbStyle{
		color:#999999;
		font-weight:bold;
	}

		a:link, a:visited, a:hover {
		color: #006699;
		text-decoration: none;
	}
.HeaderTextCssClass{
	color:#666666;
	font-size:10px;
	font-weight:bold
}
.HeaderCssClass{
	color:#666666;
	font-size:10px;
	font-weight:bold
	}
a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				


