﻿body {
	margin: 0;
	padding: 0;
	background-color: #8fb191;
	text-align: center;
}

a {
	color: #666666;
	/*white-space: nowrap;*/
}

p {
	margin: 0 0 12px 0;
}

p, div, ul, li {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #64676C;
}
.tight {
	margin: 0;
	padding: 0;
}
.BreakFloat {
	clear: both;
	height: 1px;
	visibility: hidden;
	/* background-color: #cc0000; visibility: visible; Debug */
}

#GlobalContainer {}

#SiteSpacerTop,
#SiteSpacerBase {
	height: 20px;
}

#SiteContainer {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	border: 1px solid #206424;
	background-color: #ffffff;
}
#SiteContainerInner 
{
	/*
	background-image: url('../../images/back_nav.gif');
	background-position: left;
	background-repeat: repeat-y;
*/
	text-align: left;
}

#NavColumn {
	width: 179px;
	float: left;
}
#BodyColumn {
	width: 621px;
	float: right;
	/* background-color: #eecc00; Debug */
}
#BodyHeader {
	margin-bottom: 10px;
}
#ContentHolder {
	width: 621px;
	background-image: url('../../images/back_bodyContent.gif');
	background-position: left top;
	background-repeat: repeat-y;
}

#ContentHolderInner {
	width: 621px;
	margin-bottom: 10px;
	/* background-color: #F0FF00; Debug */
}
#MinHeightEnforcer {
	width: 1px;
	float: left;
	height: 210px;
	/* background-color: #F0FF00; Debug */
}
#ContentLeft {
	width: 440px;
	float: left;
	/* background-color: #cc0000; Debug */
}
#ContentLeftInner {
}

#ContentLeftCopy {
	margin: 0 15px 0 29px;
	/* background-color: #00ff00; Debug */
}
#ContentRight {
	width: 177px;
	float: left;
}
.ContentRightContent {
	margin: 0 12px 12px 12px;
}
.ContentRightDivider {
	height: 1px;
	margin: 0 0 12px 5px;
	background-color: #8fb191;
}

#BodyBaseLine
{
	margin: 8px 7px 0 29px;
	height: 1px;
	background-color: #8fb191;
}
#BodyBase {
	height: 57px;
	padding-top: 1px; /* Fix */
}
#BodyBaseInner {
	margin: 0;
	height: 40px;
	background-color: #ffffff;
}
#BodyBaseInner p {
	font-size: 13px;
	color: #206424;
}

#BodyFooterInner
{
	margin: 14px 0 16px 29px;
}

#BodyFooterInner p
{
	font-size: 9px;
}

.CopyTitle, .RightContentTitle {
	font-size: 14px;
	font-weight: bold;
	color: #206424;
}
.BigCopy {
	font-size: 13px;
}
.RightContentTitle {
	font-size: 12px;
}

.RightColInfoBox {
	padding: 10px;
	margin-bottom: 12px;
	background-color: #206424;
}
.RightColInfoBox div, .RightColInfoBox span {
	color: #ffffff;
}
.RightColInfoBox a {
	color: #ffffff;
	text-decoration: none;
}
/*
	-------------------------------------------------------
*/

.navLink {
	text-decoration: none;
	color: #206424;
	white-space: nowrap;
}

/*
	-------------------------------------------------------
	Main Navigation
	-------------------------------------------------------
*/
#MainMenuHolder {
	background-color: #206424;
}
.MainMenuLink {
	border-top: solid 1px #5e8a19;
}
.MainMenuLink a {
	margin-left: 20px;
	display: block;
	color: #CFE6FE;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	font-family: Century Gothic, Tahoma, Verdana, Arial;
}
.MainMenuLink a:link,
.MainMenuLink a:visited,
.MainMenuLink a:hover {
	text-decoration: none;
}
.MainMenuLink a:hover {color: #ffffff;}

.MainMenuLink .OutletLinksHolder {
	background-color: #206424;
}
.MainMenuLink .OutletLinkHolder {
	margin-left: 25px;
}
.MainMenuLink .OutletLinkHolder span.icon {
	color: #ffed00;
}
.MainMenuLink .OutletLinkHolder a {
	margin: 0;
	display: inline;
	font-size: 10px;
}

.OutletList .OutletLinkHolder {
	margin: 0;
}
.OutletList .OutletLinkHolder span.icon {
	color: #004995;
}
.OutletList .OutletLinkHolder a {
	
}
.OutletList .OutletLinkHolder a:link,
.OutletList .OutletLinkHolder a:visited,
.OutletList .OutletLinkHolder a:hover {
	text-decoration: none;
	color: #666666;
}

/*
	-------------------------------------------------------
	NEC
	-------------------------------------------------------
*/

.ArticleTitle {
	color: #666666;
	font-weight: bold;
}
.ArticleIntro, .ArticleDate
{
	color: #144116;
	font-weight: normal;
}
.NECButton {
	padding: 10px;
	display: block;
	margin: 25px 25px 0 24px;
	border: none;
	background-color: #206424;
	color: #ffffff;
	font-size: 16px;
	width: 120px;
	text-decoration: none;
	float: left;
}

/*
	-------------------------------------------------------
	Form controls
	-------------------------------------------------------
*/
	.formBox {
		width: 200px;
		border: 1px solid #cccccc;
		font-family: Arial, Verdana, Helvetica;
		font-size: 11px;
		padding: 2px;
		color: #666666;
	}

	.labelCell, .shortLabelCell, .dataCell, .validCell {
		font-family: Arial, Verdana, helvetica;
		font-size: 11px;
		color: #666666;
		vertical-align: top;
	}
	.labelCell, .shortLabelCell {
		padding: 2px 3px 2px 5px;
	}
	.labelCell {width: 60px;}
	.shortLabelCell {width: 80px;}
	.dataCell {
		text-align: left;
		padding: 1px 2px 0px 3px;
		font-weight: normal;
	}
	.validCell {
		text-align: left;
		padding: 4px 2px 0px 3px;
	}
	
select,
input,
textarea
{
	font-size: 100%;
}
