	body{
			font-family: arial;
			font-size: 12px;	
		}
		a{
			color: #000000;
			text-decoration:underline;	
		}
			a:hover{
				text-decoration:none;	
			}
			a:visited{
				color: #666666;
			}
			a img{
				border:none;	
			}
		p{
			margin: 7px 0px;	
		}
		h1{
			color: #5A7971;
			margin: 50px 0px 30px 0px;
			padding:0px;
			font-size: 28px;
		}
		h2{
			color: #5A7971;
			margin: 0px 0px 5px 0px;
			padding:0px;
			font-size:18px;
		}
		.page{
			width: 685px;
			margin: auto;
		}
		.banner{
			margin: 50px 0px 30px 0px;
			height: 100px;
			position:relative;
			width: 100%;	
		}
			.banner #logo{
				position:absolute;
				top: 20px;
				left: 0px;
			}
			.banner #animation{
				position:absolute;
				top: 0px;
				right: 0px;
			}
		.box{
			background: url('bordered-square.jpg') no-repeat;
			height: 195px;
			width: 205px;
			padding: 10px 5px;	
			float:left;
			margin-bottom: 30px;
		}
			.box.center{
				margin-left: 20px;
				margin-right: 20px;
			}
			.box .scroll{
				height: 170px;
				overflow:auto;
			}
		.bottomImage{	
			text-align:center;
		}
		div.imgWrapper{
			text-align:center;	
		}
		.backBt{
			text-decoration:none;
		}