#content {
	background-color: #FFFFFF;
	padding: 20px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif, Calibri;
	line-height: 1.5em;
	margin-top: 10px;
}
body {
	background-color: #999999;
	margin: 15px;
}
#content h1 {
	margin-top: 10px;
	color: #003366;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 42px;
	font-weight: normal;
	border: 0px solid #999999;
	text-transform: uppercase;
}
#content h2 {
	color: #CC0000;
	font-weight: normal;
	line-height: 1.2em;
}
.border1 {
	background-color: #EEFFE8;
	padding: 10px;
	margin-right: 10%;
	margin-left: 10%;
	border: 2px dashed #990000;
}
.border2 {
	background-color: #FFFFE6;
	padding: 10px;
	margin-right: 5%;
	margin-left: 5%;
	border: 2px dashed #990000;
}
.exclamation {
	background-image: url(img/exclamation1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 100px;
}
ul {
	list-style-type: none;
}
ul li {
	background-image: url(img/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 30px;
	margin-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-bottom: 5px;
}
