/* CSS Document */

* {
	margin:0;
	padding:0;
}

p, h1, h2, h2, h3, h4, blockquote {
	padding: 5px 0;
}

p {
	line-height:20px;
}

p.readmore {
	text-align:right;
	color:#ed1c24;
}

a {
	text-decoration:none;
}

a img {
	border:none;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:center;
	background:none;
}	

#handheldnav {
	display:block;
	background:#edf5ff;
	padding:5px 10px;
	border-bottom:1px solid #61a0d5;
}

#handheldnav ul {
	list-style-type:none;
}

#handheldnav ul li {
	display:inline;
	padding-right:3px;
}

#handheldnav ul li a {
	color:#00216d;
	font-weight:bold;
}

.navdiv {
	padding-left:7px;
}

.clear {
	clear:both;
}

.heading {
	padding-bottom:15px;
	padding-top:5px;
}

.heading img {
	display:none;
}

.heading h1, .heading h2, .heading h3, .heading h4 {
	display:block;
	color:#342b65;
}

#outer {
	width:100%;
	margin:0 auto;
	text-align:left;
	border-bottom:2px solid #22b24a;
}

#strap {
	display:none;
}

#printheader {
	display:block;
	text-align:center;
	padding-bottom:10px;
	border-bottom:#22b24a 2px solid;
}

#header {
	display:none;
}

#topnav {
	display:none;
}

#topimg {
	display:none;
}

#lowercontent {
	background:none;
	padding:20px;
}

#frontleft {
	float:none;
	display:block;
	width:100%;
}

#frontright {
	float:none;
	display:block;
	width:100%;
}

.purplebox {
	border:1px solid #342b65;
	width:175px;
	text-align:center;
	background-color:#FFFFFF;
}

.purpleboxcontent {
	font-size:11px;
	padding:10px;
}

.purpleboxcontent p {
	text-align:left;
}	

.purpleboxcontent p.readmore {
	text-align:right;
	color:#ed1c24;
	padding:0;
	margin:0;
}

#footer {
	text-align:right;
	width:100%;
	margin:0 auto;
	font-size:11px;
	color:#342b65;
	background-color:#edf5ff;
	padding:3px 10px;
}

#footer a {
	color:#342b65;
}

#footer .left {
	float:left;
}

#innercontentwrap {
	background: none;
	padding:0 10px;
}

#topsection {
	display:none;
}

#innercontent {
	background:none;
}

#innerleft {
	display:none;
}

#innerright {
	width:100%;
	float:none;
	display:block;
	padding-bottom:10px;
}

.rightimage {
	display:none;
}

.alwayshide {
	display:none;
}



.bottomlinks {
	font-weight:bold;
	text-align:right;
	padding-top:10px;	
}

.bottomlinks .contactus {
	color:#22b24a;
	padding-right:10px;
}

.bottomlinks .back {
	color:#342b65;
	padding-right:10px;
}

.bottomlinks .contactus a {
	color:#22b24a;
}

.bottomlinks .back a {
	color:#342b65;
}