@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #DBEEFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}
.bg {
	background-image: url(images/tile.gif);
	background-repeat: repeat-x;
}
#wrap {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.logo {
	text-align: center;
	margin-bottom: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #DD222B;
}
#wrap ul {
	margin: 0px;
	padding: 10px;
	overflow: hidden;
}
#wrap li {
	float: left;
	list-style-type: none;
	display: block;
	width: 20%;
	height: 230px;
	text-align: center;
}
#wrap li img {
	border: 2px solid #2343B3;
}
#wrap p {
	text-align: justify;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #DD222B;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#wrap h1 {
	text-align: center;
	background-color: #1839AD;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DC232B;
	border-bottom-color: #DD222B;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 40px;
}
#wrap h1 a:link {
	color: #FFFEFF;
}
#wrap h1 a:hover {
	color: #DBEEFF;
}
#wrap h1 a:hover:visited {
	color: #DBEEFF;
}
#wrap h1 a:visited {
	color: #FFFEFF;
}
h5 {
	text-align: center;
	font-size: 10px;
	margin: 5px;
	padding: 5px;
}
