@charset "utf-8";
/* CSS Document */

body{
background:#373737 url(../images/body_bg.gif) repeat-x center top;
color:#373737;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
margin:0;
padding:0;
}

.mainTable{
width:1000px;
margin:0px auto;
}

.menu{
background: url(../images/nav_tile.gif) repeat-x left top;
background-position:0 1px;
height:40px;
text-align:center;
text-align:center;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #E4394B;
}


.menu a{
color: #fff;
font-size:13px;
font-weight:bold;
text-decoration:none;
text-align:center;
line-height:49px;
padding:0px 5px;
}

.menu a:hover{
background:url(../images/nav_bg.gif) repeat-x left top;
background-position:0 1px;
display:block;
color:#000;
}

.menu a.selected{
background:url(../images/nav_bg.gif) repeat-x left top;
background-position:0 1px;
height:49px;
display:block;
color:#000;
margin-top:-10px;
}



.nav_sep{
background:url(../images/nav_seperator.gif) no-repeat center top;
width:10px;
background-position:0 3px;
border:0px solid #0f0;
}

.contentArea{
background:#fff;	
}

.bgwhtie{
background:#fff;	
}


.banner_lt{
background:url(../images/banner_left.gif) no-repeat right top;
width:541px;
height:226px;
}

.banner_lt p{
color:#fff;
font-size:12px;
text-align:left;
padding:10px;
}


p{
color:#373737;
font-size:12px
}

.footerNav{
text-align:right;
background:url(../images/footer_tile.gif) repeat-x left top;
height:48px;
color: #fff;
font-size:11px;
}

.footerNav a{
color: #fff;
text-decoration:none;
}

.footerNav a:hover{
	text-decoration:underline;
}


.copyright{
text-align:left;
background:url(../images/footer_tile.gif) repeat-x left top;
height:48px;
color: #fff;
font-size:11px;
}

.copyright a{
color: #fff;
text-decoration:none;
}

.copyright a:hover{
	text-decoration:underline;
}
.newstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E42639;
}
.timestamp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: right;
}
.contactbg {
	background-attachment: fixed;
	background: url(../images/contactbg.gif) no-repeat right bottom;
}


.alignCenter{
text-align:center;	
}