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

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

a:hover {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: #8B0204;}
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; }

/* CIC - 003 Styles */
.logo{
	background-color: #8B0204;
	padding-left: 20px;
	background-image: url(../images/logo-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.topnav{
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #8B0204;
	padding: 5px 0px 5px 0px;
	color: White;
	font-weight: bold;
	text-align: right;
}
.topnav a:link, .topnav a:visited{
color: #D4D4D4;
font-weight: bold;
text-decoration: none;
padding: 4px;
}
.topnav a:hover{
	color: White;
}
.leftnav{
	background-color: #FFFFFF;
	color: #610101;
}
.leftnav a:img{
	background-color: transparent;
	text-align: center;
}
/* Left Navigation */
#navcontainer ul
{
list-style-type: none;
text-align: left;
margin-top: 10px;
}
#navcontainer ul li
{
margin-left: -25px;
}
#navcontainer ul li a
{
background: transparent url(../images/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: bold 12px  verdana, lucida, sans-serif;
text-decoration: none;
color: #999;
}

#navcontainer ul li a:hover
{
background: transparent url(../images/list-on.gif) left center no-repeat;
color: #8B0204;
}

#navcontainer ul li a#current
{
background: transparent url(../images/list-active.gif) left center no-repeat;
color: #666;
}
/* End of Left Navigation */
.content{
vertical-align: top;
	background-color: White;
	padding: 10px;
	border-right: 2px solid #FFC0C0;
	border-bottom: 2px solid #FFC0C0;
}
.content p{
	text-align: justify;
}
.content a{
	color: Blue;
}
.footer{
	background-color: #8B0204;
	color: silver;
	padding: 10px 0px 10px 0px;
	text-align: center;
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: top;	
}
.footer a:link,.footer a:visited{
	color: Silver;
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover{
	color: White;
	text-decoration: none;
}
.applynow{
text-align: center;
width: 226px;
float: Right;
margin-left: 5px;
padding:20px 10px 30px 10px;
color: White;
font-size: 14px;
font-weight: bold;
	background-image: url(../images/apply-now.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.applynow a:link, .applynow a:visited, .applynow a:hover{
	color: #FFC0C0;
}
.payday{
	margin: 5px;
   padding: 5px;
   text-align: left;
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.payday h2{
margin: 0px 0px 5px 0px;
padding: 0px;
}
.payday a:link,.payday a:visited{
	color: Silver;
	text-decoration: none;
	display: block;
}
.payday a:hover{
	color:#8B0204;
	text-decoration: none;
	}
p.red{
	color: Red;
}
.apply{
	color: #1B429A;
	margin: 5px;
}

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