body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: black;
	background-color: white;
	background-image: url(../images/cashadvance.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: justify;
}

a:link, a:visited  { 	color: #C66040; background: transparent;text-decoration: none;}
a:active { color: #C66040; background: transparent; }

a:hover { color: #C66040; background: transparent; text-decoration:  underline; }

a:link img, a:visited img { border-style: none; } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}

th, td { /* ns 4 */
  font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 { text-align: left; }
/* background should be transparent, but WebTV has a bug */
h1, h2, h3 { color: #7496C1;}
h1 { font: 150% sans-serif; padding-top: 5px; }
h2 { font: 125% sans-serif; font-weight: bold; }
h3 { font: 110% sans-serif; }
h4 { font: bold 100% sans-serif; }
h5 { font: italic 100% sans-serif;}
h6 { font: small-caps 100% sans-serif; }
.fix{
	clear: both;
}
.logo{
	background-image: url(../images/headgra.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.top{
	background-color: #0E305E;

}
.topnav{
	background-image: url(../images/topnav-gra.jpg);
	background-position: top;
	background-repeat: repeat-x;
	 padding: 5px;
}
#navlist
{
float: right;
margin: 0px;
padding:0px;
}

#navlist ul, #navlist li
{
margin: 0px;
padding: 0px;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 0px 10px;
text-decoration: none;
color:white;
}
#navlist a:hover { color: #333; }

.content{
vertical-align: top;
	padding: 8px;
/* 	border-left: 1px solid navy; */
}
.content a:link, .content a:visited{
	color: blue;
	text-decoration: underline;
}
.content a:hover{
	text-decoration: underline;
}
div.hdr{
}
.applynow{
width: 200px;
border: 1px solid gray;
text-align: center;
float: right;
position: relative;
padding:5px 5px 5px 5px;
color:blue;
font-size: 12px;
font-weight: bold;
}
	
#navlist_r
{
padding-right: 10px;
padding-left: 0;
margin-left: 0;
}

#navlist_r li
{
list-style: none;
margin: 0;
padding: 4px;
padding-right: 4px;
border-bottom : 1px solid gray;
}

#navlist_r li a:link,a:visited { text-decoration: none;
color:green; }

#navlist_r li a:hover{
	text-decoration: none;
	color: #333; 
}


.footer{
   background-color: #7F9EC6;
	font-size: 11px;
	height: 20px;
	margin: 18px;
}
.footer a:link,.footer a:visited{
	color: White;
	text-decoration: none; 
}
.footer a:hover{
	text-decoration: underline;
}

ul{
	list-style: none;
}
p.red{
	color: red;
}

.buttons h2 {
	font-size: 250%;!important;
	color: white;!important;
}
.blogtext{
text-align: center;
	padding: 3px;
	margin: 3px;
	border: 1px solid #263D5D;
}
.blogtext p{
	text-align: justify;
}