p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
h1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.75em;
	color: #005595;
	font-weight: normal;
	text-align: center;
	line-height: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C30;
	font-weight: normal;
	margin-top: -5px;
	margin-bottom: -5px;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #06C;
	font-weight: normal;
	margin-bottom: -2px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

/*div tags */

div#homefeature{
	width: 750px;
	float: left;
	padding-left: 50px;
	padding-top: 10px;
}

div#homefeature-bottom {
	width: 750px;
	background-image: url(images/enroll-bottom.gif);
	height: 25px;
	
	}

div#homefeature-top {
	width: 710px;
	
	}

div#section-title{
	float:right;
	width: 588px;
	height: 72px;
	margin-top: 10px;
	margin-right: 2px;
}
div#navbar{
	width:800px;
	height: 43px;
}
div#section-link{
	float:left;
	width:182px;
	text-align: left;
	margin-left: 5px;
	border: 1px solid #006699;
	padding-bottom: 10px;
	margin-top: 14px;
	}
	
div#resources{
	float:right;
	width:240px;
	margin-top: 0px;
	background-color: #FFAD33;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center bottom;
	}


/* Styled text */

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #FFF;
}
.arrowbullet {
	list-style-image: url(images/green-arrow.gif);
	list-style-type: square;

}
.acrobat-list {
	list-style-image: url(images/acrobat.gif);
	list-style-type: circle;
	margin-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2.5em;
	margin-left: 0px;
}

.arrowbullet-red {
	list-style-image: url(images/arrow_red.gif);
	list-style-type: circle;
	margin-bottom: 10px;
}


.didyouknow {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

.resource-title {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	display: block;
	padding-top: 6px;
	padding-bottom: 2px;
	background-color: #FFF;
}
.resource-bullet {
	list-style-image: url(images/money-matters/green-pointer.gif);
	list-style-type: square;
	padding-bottom: 8px;
	margin-left: -10px;
}

.homefeaturetitle {
	font-family: Tahoma, Ariall, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 200;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	margin: 10px;
	text-align: center;
}
.homefeaturetxt {
	font-family: Tahoma, Arial, "sans serif";
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	padding: 0px;
	line-height: 17px;
}
a.homefeaturetxt:link {
	color: #FFCC99;
text-decoration: underline
}

a.homefeaturetxt:hover {
	color: #FFFF99;
text-decoration: underline
}

.newstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: ;
	color: #C30;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 18px;
	font-weight: bold;
}
.tip-text {
	margin-right: 5px;
	margin-left: 10px;
	line-height: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
}
.section-title {
	font-family: Tahoma, Arial, "Trebuchet MS", "sans serif";
	font-size: 20px;
	font-weight: ;
	color: #ffffff;
	padding-top: 5px;
	padding-left: 5px;
	line-height: 30px;
}
.story-title {
	font-weight: bold;
	color: #006699;
}

.rounded {
  -moz-border-radius-topleft:3ex;
  -moz-border-radius-topright:3ex;
  -moz-border-radius-bottomright:3ex;
  -moz-border-radius-bottomleft:3ex;
  -webkit-border-top-left-radius:3ex;
  -webkit-border-top-right-radius:3ex; 
  -webkit-border-bottom-right-radius:3ex;
  -webkit-border-bottom-left-radius:3ex;

}

