body {
	background-image: url(bg.png);
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 100px;
	font-family: Georgia;
}
div#content {
	padding-bottom: 50px;
	width: 800px;
	background-color: #ffffff;
}
h1 {
	margin-top: 0px;
	margin-left: 30px;
	padding-top: 50px;
	height: 75px;
	width: 700px;
	color: #00365b;
	font-weight: normal;
	font-size: 25px;	
}
.h1bor{
	position: relative;
	top: -10px;
	left: -30px;
	width: 100px;
	height: 75px;
	background-color: #dc241f;
	float: left;
}
h2 {
	margin-top: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #dadada;
	width: 50%;
	color: #dc241f;
	font-weight: bold;
	font-size: 14px;	
}
h3 {
	margin-top: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #00365b;
	width: 35%;
	color: #fff;
	font-weight: bold;
	font-size: 14px;	
}
h4 {
	margin-top: 20px;
	margin-left: 25px;
	margin-right: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #00365b;	
}
p, ul {
	line-height: 20px;
	margin-top: 20px;
	margin-left: 25px;
	margin-right: 25px;
	font-size: 12px;
}
.code {
	font-family: Courier New;
}
p em {
	font-style: normal;
	font-weight: bold;
	color: #00365b;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #dc241f;
}
a:hover {
	color: #00365b;
}
ul {
	padding-left: 45px;
}
li {
	list-style-type: square;
}
li em {
	font-style: normal;
	color: #00365b;
}
img {
	margin-left: 25px;
}