{
	margin: 0;
}
html, body {
	text-align: center;
	height: 100%;
}
.header {
	line-height:0px;
}
.wrapper {
	background-color:#FFFFFF;
	width:960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	margin: 0 auto;
	width:960px;
	height: 142px; /* .push must be the same height as .footer */
}

.footer ul {
	list-style: none;
	padding: 0px;
	margin: 0 auto;
}
.footer li {
	float: left;
}

#navbar {
	width:960px;
	margin:0 auto;

}

#navbar ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

#navbar li {
	float: left;
}

ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2b3137;
	list-style-image:url(../images/triangle.gif);
	line-height:20px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2b3137;
	margin:20px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#e9ad19;
	margin:22px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#e9ad19;
	margin:5px;
}

.style14 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.handcursor {
	cursor:hand;
	cursor:pointer;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.bg1 {
		background-color:#f3f3f3;
}

.bg2 {
		background-color:#eaeaea;
}

iframe {height:expression(frames("myFrame").document.body.scrollHeight);
