/* CSS Document */
body{
	width:100%; 
	color:#444; 
	margin:0px; 
	background-color:#eeeef8;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	font-family:sans-serif; 
	font-size:12px;
	}
	
#main-container{
	width:958px;
	margin:0px auto;
	}
	
#contentareaSUB{
	font-weight: bold;
	background-color:#FFF;
	height:24px;
	background-image:url(../images/navsub_bg.gif);
	}

#searchbox{
		background-image:url('../images/common_images/search_bg.jpg');
		background-repeat:no-repeat;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		width:294px;
		height:37px;
	}	
	  		
#navsub a{
	color:#FFF;
	text-decoration:none;
}
#pagecontent{
	background-color:#fff;
	}
#pagecontent a{
	color:#353364;
	}
#common-footer{
	font-size:12px;
	color:#666;
	text-decoration:none;
	}
#common-footer a{
	color:#666;
	text-decoration:none;
	}

