body
{
	font-size: 12px;
	font-family: Arial;
	color: black;
}


/*============================
	TEXT
==============================*/
h1 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	margin-top: 10px;
}
h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	margin-bottom: 0;
}
h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	margin: 0;
}
p {
	margin-top: 5px;
}
a
{
	color: #48823f;
}
a:hover
{
	color: #012829;
}

/*============================
	NAVIGATION
==============================*/
td.subNav {
	background: #C8DDDA;
	text-align: center;
	border-bottom: 1px solid #333;
	height: 24px;
}
td.subNav a {
	color: #333;
}
img.textPhoto {
	margin: 10px;
}


table
{
    font-size: 12px;
    font-family: Arial;
    color: black;
}

.linkBoxHeader
{
	color: White;
	font-style: italic;
}
.linkBoxHeader a
{
	color: White;
	font-style: italic;
}
.linkBoxHeader a:hover
{
	color: White;
	font-style: italic;
}
.linkBox
{
	font-size: 11px;
	line-height: 20px;
}
.linkBox a
{
	font-size: 11px;
}
.linkBox a:hover
{
	font-size: 11px;
}
.articleHeader
{
	font-size: 13px;
	font-weight: bold;
}
.caption
{
	font-size: 10px;
}
.gridGreenHeader
{
	background-color: #2CA830;	
	font-size: 14px;
	
}
.gridYellowHeader
{
	background-color: #D3E925;	
	font-size: 14px;
	
}
.gridRedHeader
{
	background-color: #DA2828;
	font-size: 14px;
		
}
.gridHeaderLabel
{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 140%;	
}
.navContainer
{
	background-color: #5A6360;
	border-right: solid 2px black;
	border-left: solid 2px black;
	border-left: solid 2px #889492;
	border-top: solid 2px #828E8C;
	border-right: solid 2px #444847;
	border-bottom: solid 3px #454746;
	line-height: 18px;
}
.navButton
{
	border-right: solid 1px #000100;
	border-left: solid 1px #86918D;
	text-align: center;
}
.navButton a
{
	display: block;
	color: #EDFCF7;
	font-size: 12px;
	letter-spacing: 1;
	text-decoration: none;
}
.navButton a:hover
{
	display: block;
	background-color: #81582C;
	color: White;
}
.homeContent { background-color: White; border-left: solid 1px black; padding: 10px; line-height: 16px; }
.homeLeft { background-color: #E6E3DE; background-image: url(images/deckedsetcloseup.jpg); background-position: -40px -30px; background-repeat: no-repeat; width: 240px; border-left: solid 2px black; }
.tanBox { background-color: #E6E3DE; border-left: solid 1px black; width: 225px; padding: 10px; border-right: solid 2px black; }
#scroller { border: solid 1px black; width: 420px; height: 20px; padding: 5px; background-color: #E6E3DE; }
/*these next two are for a newsletter article 'what kind of driver are you'*/
.left { padding: 10px; border-right: solid 1px #1A2D2B; background-color: #C8BEBE; vertical-align: top; }
.right { padding: 10px; background-color: #C7CEC7; vertical-align: top; }




