/* CSS Document */

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

.welcomebg {
background-image: url(images/homenew_welcomebg.jpg);
background-repeat: repeat-x;
background-color: #f9faff;
height: 152px;
}

.leftbg {
background-image: url(images/homenew_leftbg.jpg);
background-repeat: repeat-y;
width: 21px;
}

.rightbg {
background-image: url(images/homenew_rightbg.jpg);
background-repeat: repeat-y;
}

.footertext {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #ffffff;
}

.featuredmiddlebg {
background-image: url(images/homenew_featuredmiddle.jpg);
background-repeat: repeat-y;
}

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

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

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

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