/* this css is only for the promotion pages */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 13px;
}
#header {
	background-color: #73984e;
	margin: 0px;
	padding: 0px;
}
#navtop {
	color: Black;
	text-align: left;
	width: 100%;
	border: 0px;
}
td {
	padding: 5px;
	vertical-align: top;
}
.title {
	background-color: #aec994;
	width: 25%;
	font-weight: bold;
}
#navtop a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
#navtop a:hover {
	background-color: #aec994;
}
a {
	text-decoration : underline;
}
h1 {
	font-size: 15px;
	font-weight : normal;
	text-align : center;
	margin-bottom : 0px;
	margin-top: 10px;
	color: white;
	position: absolute;
	top: 20px;
	left: 470px;
	font-weight: bold;
}
h2 {
	font-size : 14px;
	font-weight : bold;
	text-align : left;
	margin-top : 20px;
	margin-bottom : 10px;
	background-color: #d7e4c9;
	padding: 4px 4px 4px 1%;
}
#content p {
	padding: 3px 12px;
	font-size: 12px;
}

#footer {
	color: black;
	font-size : 13px;
	text-align: center;
	background-color: #c7ccbd;
	padding: 4px;
	font-weight: bold;
}
#footer a:link, a:visited {
	color : black;
}
#content img {
	border: 1px solid #ccc;
	margin: 8px;
	padding: 6px;
}
