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;
}

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

a:hover { color: #333; background: transparent; text-decoration:  underline; font-weight: bold; }

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; }
h2 { font: bold 125% sans-serif; }
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/topnav-gra.jpg);
	background-position: top;
	background-repeat: repeat-x;
	text-align: left;
}
.top{
	background-color: #0D305F;
	background-image: url(../images/left.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
.callus{
	background-image: url(../images/topnav-gra.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color: White;
	font-weight: bold;
	text-align: center;
}
.topnav{
	background-image: url(../images/topnav.jpg);
	background-position: top;
	background-repeat: repeat-x;
	height: 24px;
}
.header{
	background-color: #798F9C;
}
#navlist
{
float: right;
margin: 0px;
padding:0px;
}

#navlist ul, #navlist li
{
margin: 0px;
padding: 0px;
display: block;
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:#284358;
}
#navlist a:hover { color: #253A59; }

.content{
padding-top: 0px;
	padding: 8px;
	padding: 8px;
	text-align: justify;
/* 	border-left: 1px solid navy; */
}


.content a:link, .content a:visited{
	color: Blue;
	text-decoration: none;
	font-weight: bold;
}
.content a:hover{
	text-decoration: underline;
	}
	
.applynow{
	color: Blue;
	width: 200px;
	border: 1px solid gray;
	text-align: center;
	float: right;
	position: relative;
	padding:20px;
	margin: 20px;
}
	
#navlist_r
{
padding-right: 4px;
padding-left: 0;
margin-left: 0;
}

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

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

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

.rightnav{
/*	border-right:1px solid navy; */
}
.footer{
	background-image: url(../images/footer.gif);
	background-position: top;
	background-repeat: repeat-x;
   background-color: #7F9EC6;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	margin: 18px;
	text-align: center;
}
.footer a:link,.footer a:visited{
	color: White;
	text-decoration: none; 
}
.footer a:hover{
	text-decoration: underline;
}
.bbbonline{
	display: block;
}
p.red{
	color: Red;
	text-align: right;
}


.blogtext{
color: #333;
text-align: center;
margin: 5px;
padding: 5px;
border: 1px solid #284358;
}
.blogtext strong{
font-size:120%;
}
.blogtext p{
text-align: justify;
font-size:100%
}
.blogtext a{
color: #990000;
font-size:100%
}