#progressContent {
	float: left;
	width: 775px;
	background-color: #ffffff;
	background-image: url(images/progressContent_bg.gif);
	background-repeat: repeat-y;
}

#progressNav {
	float: left;
	width: 222px;
}

#homeNav {
	float: left;
	width: 222px;
	display: inline;
	background-image: url(images/bg_tile.gif);
	background-repeat: repeat-x repeat-y;
}	

#homeNav ul {
	margin: 0px;
	list-style-type: none;
	color: #ffffff;
	list-style-position: outside;
	marker-offset: 0px;
	padding: 0 0 0 20px;
}

#homeNav ul li font.highlight,
#homeNav ul li a {
	font-size: .7em;
	font-family: arial, verdana, sans serif;
	text-decoration: none;
	color: #ffffff
}

#homeNav ul li a:hover {
	font-size: .7em;
	font-family: arial, verdana, sans serif;
	text-decoration: underline;
	color: #ffffff
}

#homeNav h3 {
	margin: 10px 0px -5px 0px;
	color: #ffffff;
}

#progressMain {
	float: left;
	width: 510px;
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
}

#progressMain h1 {
	font-size: 1.1em;
	font-family: arial, verdana, sans serif;
	text-decoration: none;
	color: #8198cd;
}

#progressMain h2 {
	font-size: .95em;
	font-family: arial, verdana, sans serif;
	text-decoration: none;
	color: #000000;
}

#progressMain h3 {
	font-size: .8em;
	font-family: arial, verdana, sans serif;
	text-decoration: none;
	color: #000000;	
}

#progressMain h4 {
	font-size: .95eem;
	font-family: arial, verdana, sans serif;
	text-decoration: none;
	color: #8198cd;	
	margin-bottom: 0px;
}

#inside {
	float: left;
	width: 222px;
	height: 50px;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#archive {
	float: left;
	width: 222px;
	height: 50px;	
	background-image: url(images/hl_archive.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.archiveCover {
	float: left;
	width: 100;
	padding-right: 30px;
}

#highlightNav {
	float: left;
	width: 240px;
	display: inline;
	margin-left: 20px;
}	

#highlightNav ul {
	margin: 0px;
	list-style-type: disc;
	color: #8198cd;
	list-style-position: outside;
	marker-offset: 0px;
	padding: 20px; 0 0 20px;
}

#highlightNav ul li font.highlight,
#highlightNav ul li a {
	font-size: .7em;
	font-family: arial, verdana, sans serif;
	text-decoration: none;
	color: #8198cd
}

#highlightNav ul li a:hover {
	font-size: .7em;
	font-family: arial, verdana, sans serif;
	text-decoration: underline;
	color: #8198cd
}

#highlightNav h3 {
	margin: 10px 0px -5px 0px;
	color: #8198cd;
}

#progressFooter {
	float: left;
	width: 222px;
	background-image: url(images/progressContent_footerbg.gif);
	height: 10px;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

/* ELEMENTS */

.elementTextLeft {
	float: left;
	width: 190px;
	padding-right: 10px;
}

.elementTextRight {
	float: right;
	width: 190px;
	padding-left: 10px;
}

.elementTextLeftDynamic {
	float: left;
	padding-right: 10px;
}

.elementTextRightDynamic {
	float: right;
	padding-left: 10px;
}

.elementTextLeftDynamic p.title,
.elementTextRightDynamic p.title,
.elementTextRight p.title,
.elementTextLeft p.title {
	font-size: 1em;
	font-family: arial, verdana, sans serif;
	font-weight: 900;
	color: #8198cd;	
}

.elementTextLeftDynamic p,
.elementTextRightDynamic p,
.elementTextRight p,
.elementTextLeft p {
	font-size: .7em;
	font-family: arial, verdana, sans serif;
	color: #8198cd;
}

.green {
	color: #00BC67;
}

.bold {
 	font-weight: 800;
}

.huge {
	font-size: 2em;
}