		html, body {
  			font-family: Verdana,sans-serif;
  			color: #444444;
  			font-size:13px;
  			line-height: 15px;

		}
		a {
			color: #a11e21;
			text-decoration: none;
/*
			margin-left:60px;
			line-height:80px;
			text-align:centre;
*/
		}
		a:hover {
			color: #D84025;
			text-decoration: underline;
		}
		.title {
  			color: #222222;
  			font-size:16px;
  			font-weight: bold;
  			line-height: 25px;
		}
		.outermost {
			background: #ffffff url(../images/left-bottom.jpg) no-repeat left bottom;
  			width:1000px;
		}
		.outer
		{
			background: url(../images/right-bottom.jpg) no-repeat right bottom;
		}
		.inner
		{
			background: url(../images/left-top.jpg) no-repeat left top;
		}
		.innermost
		{
			background: url(../images/right-top.jpg) no-repeat right top;
			padding: 20px;
		}
		.menu {
		}
		.logo {
			height: 124px;
			width: 120px;
			padding: 0px;
			margin-right: 20px;
			float: left;
			border: 0px;
		}
		.leftmenu {
			width: 150px;
		}
		.leftmenuitem {
			width: 150px;
			text-align: left;
		}
		.leftmenu a {
			line-height:72px;
			color: Maroon;
			font-weight:bold;
		}
		.leftmenu a:hover {
			line-height:72px;
			font-weight:bold;
			text-decoration:underline;
			color: Red;
/*			background-color: #1285a3;*/
			background: url('../images/menubg.jpg');
			cursor: hand;
		}
		.contents {
			margin-left: 20px;
			margin-top: 20px;
			margin-bottom: 20px;
			width: 740px;
			height: 600px;
			padding: 20px;
			background-color: #f8f8f8;
		}
		h4 {
			color: Maroon;
		}
		ul {
			padding:10px;
			line-height:20px;
		}
