#wrap .frontbkgrd .header #smnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 0.1em;
	width: 100px;
	padding-right: 34px;
}

#smnav li {
	list-style-image: none;
	letter-spacing: 0.1em;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}




#wrap .frontbkgrd .header #smnav .navindi {
	font-weight: bold;
}
#wrap .frontbkgrd .header #smnav a {
	color: #333333;
}
#wrap .frontbkgrd .header #smnav a:visited {
	color: #333333;
}
#wrap .frontbkgrd .header #smnav a:hover {
	color: #AAC6C6;
}



.header {
	background-color: #7C7A6E;
}
.imgspacehome {
	padding-bottom: 40px;
	padding-right: 10px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* use to float an element right. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left  */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;

