/* CSS Document */

/* GLOBAL STYLES */

html, body, h1, h2, h3, h4, h5, h6, form, fieldset, img, table
{
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
	font-family: "Arial", Verdana, Sans-Serif;
	font-size: medium;
	color: #666666;	
	line-height: 110%;
}

acronym
{
	cursor: help;	
}

h1
{
	font-size: 150%;
	font-weight: bold;
	color: #8CC63E;
}

h2
{
	font-size: 100%;
	color: #666666;
}

strong
{
	font-size: 100%;
	color: #666666;
}

.hide
{
	display: none;
}

/* Table Layout */

table
{
	width: 100%;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}

table th, table td
{
	margin: 0;
	padding: 8px 20px;
	text-align: center;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}

table .leftalign
{
	text-align: left;
}

table tr
{
	background: #CCCCCC;
}

table tr.alt
{
	background: #EEEEEE;
}

table caption
{
	margin: 0;
	padding: 8px 20px;
	border: 1px solid #666666;
	border-bottom: none;
	background: #FFF;
	font-weight: bold;
}

p.ArrowHead
{
	padding-left: 10px;
	background: url(../images/bckgd/arrowright8cc63e.gif) no-repeat 0 50%;
}


/* STRUCTURE/LAYOUT */

div#container
{
	width: 580px;
	margin: 0;
	padding: 0;
	text-align: left;
}

div#branding
{
	display: none;
}

div#ContactBranding
{
	display: none;
}

div#MainBody
{
	clear: both;
	float: left;
	width: 580px;
	margin: 0;
	padding: 0;
}

div#Content
{
	float: right;
	width: 500px;
	margin: 0;	
	color: #666666;
	font-size: 80%;
}

div#LeftCol
{
	display: none;
}

div#RightCol
{
	display: none;
}

div.ColHeader
{
	background-color: #8CC63E; 
	color: #FFFFFF; 
	font-weight: bold; 
	padding: 2px 2px 2px 2px; 
	text-align: center;
}

div.BannerImage
{
	display: none;
}

div#NavFooter
{
	display: none;
}


/* NAVIGATION */

/* Main Navigation */

#nav
{
	display: none;
}

#nav li
{
	display: none;
}

#nav a
{
	display: none;
}

#nav #n-on a
{
	display: none;
}

#nav a:hover
{
	display: none;
}

/* Branding Navigation */

#NavBranding
{
	display: none;	
}

#NavBranding a
{
	display: none;
}

#NavBranding a:hover
{
	display: none;
}

/* Glossary Navigation */

#NavGlossary
{
	display: none;
}

#NavGlossary li
{
	display: none;
}

#NavGlossary a
{
	display: none;
}

#NavGlossary a:hover
{
	display: none;
}

/* Secondary Left Hand Side Navigation */

#NavSecondary
{
	display: none;
}

#NavSecondary li
{
	display: none;
}

#NavSecondary li.alt
{
	display: none;
}

#NavSecondary a
{
	display: none;
}

/* Breadcrumb Navigation */

#NavBreadCrumb
{
	display: none;
}

#NavBreadCrumb li
{
	display: none;
}

#NavBreadCrumb li.alt
{
	display: none;
}

#NavBreadCrumb a
{
	display: none;
}

#NavBreadCrumb a:hover
{
	display: none;
}

div#ContactBranding a
{
	display: none;
}

div#ContactBranding a:hover
{
	display: none;
}

#LeftCol a
{
	display: none;
}

#LeftCol a:hover
{
	display: none;
}

a
{
	color: #8CC63E;
}

a:hover
{
	color: #FF6600;
}


/* SITE INDEX */

#sitemap ul
{
	list-style: disc;
}














/* START OF SIMPLIFIED BOX MODEL HACK */
* html body
{
	font-size: small; /* for IE5/win */
	f\ont-size: medium; /* for other IE versions */
}
/* END OF SIMPLIFIED BOX MODEL HACK */
