html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.png {
	behavior:url(css/iepngfix.htc);
}
.clr {
	clear:both;
}
.nopad {
	padding:0;
	margin:0;
}
body {
	background-color:#F2F2F2;
	font-size:11px;
	font-family:"Century Gothic", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color:#333333;
}
a {
	color:#CC0000;
	text-decoration:none;
}
a:hover {
	color:#666666;
}
.pink {
	color:#DC0079;
}
#container {
	width: 1000px;
	margin: 0 auto;
	border:1px solid #999;
	border-top:none;
	background-color:#FFF;
}
#header {
	width: 1000px;
	height:120px;
	background:url(../images/back-header.png);
	border-bottom:1px solid #666666;
}
#header-logo {
	float:left;
	margin:5px 0 0 10px;
}
#nav-top {
	float:left;
	margin:100px 0 0 20px;
}
#nav-top p {
	font-size:12px;
	margin-right:10px;
}
#nav-top table {
}
#nav-top table td {
	text-align:center;
	vertical-align:bottom;
	line-height:15px;
	font-size:12px;
	border:1px solid red;
}
#nav-top a {
	color:#fff;
	font-weight:bold;
	text-shadow:1px 1px 1px #333;
}
#nav-top a:hover {
	color:#000;
	text-shadow:1px 1px 1px #CC0000;
}
#content {
	margin:10px 0 0px 10px;
	padding-bottom:10px;
	background:url(../images/back-content.png) bottom right no-repeat;
}
#content .heading {
	color:#CC0000;
	padding-top:10px;
}
#content .headline {
	float: left;
	width: 620px;
	padding-top:15px;
	line-height:19px;
}
#content .column-left {
	float: left;
	width: 300px;
	margin-right:40px;
}
#content .column-left p {
	line-height:17px;
	padding-bottom:6px;
}
#content p.quote {
	color:#F0848A;
	font-style:italic;
	line-height:20px;
}
#content ul.standard {
	margin-left:20px;
	line-height:19px;
	padding-bottom:7px;
	list-style:disc;
}
#content ul.standard li {
	list-style-position:outside;
	padding-bottom:3px;
}
#content ul.tab-list {
	width:175px;
	margin-left:20px;
	line-height:19px;
	padding-bottom:7px;
	list-style:none;
}
#content ul.tab-list li {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: 1px dotted #CCCCCC;
}
.smalltxt {
	font-size:10px;
}
.photo {
	float:right;
	margin-right:10px;
}
#footer {
	width: 1000px;  /* using 20px less for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#footer p {
	padding-top:10px;
	padding-left:10px;
	font-size:10px;
	color:#666;
}
#footer p a {
	color:#333;
}
#footer p a:hover {
	color:#CC0000;
}
