/* CSS Document */

body {
margin: 0px;
background-image: url(images/homenew_bg.jpg);
background-repeat: repeat-x;
background-color: #000000;
}

.contentsbg {
background-image: url(images/homenew_mainbg.jpg);
background-repeat: repeat-y;
width: 740px;
height: 3px;
}

.featuredbg {
background-image: url(images/homenew_featuredbg.jpg);
width: 251px;
height: 109px;
background-repeat: no-repeat;
background-position: top;
}

.welcomebg {
background-image: url(images/homenew_welcomebg.jpg);
width: 489px;
height: 109px;
background-repeat: no-repeat;
background-position: top;
}

.footerbg {
background-image: url(images/homenew_footerbg.jpg);
width: 740px;
height: 59px;
background-position: top;
background-repeat: no-repeat;
}

.sidecolor {
background-color: #000000;
}

.featuredpos {
margin-left: 60px;
}

.featuredtext {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #cccccc;
/*text-decoration: underline;*/
font-weight: bold;
}
.featuredtext a{
font-size: 12px;
color: #cccccc;
text-decoration: underline;
}

.welcometext {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #c4c3c3;
}

.welcomepos {
margin-top: 2px;
margin-left: 25px;
}

.footertext {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #686767;
}

.footerpos {
margin-top: 20px;

}

a.footerlink {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #686767;
text-decoration: underline;
}

a.footerlink:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
text-decoration: none;
}
.border-gray {
	border: 1px solid #3E3D3D;
}
.content-bg {
	background-color: #010101;
	background-image: url(images/homenew-content-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3E3D3D;
	border-left-color: #3E3D3D;
}
.padding {
	padding-left: 20px;
}
