body {
	margin:0;
	padding:0;
	float: left;
	width:500px;
	font-family: verdana, arial, helvetica, sans-serif;
	color:#000;
	font-size:11px;
	}
a, a:active, a:visited {color: #55A; text-decoration:underline;}
a:hover{cursor: pointer; color:#30f; text-decoration: none;}
div#header {
	background:#fff url('../images/bg-header-small.gif') no-repeat;
	height:100px;
	width:500px
	}
div.logo {
	width:164px; height:68px;
	padding-top:11px;
	padding-left:25px;
	}
div.closeButton {
	float: right;
	padding-top:21px;
	padding-right: 25px;
	}
div.title {
	background:#fff url('../images/bg-title-small.gif') no-repeat;
	height:26px;
	}
h1{
	margin:0; padding:0;
	color:#022C4D;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	}
div.content {
	margin:0;
	background:#fff url('../images/bg-content-small.gif') repeat-y;
	height:210px; padding-left:25px; padding-right:20px; padding-top:5px; padding-bottom:15px
	}
p{margin:0; padding:7px 0;} ol{margin-bottom:0;}
div.footer {
	background: #fff url('../images/bg-footer-small.gif') no-repeat;
	height:20px;
	}