@charset "utf-8";
/* CSS Document */

html { height: 100%; margin-bottom: 1px; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  background-color: #CC032F;
  color: #2d2e2e;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 0 0; 
  padding: 0 0 0 0; 
  text-align: center; 
  
}

h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 14px;
	letter-spacing: 2px;
	color: #003366;
}

h2 {
  color: #000099;
  font-size: 16px;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: 1px;
}

h3 {
  color: color: #000099;
  font-size: 16px;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: 1px;
}

a,  a:link {
  color: #4095df;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #4870aa;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #2170bd;
  text-decoration: underline;
}

a:focus {
  color: #2170bd;
}

a:active {
  color: #039;
}

#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; 
  text-align: left; 
  width: 850px;
  border: 1px solid #2A6491;
}
#outerWrapper #header {
	background-color: #FFFFFF;
	border-bottom: solid 1px #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 20px 10px 10px 10px;
	background-image: url(logos/logohearts.jpg);
	height: 160px;
	background-repeat: no-repeat;
	background-position: center center;
}
#outerWrapper #contentWrapper {
  /*background-image: url("FW/contentWrapper_bg.png");*/
  background-repeat: repeat-y;
  overflow: hidden;
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #fff;
  border-right: solid 1px #fff; 
  float: left;
  padding: 10px 10px 10px 10px; 
  width: 150px;
}

#outerWrapper #contentWrapper #content {
  margin: 0 0 0 180px; 
  padding: 10px 10px 10px 10px; 
}
#outerWrapper #footer {
	background-color: #fff;
	border-top: solid 1px #fff;
	padding: 10px 10px 10px 10px;
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma, sans-serif;
	font-size: 11px;
	color: #2a2a2a;
}

.breadcrumbs {font-size: 10px;}
