@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	margin-top: 20px;
	background-color: #FFFFFF;
	background-image: url(images/bg_rpt.gif);
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
}
.content {
	font-family: Helvetica, Arial, sans-serif;
	color: #364A83;
	text-decoration: none;
	padding-left: 15px;
	font-size: 14px;
}
.content #showcase {
	border: medium solid #E9E6E6;
	background-color: #A0ADCE;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
.content #showcase li {
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
}
.content #showcase h2 {
	font-size: 20px;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
}

.footer {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	color: #364A83;
	text-decoration: none;
	font-size: 14px;
	padding-top: 10px;
}
.footer a {
	text-decoration: none;
	color: #36487B;
}
#wrapper {
	border: thin solid #CCCCCC;
	font-family: Helvetica, Arial, sans-serif;
}
