/* CSS Document */
body {
	background-color:#ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin:0;
	padding:0;
	height: 100%;
}
/* Positioning */
#centerDIV {
	position:absolute;
	vertical-align:middle;
	left:0;
	top:0;
	padding:0;
	width:100%;
	height:100%;
}
#mainSWF_fo {
	height: 100%;
}
#desktopSWF_fo {
	height: 100%;
}
/* Text */
p, ul, li {
	font-family: Helvetica, Geneva, sans-serif;
	color:#4d4d4d;
}
h1, h2 {
	margin-left: 15px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	font-size: 16px;
	font-family: Helvetica, Geneva, sans-serif;
}
li {
	margin: 1em; 
	font-size: 12px;
	line-height:20px;
}
a {
	text-decoration:underline;
	color:#666666;
}
a:hover  {
	text-decoration:none;
	color:#666666;
}
.genText {
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height:20px;
}

.footer {
	margin-left: 15px;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 15px;
	height:50px;
}
.footerText {
	font-size: 9px;
	color:#999999;
	text-align:right;
	margin-top: -15px;
	font-family: Helvetica, Geneva, sans-serif;
}
.footerImage {
	text-align:left;
}

.error {
	background-color:#ffeded;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.errorHead {
	color:#993d1f;
	font-size: 14px;
}

.tl {background: url(http://www.designthenewyou.com/images/tl.gif) 0 0 no-repeat}
.tr {background: url(http://www.designthenewyou.com/images/tr.gif) 100% 0 no-repeat; padding:10px}
.bl {background: url(http://www.designthenewyou.com/images/bl.gif) 0 100% no-repeat}
.br {background: url(http://www.designthenewyou.com/images/br.gif) 100% 100% no-repeat}

.header {
	color: #87bed9;
}
.header2 {
	color: #666666;
}
.headerLarge {
	color: #666666; 
	font-size: 14px;
}
h1 {
	color: #666666; 
	font-size: 18px;
}
h2 {
	font-size: 12px;
	color: #87bed9;
}
/*-- No Script */
.ns {
	margin-top:50px;
	width:600px;
	text-align:left;
}
.div404 {
	width:100%;
	background-image:url(../images/404-bkg.jpg);
	background-repeat: repeat-x;
}
