﻿body
{
	margin: 0;
	padding: 0;
}
body, td, li, p
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #ffffff;
}
ul
{
	list-style-type: square
}
li
{
	margin-top: 5px;
	padding: 0;
}
p
{
	margin-top: 10px;
	line-height: 16px;
}
h1, h2, h3, h4
{
	 font-family: Arial, Helvetica, Sans-Serif;
	 color: #ffffff;
}
h1
{
	font-family: Georgia, Times New Roman, Serif;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 0 0 0;
	color: #a3b875;
	font-size: 42px;
	font-weight: normal;
	letter-spacing: 1px;
}
h2
{
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 0;
	color: #a3b875;
	font-weight: normal;
}
h3
{
	font-size: 12px;
}
h4
{
	font-size: 11px;
}

a img
{ /* Remove borders from images that are contained within links */
	border: none;
}
	

.floatLeft
{
	float: left;
}
.floatRight
{
	float: right;
}
.clear
{
	clear: both;
}


/* A note on the "a" pseudo-class order: this needs to be link/visited/hover/active (LoVe/HAte) */

a:link
{
	color: #a3b875;
	text-decoration: none;
	outline: none;
	font-weight: normal;	
}

a:visited
{
	color: #a3b875;
	text-decoration: none;
	outline: none;
	font-weight: normal;		
}

a:hover
{
	color: #a3b875;
	text-decoration: underline;
	outline: none;
	font-weight: normal;		
	
}

a:active
{
	color: #a3b875;
	text-decoration: underline;
	outline: none;
	font-weight: normal;	
}

a:focus
{
	color: #a3b875;
	text-decoration: underline;
	outline: none;
	font-weight: normal;	
}


#bodyContainer
{
	margin-top: 0;
	width: 802px;
	margin-left: auto;
	margin-right: auto;
	background-color: #40554f;
	min-height: 1000px; 
}
#bodyContent
{
	float: left;
	width: 462px;
	margin: 0 0 50px 0;
	padding: 0 40px 0 0;
	
}
#leftColumn
{
	float: left;
	width: 300px;
	margin-top: 10px;
}

.leftColumnTout1
{
	margin-top: 23px;
	padding-left: 50px;
}

#navcontainer
{
	width: 150px;
	padding-left: 50px;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer li
{
	margin: 1px 0 0 0;
	background-image: url(../images/navlist_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0 0 0;
	padding-left: 14px;
}

#navcontainer a
{
	display: block;
	height: 16px;
	color: #ffffff;
	background-color: #6c8a81;
	padding: 2px 0 0 5px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#navcontainer a:hover
{
	background-color: #a3b875;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;

}

#navcontainer a.creativeLabs
{
	background-color: #0fa1cc;
}
#navcontainer a.creativeLabs:hover
{
	background-color: #a8ddea;
}


#navcontainer a.selected
{
	background-color: #a3b875;
}

.greenEdges
{
	border-left: solid 1px #40554f;border-right: solid 1px #40554f;
}
.barAccent
{
	height: 15px;
	display: block;
	overflow: hidden;
	background-color: #a3b875;
}
