body {
	font-family:sans-serif;
	margin:0px;
	background:white;
	color:black;
	text-align:center;
}
img {
	border:0px;
	padding:0px;
	margin:0px;
	display:block;
}
h1 {
	margin:10px auto 10px auto;
	width:750px;
	text-align:left;
}
h2 {
	margin:20px 0 0 0;
	padding:2px;
	color:#444;
	border-bottom:1px solid navy;
	font-size:11pt;
}

li {
	list-style: none;
	margin:3px 10px 3px 10px;
	font-size:10pt;
	font-weight: bold;
}
h5 {
	margin:10px;
	font-size:8pt;
	font-weight:normal;
	color:gray;
}
p {
	margin:3px 10px 3px 10px;
	font-size:9pt;
	text-align:left;
	line-height:14pt;
}
li {
	font-size:10pt;
	margin:0px 25px 0px 25px;
}
ul {
	margin:5px;
	padding:0px
}
a:visited,a:active {
	color:blue;
}
a,a:visited {
	color:navy;
	text-decoration:none;
}
a:hover {
	color:blue;
	text-decoration:underline;
}

.divider {
	border-top:1px solid blue;
	border-bottom:1px solid blue;
	background:navy;
	color:white;
	height:25px;
	clear:both;
}
input {
	margin:3px;
}
.container {
	width:350px;
	margin:0 10px 20px 10px;
	float:left;
	text-align:left;
	}
.content {
	width:760px;
	margin:0 auto 0 auto;
	}
.box {
	margin:0 5px 0px 5px;
	padding:0px 0px 3px 0px;
	width:340px;
	max-width:340px;
	}
.box h2 {
	margin:0px 10px 0px 10px;
	}
.box h3 {
	margin:3px 20px 3px 20px;
}
.top {
	margin: 15px 10px 0 10px;
	}
.bottom {
	margin: 0 10px 5px 10px;
	}
.l1, .l2, .l3, .top, .bottom {
	font-size: 0px;
	overflow: hidden;
	height: 1px;
	}
.l1, .l2, .l3, .box, .top, .bottom {
	color:black;
	background: #f3f3f3;
	}
.top, .bottom {
	width: 330px;
	}
.l1 {
	height: 1px;
	width: 334px;
	margin: 0px 8px 0 8px;
	}
.l2 {
	height: 1px;
	width: 336px;
	margin: 0px 7px 0 7px;
	}
.l3 {
	height: 2px;
	width: 338px;
	margin: 0px 6px 0 6px;
	}