@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

html, body {
	height: 100%;
}
body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; 
	font-size: 12px; 
	color: #555555; 
	background: #fff;
	line-height: 20px;
}

a { 
	color: #782337; text-decoration: none;
}
a:hover { 
	color: #D19202; 
}
a:visited  { color: #782337;
}


p {
	margin-top: 0;
	padding-top: 0;
}


.outerWrapper {
	text-align: left;
	width: 900px;
	position: relative;
	background: #fff;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -35px auto;
}



.content {
}

.push {
	height: 35px;
}

.footer {
	height: 35px;
	width: 900px;
	position: relative;
	background: #fff;
	margin: 0px auto;
	padding: 0;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}


