.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.footertext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #313273;
	text-decoration: none;
}
.text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #383877;
	text-decoration: none;
}
a.resourcenav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #383877;
	text-decoration: none;
}
a.resourcenav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #383877;
	text-decoration: underline;
}
a.resourcenav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: underline;
}
a.resourcenav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #383877;
	text-decoration: underline;
}

a.basenav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
a.basenav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: underline;
}
a.basenav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: underline;
}
a.basenav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: underline;
}

a.factsheetlinks
{
color: #000;
text-decoration: none;
}

a.factsheetlinks:hover
{
color: #323273;
text-decoration: underline;
}

#factsheetcontainer
{
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
}

.factsheetcategory
{
float: left;
display: inline;
width: 350px;
/*border: 1px solid #000;*/
margin: 5px 5px 0px 0px;
}

.factsheetcategory h1
{
background: #323273;
color: #FFF;
font-size: 14px;
margin: 0px 0px 6px 0px;
padding: 4px;
}

.factsheetcategory p
{
margin: 0px;
padding: 5px 10px;
font-size: 12px;
}

.clearfloats
{
clear: both;
}

.subscribeform
{
	font-family:Arial, Helvetica, sans-serif;
margin: 10px 0px 0px 14px;
padding: 0px;
background: #FFF url(media/sformbg.jpg) repeat-x left top;
width: 170px;
}

.subscribesuccess
{
font-family:Arial, Helvetica, sans-serif;
margin: 10px 0px 0px 14px;
padding: 0px;
font-size: 14px;
width: 170px;
}

.subscribeform fieldset
{
margin: 0px;
padding: 0px;
border: none;
}

.subscribeform legend
{
text-align: center;
font-size: 16px;
margin: 0px;
padding: 10px 0px;
color: #FFF;
font-weight: bold;
}


.subscribeform label
{
margin: 0px 0px 0px 10px;
font-size: 12px;
padding: 0px;
}

.subscribeform input[type=text]
{
width: 130px;
margin: 0px 10px 20px 10px;
padding: 0px 5px 0px 5px;
height: 24px;
border: 1px solid #4e4e8e;
}

.subscribeform p
{
margin: 10px 0px 10px 10px;
padding: 0px;
}

.subscribeform .ferrors
{
font-size: 14px;
color: #F00;
font-weight: bold;
}

/* REQUIRED BUTTON STYLES: */		
button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	margin: 0px auto;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}


/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button.submitBtn { 
	padding: 0px 15px 0px 0px; 
	margin-right:5px; 
	font-size:1.25em; 
	text-align: center;
	background: transparent url(media/buttonbg.gif) no-repeat right -77px; 
	/*border: 1px solid #000;*/
}
	
button.submitBtn span {
	padding: 4px 0 0 16px; 
	height:30px;
	background: transparent url(media/buttonbg.gif) no-repeat left top; 
	color:#FFF; 
}
	
button.submitBtn:hover, button.submitBtnHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -115px;
}
	
button.submitBtn:hover span, button.submitBtnHover span {
	background-position: 0 -38px;
	color: #FFF;
}
