body  {
	background: #CCCCCC;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#container {
	width: 769px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #C2D6EE;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 10px auto 0 auto;
} 
#webBar {
	background: url('/images/logo_Pearson_WebBar_Top_Blue.jpg') no-repeat;
	height: 34px;
	width: 769px;
}
#webBarLinks {
	margin-left: 225px;
	padding-top: 10px;
}
#center-content {
	float: left;
	width: 450px;
	margin: 0;
	padding: 0;
} 
.homeimage {
	background-image: url('/images/bridge_group_home.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 455px;
	padding: 10px 10px 0 20px;
}
#folder-content {
	float: right;
	width: 300px;
	height: 455px;
	background: #C2D6EE;
	margin: 0;
	padding: 10px 0 0 10px;
}
.folder {
	margin: 15px 0 0 0;
	padding: 0;
	background: url('/images/bridge_folder.gif') no-repeat;
	height: 171px;
}
.folder-prodinfo {
	margin: 15px 0 0 0;
	padding: 0;
	background: url('/images/bridge_folder_marketing.gif') no-repeat;
	height: 180px;
}
.folder-course {
	margin: 15px 0 0 0;
	padding: 0;
	background: url('/images/bridge_folder_course.gif') no-repeat;
	height: 218px;
}
.folder-title {
	font-size: 130%;
	color: #D2771F;
	padding: 40px 0 10px 50px;
	font-weight: bold;
}
.click-button {
	margin: 5px 0 0 140px;
}
.float-image {
	float: left;
}
.folder-body {
	background: #FFFFFF;
	margin-left: 100px;
	margin-right: 40px;
	vertical-align: top;
	font-size: 85%;
	width: 155px;
}
/*------------------ generic settings -----------------------*/
img {
	border: 0;
}
h1 {
	font-size: 200%;
	color: #D2771F;
	line-height: 1em;
	margin: 0;
	padding: 10px 0 0 0;
}
h2 {
	font-size: 130%;
	font-weight: normal;
	color: #003366;
	line-height: 1em;
	margin: 0;
	padding: 10px 0;
}
.clear {
	clear: both;
}
p.main {
	margin: 0;
	padding-bottom: 15px;
}
p.inside-folder {
	margin: 5px 40px 0 50px;
	padding: 5px 0;
	font-size: 85%;
}
.blueline {
	border-top: 4px solid #0166B4;
	padding-bottom: 5px;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #0166B4;
	text-decoration: none;
}

/*------------------form classes-----------------------*/
form {
	border: none;
	margin: 0px;
	padding: 0px;
}
input.wcprefix, input.wcsuffix {
	border: 1px solid #336699;
	width: 30px;
}
.center { text-align: center ! important; }
.top { vertical-align: top ! important; }
.middle { vertical-align: middle ! important; }
.bold {font-weight: bold; font-family: inherit;}
table {
	border: none;
	margin: 0;
	padding: 0;
}
tr, td {
	margin: 0;
	padding: 0 10px 0 0;
	border: none;
}

/*------------------ footer -----------------------*/
#footer {
	clear: both;
	background: #fff url('/images/bridge_footer.gif') no-repeat bottom;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 9px;
}
.footerLeft {
	float: left;
}
.footerRight {
	text-align: right;
}
#footer p {
	margin: 0;
	padding: 0 10px 7px 10px;
}
/*------------------list classes-----------------------*/

ul.listHorizontal {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 75%;
}

ul.listHorizontal li {
	border-right: 1px solid #fff;
	display: inline;
	margin: 0px 4px 0px 0px;
	padding: 0px 2px 0px 0px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	margin: 0px 4px 0px 0px;
	padding: 0px 2px 0px 0px;
}

html>body ul.listHorizontal li {
	margin: 0px 1px 0px 0px;
	padding: 0px 5px 0px 0px;
}

ul.listHorizontal li.last {
	background-image: none ! important;
	margin: 0px ! important;
	padding: 0px ! important;
	border-right: none ! important;
}

ul.listHorizontal a {
	color: #fff;
	text-decoration: none;
}

ul.listHorizontal a:hover {
	color: #fff;
	text-decoration: underline;
}

