body {
	background:#ffffff;
	color: #333333; 
	font-family: Arial, sans-serif;
	font-size:100%;
}
.services a {
	color:#CC0000;
}

.tools a {
	color:#0066FF;
}

.design a {
	color:#009900;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.navContainer {
	width:772px;
	text-align:left;
	magin:auto;
	margin-top:70px;
}

.supportNav {
	display:none;
}

.container {
	position:relative;
	width:100%;
	clear:both;
	background:#ffffff;
}

.logo, .servicesLink, .toolsLink, .designLink, .divider {
	display:none;
}

.servicesLink {
	display:none;
}

.toolsLink {
	display:none;
}

.designLink {
	display:none;
}

.divider {
	display:none;
}

.flash {
	display:none;
}

.servicesIntro, .toolsIntro, .designIntro {
	position:absolute;
	top:190px;
	width:160px;
	font-size:110%;
}

.servicesIntro {
	left:188px;
}

.toolsIntro {
	left:388px;
}

.designIntro {
	left:588px;
}

.header {
	position:absolute;
	top:12px;
	left:10px;
	padding-top:30px;
}

.bookmarks {
	position:absolute;
	top:70px;
	left:10px;
	font-size:110%;
}

.content {
	position:absolute;
	top:102px;
	left:0px;
	width:770px;
	padding:10px;
	border-top:1px solid #333333;
}

* html .content {
	width:590px;
	height:334px;
}

.print {
	display:none;
}
table {
	font-size:100%;
	vertical-align:top;
}
td {
	vertical-align:top;
}
.imageRight {
	float:right;
	border:1px solid #999999;
	margin-left:20px;
	clear:both;
}
.imageLeft {
	float:left;
	border:1px solid #999999;
	margin-right:20px;
	clear:both;
}
h1, h2, h3 {
	font-family: Arial, sans-serif;
	font-size:100%;
	color: #333333;
	padding:0px;
	margin:0px;
}
.greyBlock {
	background:#efefef;
	padding:10px;
	float:left;
	width:534px;
	margin-bottom:10px;
/*	border-left:2px solid #00cc00;*/
}
* html .greyBlock {
	width:554px;
}
.greyCell {
	background:#efefef;
/*	border-left:1px solid #00cc00;*/

}
ul {
	list-style-type: square;
	margin:5px;
	margin-bottom:10px;
	margin-left:20px;
	padding:0px;
}
ul ul {
	list-style-type: circle;
	margin:5px;
	margin-bottom:10px;
	margin-left:20px;
	padding:0px;
}
.printLogo {
	position:absolute;
	left:10px;
	top:10px;
}