/* SAVE Styles */

body {
	font-family: helvetica, arial, sans-serif;
	font-size: 12pt;
	color: #000;
	line-height: 1.3em;
	margin:2%;
	padding: 0
}

img {
	border: 0
}

a:link {
	color: #2f8dd5;
	text-decoration: none;
}

a:visited {
	color: #2f8dd5;
	text-decoration: none;
}

a:hover {
	color: #70a1ee;
	text-decoration: underline;
}

/* Wrapper Styles */

#mainContainer {
	width: 100%;
}

#sideColumn {
	display: none
}

#mainColumn {
	width: 95%
}

#leftContent {
	float: left;
	width: 70%;
}

#rightContent {
	float: right;
	width: 25%;
}

#logoHome {
	display: none
}

#logoInner {
	display: none
}

#mission {
	display: none
}

#banner {
	display: none
}

#sideWrapper {
	display: none
}

#quickFacts {
	display: none
}

#content {
	width: 100%;
	padding-top: 3%
}

#sideCont {
	display: none
}



#footer {
	display: none
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px
}

/* Form Styles */

form {
	display: inline;
}

label {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 5px;
	text-align: right;
	padding-right: 6px;
	font-size: 11px;
	line-height: 1.8em;
}

label.required {
	font-weight: bold;
	color: #40A2C9;
}

form br {
	clear: left;
}

input {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;

}

textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;

}

p {
	margin: 4px 0 6px 0;
	padding: 0;
	line-height: 1.3em
}

h1 { /* Big Black Headline */
	font-family: helvetica, arial, sans-serif;
	line-height: 1.4em;
	font-size: 19pt
}

h2 { /* Big Teal Headline */
	font-family: helvetica, arial, sans-serif;
	line-height: 1.4em;
	font-size: 19pt;
	color: #65B9DA
}

h3 { /* Small Black Headline */
	font-family: helvetica, arial, sans-serif;
	line-height: 1.4em;
	font-size: 14pt
}

h4 { /* Small Teal Headline */
	font-family: helvetica, arial, sans-serif;
	line-height: 1.4em;
	font-size: 14pt;
	color: #65B9DA
}




