@import url(header.css); /* This imports header style sheet */@import url(sidebar.css); /* This imports sidebar style sheet */@import url(main.css); /* This imports content style sheet */body {	font-family:arial, helvetica, verdana, sans-serif; 	/*background:#330066;*/	background:#4C3365;	color:#330066;	padding:0;	margin:20px;	text-align:center;	font-size:12px;	line-height:18px;	}a img {border:none;}a {text-decoration:none; font-weight:bold;}a:link, a:visited {color:#330066;}a:hover, a:active {color:#F90;}	#all {	position:relative;	width:810px;	padding:0;	margin:0 auto;	background:url(/img/back-all.gif) repeat-y;	}	#content {	width:780px;	padding:113px 0 0 0;/*used to say 113px*/	margin:0 auto;	text-align:left;	background:url(/img/back-content.gif) 0px 0 repeat-y;	/*used to say 175px*/	}#home #content {	background:url(/img/back-lines-home.gif) 0 113px no-repeat;	/*height:340px;*/	}#footer {	width:810px;	height:27px;	background:url(/img/back-footer.gif) no-repeat;	}	#ftr-text {	font-size:10px;	/*background:#005CA1;*/	color:#999999;	margin:0;	}	.clear-both {	clear:both;	height:0;	padding:0;	margin:0;	font-size:1px;	line-height:0;	}.clear-left {	clear:left;	height:0;	padding:0;	margin:0;	font-size:1px;	line-height:0;	}.clear-right {	clear:right;	height:0;	padding:0;	margin:0;	font-size:1px;	line-height:0;	}