body {
	margin: 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 12pt;
	color: #000;
}
h3 {
	margin: 0 0 15px 0;
}
h4 {
	margin: 15px 0 0 0;
	padding: 0;
}
h5 {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0 0 10px 0;
}
.hr {
	margin: 10px 0 10px 0;
	border-top: 1px dotted #ccc;
}
img.topPadding {
	padding-top: 30px;
}
#wrapper {
	margin: 0 auto;
	width: 700px;
	/* background-color: #f0f; */
}
/* HEADER
------------------------------------- */
#header {
	position: relative;
	height: 120px;
/*	background-color: #ff0; */
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
	z-index: 9;
}
#header #tie {
	position: absolute;
	margin-bottom: -130px;
	top: -36px;
	left: 500px;
	z-index: 0;
}
/* MENU
------------------------------------- */
#menuWrapper {
	margin: 30px 0 65px 0px;
}
#menuSUP {
	clear: both;
	width: 236px;
	font-size: 10px;
	letter-spacing: 0.1em;
	padding: 3px 0 3px 3px;
	border: 1px solid #666;
	float: left;
}
#menuSUP ul.sup, li.sup{
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;	
}
#menuSUP a.sup {
	color: #000;
	font-weight: bold;
	padding: 5px 2px 3px 2px;
	text-decoration: none;
}
#menuSUP a.sup:hover {
	color: #fff;
	background-color: #665083;
	font-weight: bold;
	padding: 3px 2px 4px 2px;
	text-decoration: none;
}
/* PVH */
#menuPVH {
	float: left;
	width: 271px;
	color: #fff;
	background-color: #000;
	font-size: 10px;
	letter-spacing: 0.1em;
	padding: 3px 3px 3px 0;
	border: 1px solid #000;
	z-index: 10;
}
#menuPVH ul.pvh, li.pvh{
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;	
}
#menuPVH a.pvh {
	color: #fff;
	font-weight: bold;
	padding: 5px 2px 3px 2px;
	text-decoration: none;
}
#menuPVH a.pvh:hover {
	color: #fff;
	background-color: #665083;
	font-weight: bold;
	padding: 3px 2px 3px 2px;
	text-decoration: none;
}
/* CONTENT
------------------------------------- */
#content {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff url('../images/backGrade.jpg') repeat;
}

.dropcap {
	float: left;
	color: #665083;
	font-size: 80px;
	line-height: 55px;
	padding-top: 2px;
	font-family: Georgia, serif;
}
/* MAIN CONTENT
------------------------------------- */
#mainContent {
	margin-top: 0px;
	width: 600px;
	padding: 30px 30px 10px 30px;
	float: left;
	z-index: 10;
	text-align: left;
}
#jobLeft {
	width: 325px;
	margin-left: 15px;
	float: left;
	text-align: left;
}
#jobRight {
	width: 322px;
	margin-left: 5px;
	float: right;
	text-align: left;
}
/* LEFT CONTENT
------------------------------------- */
#leftContent {
	margin-top: 0px;
	width: 378px;
	padding: 30px 30px 10px 30px;
	float: left;
	z-index: 10;
	text-align: left;

	
}
img.currentPage {
	padding: 0 20px 20px 0;
	float: left;
}

/* RIGHT CONTENT
------------------------------------- */
#rightContent {
	margin-top: 87px;
	width: 228px;
	padding: 0 30px 10px 0;
	float: left;
}
#rightBoxWrapper {
	margin: 0 0 20px 0;
	padding: 0;
	width: 228px;
}
#rightBoxHead {
	padding: 0 5px 5px 5px;
	background-color: #ccc;
	color: #666;
	font-size: x-small;
	text-align: center;			
}
#rightBoxContent {
	padding: 5px;
	background-color: #eee;
	color: #999;
	font-size: x-small;
	text-align: left;
	border: 1px solid #ccc;
}
#rightBoxContent:hover {
	padding: 5px;
	background-color: #ccc;
	color: #999;
	font-size: x-small;
	text-align: left;
	border: 1px solid #999;
}
#rightBoxContent a, img {
	border: none;
}
td.left {
	float: left;
	text-align: left;
	padding-bottom: 5px;
}
td.right {
	float: right;
	text-align: right;
	padding-bottom: 5px;	
}
/* Brand Logos */
#brandLogos {
	clear: both;
	width: 688px;
}
#brandLeft {
	width: 344px;
	float: left;
	text-align: center;
}
#brandRight {
	width: 343px;
	float: right;
	border-left: 1px dotted #ccc;
	text-align: center;
}
#brandRight img, #brandLeft img {
	padding: 20px 0 30px 0;
}

/* FOOTER
------------------------------------- */

#footer {
	clear: both;
	width: 688px;
	margin: 0 0 20px 0;
	font-size: 11px;
	color: #666;
	background: #FF0 url('../images/bottomLine.gif') repeat-x bottom;
	padding: 5px;
	border-top: 1px solid #ccc;
	text-align: center;
}
#footer a {
	color: #666;
	text-decoration: none;
	padding: 0 5px 0 5px;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
	padding: 0 5px 0 5px;
}





