		body {
			margin:0px;
			width:800px;
			font-size:85%;
			font-family:verdana,helvetica,arial,sans-serif;
		}
		h2 {
			font-family:arial;
			font-weight:normal;
			font-size:1.5em;
		}
		h4 {
			margin-top:5px;
			margin-bottom:5px;
		}
		.header {
			height:99px;
			background-image:url(images/topbar.jpg);
			background-position:top left;
			background-repeat:no-repeat;
		}
		.main {
			background-image:url(images/main_bg.jpg);
			background-position:top left;
			background-repeat:no-repeat;
		}
		.navigation {
			width:180px;			
		}
		.navigation img {
			margin-left:10px;
			margin-top:10px;
		}
		.footer {
			height:163px;
			background-image:url(images/footernew.jpg);
			background-position:top-left;
			background-repeat:no-repeat;
		}
		.quoted {
			font-size:0.9em;
			font-weight:600;
			text-align:right;
			margin-right:30px;
		}
		.contents {
			background-image:url(images/body_bg.gif);
			background-repeat:repeat-y;
		}