/* CSS Document */
*{ margin:0; padding:0; }
body{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#000; background:#fff url(../images/bg.jpg) top repeat-x; line-height:18px; }
a{ text-decoration:none; color:#2a60ad;}
a:hover{ text-decoration:none; color:#07377c; }
#header{ width:100%; margin:auto; text-align:center; height:148px;}
#content{ width:952px; margin:auto; background:#fff; padding:5px;}
#footer{ background:url(../images/bottom-bg.jpg) repeat-x; margin:auto; width:100%; text-align:center;}
.footer-text{ font-size:11px; color:#2a60ad; padding:4px 0 4px 0;}
.left-head{ color:#006e3f; font-weight:bold; text-transform:uppercase;}
.right-head{ color:#194f9d; font-weight:bold; text-transform:uppercase;}
.small-font{ font-size:11px; font-weight:bold; text-transform:uppercase; color:#2a60ad;}
.acc {
	list-style-image: none;
	list-style-type: none;
	background:url(../images/arrow.png) no-repeat left 5px ;
	font-size:11px;
}
ul{ margin:5px 0 0 5px; padding:0;}
li{ padding:0 0 10px 15px;}
.bottm-border{ border:1px solid #525252;}
.pres{ background:url(../images/blue-arrow.gif) left center no-repeat; padding-left:20px; line-height:25px; border-bottom:1px dashed #CCC;}
.left-bottom{ border-left:1px solid #333333; border-bottom:1px solid #333333; padding:2px;}
.right-border{ border-right: 1px solid #333333;}
.top-border{ border-top:1px solid #333333;}
