/* CSS Document */
form{margin:0px; padding:0px;}
/*backgounds*/
body{
margin:0px;
background-color:#4748A0;
}
.header-bg{background-image:url(../images/header-bg.gif); background-repeat:repeat-x;}
.temp-bg{background-image:url(../images/temp-bg.gif); background-repeat:repeat-x;}
.links-bg{background-image:url(../images/links-bg.gif); background-repeat:repeat-x;}
.heder-pic{background-image:url(../images/header-pic.jpg); background-repeat:no-repeat; background-position:right;}
.welcome{background-image:url(../images/welcome.gif); background-repeat:no-repeat; background-position:right;}
.image1{background-image:url(../images/image1.gif); background-repeat:no-repeat; background-position:center;}
.image2{background-image:url(../images/image2.gif); background-repeat:no-repeat; background-position:center;}
.image3{background-image:url(../images/image3.gif); background-repeat:no-repeat; background-position:center;}
.image4{background-image:url(../images/image4.gif); background-repeat:no-repeat; background-position:center;}
.image5{background-image:url(../images/image5.gif); background-repeat:no-repeat; background-position:center;}
.image6{background-image:url(../images/image6.gif); background-repeat:no-repeat; background-position:center;}
.image7{background-image:url(../images/image7.gif);background-repeat:no-repeat; background-position:center;}
.image8{background-image:url(../images/image8.gif);background-repeat:no-repeat; background-position:center;}
.bodysec-bg{background-image:url(../images/body-secbg.gif); background-repeat:repeat-x;}
.footer-bg{background-image:url(../images/footer-bg.gif); background-repeat:repeat-x;}

/*links*/
.header-links{font-family:Tahoma; font-size:12px; color:#FFF; text-decoration:none; font-weight:bold;}
.header-links:hover{font-family:Tahoma; font-size:12px; color:#FFFF00; text-decoration:none; font-weight:bold;}
.footer-links{font-family:Tahoma; font-size:12px; color:#FFF; text-decoration:none; font-weight:normal;}
.footer-links:hover{font-family:Tahoma; font-size:12px; color:#FFFF00; text-decoration:none; font-weight:normal;}

/*text*/
.footer-text{font-family:Tahoma; font-size:11px; color:#FFF; text-decoration:none; font-weight:normal;}
.box-text{font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; font-size:11px; color:#000;}
.input{width:140px; height:15px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#000; border: 1px solid #061F48;}
.title{font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; font-size:18px; color:#14206E; text-decoration:none;}
.bdy-text{font-family:Tahoma; font-weight:normal; font-size:12px; color:#000; text-decoration:none;}
.category{font-family:Tahoma; font-size:15px; font-weight:bold; color:#E88C31;}

/*----------------------------List displays--------------------*/
ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
font-size:12px;
color:#234d8c
}

#navlist li
{
display:list-item;
list-style-type:none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{

text-decoration: none;
}

#navlist a:hover
{
color:#9a1b21;
text-decoration:underline;
}

/*--------------------------------------------------------------------------------------------*/