* {
	margin: 0;
	padding: 0;
}
img {
	border: 0px;
}
h1 {
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
}

h3 {
	font-size: 1em;
}
h4 {
	font-size: 1em;
}

p, li {
padding: 0px 0px 10px 0px;
}

textarea {
	font-size: 1em;
}

input, textarea {
	border: solid #aaa 1px;
	padding: 3px;
	background: #eee;
	width: 200px;
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
}

.clear {
	font-size: 1px;
	height: 1px;
	clear: both;
}
a:link {
	color: #c00;
}
a:visited {
	color: #900;
}
a:hover {
	color: #c00;
}
a:active {
	color: #f00;
}

.larger {
font-size: 1.2em;
}

/* -- HEADER
---------------------------------------------------------- */

#header {
	text-align: left;
}
#tools {
	display: none;
}
#textsizer {
	display: none;
}


/* -- BODY AND COLUMNS
---------------------------------------------------------- */

#body {
	text-align: left;
}

.feature-col p {
padding: 0 10px 1em 0;
}

#banner-body {
	text-align: left;
}


#banner-body #img {
	display: none;
}



#body .three-col {
	margin: 0 6px 0 0;
}
#body .three-col h3 {
	padding: 3px;
	margin: 0 auto 1px;
	background: #005984;
	color: #fff;
}
#body .three-col p, #body .three-col h4 {
	padding: 3px 3px 7px;
}
#body .three-col h4 {
	padding: 3px 0 0 3px;
	margin-bottom: -3px;
}

}



#footer {
	clear: both;
	padding: 30px 0 0;
}
#content {
	font-size: 1.2em;
}
#content p {
	padding: 0 0 1em;
}



/* -- LEFT NAV
---------------------------------------------------------- */
#left-nav {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0;
}
#left-nav ul {
	list-style: none;
	margin-top: -5px;
}
#left-nav li {
	display: none;
}

#left-nav #current {
	display: block !important;
}
#left-nav #current a {
	text-decoration: none;
	color: #000;
}