@charset "utf-8";
/* CSS Document */
.dvclr {
	clear:both;
	line-height:.01;
}
body, html {
	background:url(images/pgBG.jpg) repeat-x #e7eeee;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:10pt;
}
body img { /*defaults the border of a 'hot' image to 0, saves time in the long run*/
	border:0;
}
h3 {
	color:#6E8D90;
}
h4 {
	color:#BC6011;
}
#wrpr {
	width:766px;
	margin:0 auto;
	text-align:left;
}
#flashHeader {
	height:342px;
}
#contentHdr {
	background:url(images/titleText.png) no-repeat;
	margin:33px 0 0 13px;
	height:87px;
}
#content {
	background:url(images/cupWaterMark.png) no-repeat;
	padding:15px 0 0 13px;
	width:480px;
}
#whatsNewHdr {
	background:url(images/whatsNew.png) no-repeat;
	margin:30px 0 0 45px;
	width:480px;
	height:26px;
}
#whatsNewCnt {
	padding:27px 0 0 5px;
	font-size:8pt;
}
#rightSideBar {
	background:url(images/workTaste.png) no-repeat;
	padding:0 5px 0 0;
	margin:33px 0 0 0;
	float:right;
	width:235px;
	height:414px;
}
#sideBarContent {
	padding:100px 15px 0 10px;
}
#sideBarContent a {
	font-size:8pt;
	text-decoration:none;
	color:#6E8D90;
}
#sideBarContent a:hover {
	text-decoration:underline;
}
#ftrNav { /*formats html links in footer for SEO*/
	padding-top:10px;
	text-align:center;
	font-size:8pt;
	color:#6E8D90;
}
#ftrNav a {
	text-decoration:none;
	text-transform:uppercase;
	color:#6E8D90;

}
#ftrNav a:hover {
	text-decoration:underline;
	color:#BC6011;
}
