body
{
	font-family: 'Verdana';
	font-size: 12px;
	font-weight: normal;
	background-image: url('/design/banner3.jpg'); 
	background-position: top right; 
	background-repeat: no-repeat; 
	padding: 50px; 
	margin: 0;
}

.logo
{
	background-image: url('/design/banner4.jpg'); 
	background-repeat: no-repeat; 
	width: 631px;
	height: 128px;
}

.copyright
{
	position: absolute;
	bottom:2px;
	left:-1px;
	padding: 2px 5px;
	font-size: 10px;
	text-align: left;
	border: 1px dotted gray;
	background-color: black;
	color: white;
	font-weight: bold;
}

.info
{
	width: 500px;
	height: 280px;
	margin: 30px 40px 5px 55px;
	position: relative;
	padding: 45px 15px 0 0;
}

h1
{
	font-size: 100%;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	padding-left: 165px;
}

h2
{
	font-size: 11px;
	display: inline;
	margin-left: 50px;
}

p{margin: 0 0 8px 0}
a{text-decoration: underline; color: black}
a:hover{text-decoration: none; color: black}
a:hover{color: black}

strong
{
	font-size: 11px;
	font-weight: normal;
	color: gray;
}

.imgTopBG
{
	position: absolute;
	left:0;
	top:0;
	height:23px;
	width:100%;
	overflow:hidden;
	background-image: url('/design/t.gif');
}

.imgBottomBG
{
	position: absolute;
	left:0;
	bottom:0;
	height:23px;
	width:100%;
	overflow:hidden;
	background-image: url('/design/b.gif');
}

.imgLeftBG
{
	position: absolute;
	left:0;
	top:0;
	height:100%;
	width:26px;
	background-image: url('/design/l.gif');
}

.imgRightBG
{
	position: absolute;
	right:0px;
	top:0px;
	height:100%;
	width:30px;
	background-image: url('/design/r.gif');
}

.imgRightTopCorner
{
	position: absolute;
	right:0px;
	top:0px;
	height:26px;
	width:33px;
	background-image: url('/design/rt.gif');
}

.imgLeftTopCorner
{
	position: absolute;
	left:0;
	top:0;
	height:64px;
	width:70px;
	background-image: url('/design/lt.gif');
}

.imgRightBottomCorner
{
	position: absolute;
	right:0px;
	bottom:0px;
	height:62px;
	width:70px;
	background-image: url('/design/rb.gif');
}

.imgLeftBottomCorner
{
	position: absolute;
	left:0;
	bottom:0;
	height:26px;
	width:28px;
	overflow:hidden;
	background-image: url('/design/lb.gif');
}