body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background-color: #EAEAEA;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
p, li {
	font-size:0.8em;
}
a {
	color: #12B7ED;
	text-decoration:none;
}
a:hover {
	color: #0C7598;
}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	/*color: #11B4EB;*/
	color:#666666;
	margin-top: 0px;
	margin-bottom: 20px;
}
h2 {
	/*color: #11B4EB;*/
	color:#666666;
	font-size: 1.2em;
	font-weight:normal;
}
h3 {
	/*color: #11B4EB;*/
	color:#666666;
	font-size: 1.0em;
	font-weight:normal;
}
fieldset {
	border:none;
}
fieldset p {
	margin:0;
	border:0;
}
.page {
	width:1000px;
	background-color:#FFFFFF;
	background-image:url(/images/webapp/background_right.gif);
	background-repeat:repeat-y;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}
.separator {
	clear:both;
}
.header {
	background-position: right top;
    height:139px;
	background-repeat:no-repeat;
	}
/* Individual Section Headers */
#homepage_header {
	background-image:url(/images/webapp/headerimage_homepage.gif);
}
#workandunemployment_header{
	background-image:url(/images/webapp/headerimage_workandunemployment.jpg);
}
#managingmoney_header {
	background-image:url(/images/webapp/headerimage_managingmoney.jpg);
}
#makingthemost_header {
	background-image:url(/images/webapp/headerimage_makingthemost.jpg);
}
#yourhome_header {
	background-image:url(/images/webapp/headerimage_yourhome.jpg);
	/*background-image:url(/images/webapp/background_test.jpg);
	background-repeat:repeat-x;*/
}
#family_header {
	background-image:url(/images/webapp/headerimage_family.jpg);
}
#helpforbusiness_header {
	background-image:url(/images/webapp/headerimage_helpforbusiness.jpg);
}
#helpforindividuals_header {
	background-image:url(/images/webapp/headerimage_family.jpg);
}
#default_header {
	background-image:url(/images/webapp/headerimage_managingmoney.jpg);
}

#sitename a {
	color:#ffffff;
	text-decoration:none;
	border:0;
	margin:0;
}
#sitename a img{
	border:0;
	padding:0;
	margin:0;
}
#sitesearch {
    text-align:justify;
	/*border:gray outset 2px;*/
	/*border:#c6ebff dotted 2px;*/
	border:#ff6650 solid 2px;
	background-color:#ffffff;
}
#sitesearch label {
	color:#11B4EB;
	font-size:1.5em;
}
#searchterm{
	width:170px;
}
#sitesubmit {
	cursor:pointer;
	background-color:#fff;
	color:#11B4EB;
	border:outset 1px #ccc;
	font-weight:bold;
	font-variant:small-caps;
}
.footer {
	clear:both;
}
.footer_text {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 0.6em;
	color: #999999;
	text-align: right;
	background-color: #EAEAEA;
}
.top_nav {
	top:139px;
	color: #ffffff;
	height:36px;
	width:1000px;
	background-image:url(/images/webapp/topnav_button.gif);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	/* Amend font-size to give us some room */
	font-size: .9em;
}
.top_nav ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.top_nav li {
	margin:0;
	padding:0;
	display: inline;
	float:left;
	/* width declaration on each li item */
}
.top_nav a{
	display:block;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 0px 0px 0px;
	height:36px;
	margin:0;
	text-align:center;
	background-image:url(/images/webapp/topnav_button.gif);
	background-repeat:repeat-x;
}
.top_nav a:hover{
	color: #ffffff;
	background-image:url(/images/webapp/topnav_button_hover.gif);
	background-repeat:repeat-x;
}

#topnav1{
	width:170px;
}
#topnav2{
	width:170px;
}
#topnav3{
	width:260px;
}
#topnav4{
	width:100px;
}
#topnav5{
	width:150px;
}
#topnav6{
	width:150px;
}

.footer a {
	color: #999999;
	text-decoration: none;
}
.footer a:hover {
	color: #666666;
	text-decoration: underline;
}
.left_nav {
	padding-top: 5px;
	padding-left: 10px;
	margin-right:20px;
	width: 170px;
	float:left;
}
.right_content{
	margin-top:0px; /* was 5px */
	margin-right:5px;
	padding-top: 0px; /* was 10px */
	padding-left: 10px;
	padding-right: 10px;
	width: 250px;
	float: right;
	background-color:transparent;
}
.right_content h2 {
	font-size:1.5em;
}
.right_content p {
	font-size:1.0em;
}

.left_nav ul, .right_content ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.left_nav li {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	background: url(/images/webapp/breadcrumb_bullet.gif) left no-repeat;
}

#left_banner {
	margin:0;
	padding:0;
	border:0;
	padding-top:7px;
}

.right_content li{
	padding-top: 5px;
	padding-bottom: 5px;
	background: none;
}
.left_nav a {
	font-weight:normal;
	/*font-size:1.3em;*/
	text-decoration: none;
	color:#4261bc;
}
.left_nav a:hover, .right_content a:hover{
	color:#000000;
}
#left_nav_this{
	color:#4261bc;
	font-weight: bold;
}
#breadcrumb li { 
	display: inline;
	background: url(/images/webapp/breadcrumb_bullet.gif) left no-repeat;
	padding-left:15px;
}
#breadcrumb ul {
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 0px;
	padding-right: 0;
	list-style:none;
	margin:0;
}
#breadcrumb a {
	text-decoration:none;
}

.content {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	min-height : 380px;
	/*_height : 380px;*/
}

.header_text {
	color : #fff;
	font-weight : bold;
	margin-left : 265px;
	margin-top : -75px;
}

.bgimage {
	margin-left : 200px;
	padding-right : 275px;
	background-image:url(/images/webapp/background_arrow.gif);
	background-repeat:no-repeat;
}

#whatdoyouthink {
	border-style:none;
}

/* New Styles */

.newsbox {
	/*border-width: 1px;
	border-color: orange;
	border-style: solid;*/
	margin-top:10px;
	margin-bottom:10px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left:10px;
	padding-right:10px;
}

.newsbox ul {
	margin: 0px;
	padding: 0px;
}
.newsbox li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background: url(/images/webapp/breadcrumb_bullet.gif) left no-repeat;
}

.newsbox p {
	padding: 0px;
	padding-top: 0px;
	margin: 0px;
}

.newsbox a {
	margin: 0px;
	padding: 0px;
}

.newstitle {
	color:orange;
	font-weight:bold;
	padding:0px;
	margin:0px;
	padding-top:5px;
}

.newsmore {
	padding:0px;
	margin:0px;
	font-size: 80%;
}

.rssicon {
	margin-top:10px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:10px;
	padding: 0px;
	border-style: none;
}

.hp_button{
	margin: 15px;
	padding:0px;
	border-style:none;
}

.footer{
	padding-top:30px;
}