html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, sub, ol, ul, li, fieldset, form, label, legend, table, caption
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

html, body {
	width: 100%;
	height: 100%;
}

ul{ list-style-type: none; }

.red { color: #CE3305; }
.grey { color: #787878; }

.robo{display:none}
body
{
    color: black;
    background-color: black;
    font-size: 12px;
	line-height: 20px;
	letter-spacing: normal;
	font-family: Arial, helvetica, san-serif;
}

/* IE6 Hack */
* html #pageContainer {
	height: 100%;
	font-size: 11px;
}
#page-container 
{
	width: 960px;
	height: auto;
	margin: 0px auto;
	text-align: center;
	background-color: white;
	border-style: solid;
	border-width: 4px;
	border-color: #CE3305;
}

/* Page Header */
#page-header 
{
	width: 960px;
	height: 140px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #C8C8C8;
	text-align: left;
}

#header {
	width: 960px;
	height: 105px;
	overflow: hidden;
}

#header-navbar {
	width: 960px;
	height: 35px;
	padding: 5px 3px 5px 3px;
	color: white;
}

#header-nav-left {
	width: 467px;
	height: 23px;
	float: left;
	display: inline;
	padding-left: 10px;
	padding-top: 2px;
	background-color: #CE3305;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}

#header-nav-right {
	width: 467px;
	height: 23px;
	float: left;
	display: inline;
	padding-right: 10px;
	padding-top: 2px;
	background-color: #CE3305;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

#header-navbar a {
	color: #FFFFFF;
	text-decoration: none;
}

.#header-navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#header-navbar a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#header-navbar a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#page-body
{
	width: 960px;
	min-height: 600px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#home-body-container
{
	width: 940px;
	min-height: 540px;
	margin 0px auto;
	padding: 25px 10px 15px 10px;
    background-image: url("/images/toolbanner.gif");
    background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
}

#body-container
{
	width: 940px;
	min-height: 540px;
	margin 0px auto;
	padding: 5px 10px 15px 10px;
	text-align: left;	
}

#content-navbar
{
	width: 220px;
	height: 100%;
	float: left;
	display: inline;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#content-navlinks
{
	font-size: 16px;
	font-weight: bold;
}

.navlinks a {
	color: #CE3305;
	text-decoration: none;
}

.navlinks a:visited {
	color: #CE3305;
	text-decoration: none;
}

.navlinks a:hover {
	color: #CE3305;
	text-decoration: none;
}

.navlinks a:active {
	color: #CE3305;
	text-decoration: none;
}

#content-navsublinks
{
	font-size: 14px;
	font-weight: bold;
}

.navsublinks a {
	color: #787878;
	text-decoration: none;
}

.navlink
{
	width: 100%;
	cursor: hand;
}

.navsublinks a:visited {
	color: #787878;
	text-decoration: none;
}

.navsublinks a:hover {
	color: #787878;
	text-decoration: none;
}

.navsublinks a:active {
	color: #787878;
	text-decoration: none;
}

#home-content-copy
{
	width: 600px;
	height: 100%;
	float: left;
	display: inline;
	padding: 0px 50px 0px 50px;
	text-align: center;
	font-size: 14px;
	
}

#keyword-container
{
	width: 550px;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
	text-align: center;
}

#keyword-copy
{
	width: 550px;
	text-align: left;
	font-size: 14px;
}

#content-title
{
	width: 680px;
	float: left;
	display: inline;
	padding: 20px 10px 20px 10px; 
	text-align: left;
	border-left: dotted;
	border-width: 1px;
	border-color: #787878;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #787878;
}

#content-copy
{
	width: 600px;
	min-height: 540px;
	float: left;
	display: inline;
	padding: 30px 50px 20px 50px;
	text-align: left;
	border-top: dotted;
	border-left: dotted;
	border-width: 1px;
	border-color: #787878;
	font-size: 14px;
}

#content-copy ul
{
	list-style-type: disc;
	list-style-position: inside;
}

#content-copy li
{
	display: block;
}

#content-images
{
	width: 250px;
	height: auto;
	float: right;
	display: inline;
	position: relative;
	top: -86px;
	left: 70px;
	text-align: center;
}

#footer
{
	width: 940px;
	text-align: center;
	font-size: 12px;
	color: #CE3305;
}

#footer a {
	color: #CE3305;
	text-decoration: none;
}

#footer a:visited {
	color: #CE3305;
	text-decoration: none;
}

#footer a:hover {
	color: #CE3305;
	text-decoration: underline;
}

#footer a:active {
	color: #CE3305;
	text-decoration: none;
}



#16cd0427 {display: none}








