/* CSS Document */

body {
margin: 0px;
background-image: url(images/homenew_bg.jpg);
background-repeat: repeat-x;
background-color: #00184c;
}

.welcomebg {
background-image: url(images/homenew_bodybg.jpg);
height: 175px;
width: 334px;
background-repeat: no-repeat;
background-position: top;
}

.footerbg {
background-image: url(images/homenew_footerbg.jpg);
background-repeat: repeat-x;
}

.welcometext {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
}

.welcomepos {
margin-top: 40px;
margin-left: 33px;
}

.footertext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #d2def0;
}

.footerpos {
margin-top: 4px;
}

a.footerlink {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #d2def0;
text-decoration: underline;
}


a.footerlink:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
text-decoration: none;
}

