	BODY, TD, TH {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333333;
	}
	BODY {
		background-color: #FFFFFF;
		margin-left: 10px;
		margin-top: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	DIV.fixedWidth {
		width:740px;
		margin: 40px auto 0 auto;
	}
	DIV.fixedWidth DIV.logo {
		float:right;
		margin-bottom:10px;
	}
	DIV.fixedWidth DIV.nav1 DIV {
		float:left;
		clear:right;
	}
	DIV.fixedWidth DIV.nav1 DIV.spacer {
		width:5px;
	}
	DIV.fixedWidth DIV.logoText {
		float:right;
		margin-bottom:10px;
	}
	DIV.fixedWidth DIV.contentArea {
		clear:both;
		background:url(../images/bgWithPanel.gif) repeat-y;		
	}
	DIV.fixedWidth DIV.contentArea DIV.nav2 {
		width:163px;
		float:right;
		border-top:1px solid #FFB299;
	}
	DIV.fixedWidth DIV.contentArea DIV.nav2 DIV {
		padding:10px;
	}
	DIV.fixedWidth DIV.contentArea DIV.nav2 DIV UL {
		list-style-type:none;
		margin:0px;
		padding:0px;
	}
	DIV.fixedWidth DIV.contentArea DIV.nav2 DIV UL LI {
		text-transform:uppercase;
		font-weight:bold;
		padding:3px 0px;
	}
	DIV.fixedWidth DIV.contentArea DIV.nav2 DIV UL UL LI {
		text-transform: none;
		font-weight:normal;
		background:url(../images/nav2bullet.gif) no-repeat 0px 5px;
		padding:1px 0px 1px 10px;
	}
	DIV.fixedWidth DIV.contentArea DIV.nav2 UL LI A {
		color:#FFFFFF;
		text-decoration:none;
	}
	DIV.fixedWidth DIV.contentArea DIV.nav2 UL LI A:hover {
		color:#FF6633;
	}
	DIV.fixedWidth DIV.contentArea DIV.nav2 DIV UL UL LI A {
		text-decoration:underline;
	}
	DIV.fixedWidth DIV.contentArea DIV.nav2 DIV UL UL LI A:hover {
		color:#FFFFFF;
		text-decoration:none;
	}
	
	DIV.fixedWidth DIV.contentArea DIV.content {
		float:left;
		padding:10px;
		padding-top: 0;
		padding-bottom: 0;
		border-top:1px solid #FFB299;
		width:545px;
		min-height: 280px;
	}
	DIV.fixedWidth DIV.contentArea DIV.content H1 {
		margin-top: 5px;
		font-size: 140%;
		font-weight: 700;
		color:#E56F25;
	}
	DIV.fixedWidth DIV.contentArea DIV.content H2 {
		font-size:larger;
		font-weight: 700;
		color:#000;
	}
	DIV.fixedWidth DIV.contentArea DIV.content H3 {
		font-size:larger;
		font-weight:normal;
		color:#666666;
	}
	DIV.clearFloat {
		clear:both;
	}
	DIV.fixedWidth DIV.copyright {
		clear:both;
		padding-top:5px;
		color:#999999;
		font-size:10px;
		background:#FFFFFF url(../images/bgWithPanelBottom.gif) no-repeat;
	}
	DIV.fixedWidth DIV.copyright A {
		color:#999999;
		text-decoration:underline;
	}
	DIV.fixedWidth DIV.copyright A:hover {
		text-decoration:none;
	}

UL.hpUL {
	list-style-type:none;
	padding:0px;
	margin:15px 0px;
	margin-bottom: 0;
	font-size: 95%;
}
UL.hpUL LI {
	background-image:url(../images/bullet.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
	line-height:15px;
	margin-bottom: 20px;
	padding-left:10px;
}
.floatPictureRight {
	float: right;
	padding: 1px;
	background-color: #CCC;
	margin-top: 0;
	margin-left: 5px;
	margin-bottom: 5px;
}
.floatPictureLeft {
	float: left;
	padding: 1px;
	background-color: #CCC;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
}
