		.site {
			width: 100%;
		}

		body,div,p,td {
			font-family: Arial, Helvetica, sans-serif;
		}
		.leftfade {
			width: 50%;
			/*background: url('/images/leftfade.gif');
			background-position: right;
			background-repeat: repeat-y;
			background-color: #929191;*/
			background-color: #fff;
			
		}
		.banner {	
			text-align: center;
		}
		.rightfade {
			width: 50%;
			/*background: url('/images/rightfade.gif');
			background-position: left;
			background-repeat: repeat-y;
			background-color: #929191;*/
			background-color: #fff;
			
		}
		body {
			margin: 0 auto;
			padding: 0;
			background: #FFF;
		}

		.content {
			border-left: 1px dotted #ccc;
			border-right: 1px dotted #ccc;
			padding: 5px 5px 0px 5px;
			text-align: justify;
			font-size: 14px;
			background-image: url('/images/top_gradient.gif');
			background-repeat: repeat-x;
			background-position: top;
		}
		.left {
			background-image: url('/images/top_gradient.gif');
			background-repeat: repeat-x;
			background-position: top;
			padding-left: 5px;
			padding-top: 5px;
			padding-right: 5px;
		}
		.right {
			background-image: url('/images/top_gradient.gif');
			background-repeat: repeat-x;
			background-position: top;
			width: 210px;
			padding: 0px;
		}
		#navbox {
			background-image: url('/images/menu_bar.gif');
			background-repeat: no-repeat;
			background-position: top left;
			padding-top: 0px;
			margin-top: 0px;
			height: 200px;
		}
		.navbar {
			padding: 0px;
			margin: 0px;
			
		}
		.header {
			width: 780px;
			background-image: url('/images/bg_repeat.gif');
			background-position: top;
			background-repeat: repeat-x;
			text-align: center;
		}
		
		.navbar {
			font-size: 12px;
			padding: 0px;
			padding-left: 10px;
		}
		.link {
			font-size: 12px;
			padding: 0px;
			margin: 0px 0px 2px 0px;
		}
		.link a {	
			color: #FFF;
			text-decoration: none;
			font-weight: bolder;
		}
		.link a:hover {
			color: #FFF;
			text-decoration: underline;
		}
		.head {
			font-size: 16px;
			font-weight: bolder;
			color: #fff;
			padding: 0px;
		}
		h1 {
			color: #485E75;
			font-size: 20px;
			font-weight: bolder;
		}
		.subtag {
			color: #485E75;
			font-size: 16px;
			font-weight: bold;
		}
		.testimonial {
			font-size: 12px;
		}
		.news {
			font-size: 12px;
		}
		.footer {
			font-size: 11px;
			text-align: center;
			width: 780px;
			background-color: #c0c0c0;
			padding-bottom: 2px;
			border-bottom: 4px solid #FA0303;
			
		}