/*
darkGreen: #006835;
lightBeige:#dbd2b4;
*/

html, body  {
	height:100%;
	background-color:black;
	font: 12px Verdana, "Arial Unicode MS", Arial, sans-serif;
	color: #D1D1D1;
	margin:0;
	padding:0;
}

h1 {
	font-size:13px;
	color:#006835;
	font-weight:bold;
}

h2 {
	font-size:12px;
	font-variant:small-caps;
	color:#D1D1D1;
}

img {
	border:0;
	margin:0;
	padding:0;
}

br.noSpace {
	height:0;
	margin:0;
	padding:0;
}

form input, form textarea, form select {
	font: 11px Verdana, "Arial Unicode MS", Arial, sans-serif;
	color: #333333;
}

#container {
	width:760px;
	padding-top:3%;
}

#navBar {
	width:760px;
	height:40px;
	border-bottom: 1px solid white;
}	

#navBar img {
	float:left;
}

#content {
	width:760px;
	text-align:left;
	vertical-align:top;
}

#headerColumn {
	width:760px;
	height:75px;
	clear:both;
}

img.contact {
	float:left;
}

img.logo {
	margin: 2px 0 8px 0;
	float:right;
}

img.mainImg {
	float:left;
	margin-top:16px;
}

#textContent {
	width: 350px;
	padding-left:55px;
	float:right;
	margin-bottom:50px;
}

#textContent img.topLeft {
	float:left;
	margin-left:-18px;
}

#textContent img.topRight {
	float:right;
	margin-right:45px;
}

#textContent img.bottomLeft {
	float:left;
	margin-top:25px;
	margin-left:-18px;
}

#textContent img.bottomRight {
	float:right;
	margin-top:25px;
	margin-right:45px;	
}

#textContent img.sectionHdr {
	margin-top: 20px;
}

#textContent p {
	padding-right:65px;
	line-height: 20px;
}
#textContent p.lastParagraph {
	margin-bottom: 25px;
}

#textContent ul {
	padding-right:65px;
	line-height:18px;
}

#oneColumn {
	clear:both;
	padding-right:65px;
	padding-left:25px;
	line-height:18px;
}

#oneColumn ul {
	line-height:18px;
}

.spaceBlock {
	width:760px;
	/*float:left;*/
	border-top:1px dotted #E1E1E1;
	clear:both;
}

.spaceBlock h2 {
	margin-top: 15px;
	margin-bottom:2px;
}

.spaceImg {
	width:335px;
	margin-top:20px;
	margin-bottom:20px;
	float:left;
}

.spaceText {
	width: 315px;
	padding-left:85px;
	float:left;
	line-height: 20px;
}

#spacesSpacer {
	margin-bottom:40px;
	clear:both;
}

.menuBreak {
	width:760px;
	height:1px;
	margin-bottom:1px dotted #cccccc;
	background-color:#cccccc;
}

a:link, a:visited, a:active {
	color: #dbd2b4;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
	color: #dbd2b4;
}

#footer {
	width:760px;
	border-top:1px solid white;
	padding-top:10px;
	padding-bottom:15px;
	text-align:center;
	font-size:9px;
	letter-spacing:2px;
	float:left;
}

#footer img.bkgdTxt {
	float:right;
	margin-top:-50px;
}

#footer a:link, #footer a:visited{
	text-decoration:none;
	font-family:Arial, Helvetica, "sans-serif";
	letter-spacing:2px;
	font-size:9px;
	color:#acacac;
}

#footer a:hover {
	text-decoration:underline;
}