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

/* RIGHT COLUMN FOR THE SUCCESS PAGE */
#outerWrapper #contentWrapper #rightColumn {
	background-color: #620000;
	float: right;
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 180px;
	color: #FFFFCC;
	font-size: 110%;
	line-height: 17px;
	font-style: italic;
}

#outerWrapper #contentWrapper #rightColumn h2 {
  color: #FFFFCC;
  font-size: 125%;
  font-weight:bold;
  line-height: 16px;
}

#outerWrapper #contentWrapper #rightColumn h2 a:link, a:visited {
  color: #FFFFCC;
  font-size: 125%;
  font-weight:bold;
  text-decoration: none;
}

#outerWrapper #contentWrapper #rightColumn h2 a:hover {
  color: #CCCCCC;
  font-size: 125%;
  font-weight: bold;
  text-decoration: none;
}

#outerWrapper #contentWrapper #rightColumn .name {
	color: #CCC;
	font-size: 110%;
	font-weight:bold;
	line-height: 16px;
	font-style: italic;
}
#outerWrapper #contentWrapper #rightColumn2 {
	background-color: #620000;
	float: right;
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 180px;
	color: #FFFFCC;
	font-size: 110%;
    line-height: 14px;
	font-style: italic;
}

#outerWrapper #contentWrapper #rightColumn2 h2 a:link, a:hover, a:visited {
  color: #FFFFCC;
  font-size: 125%;
  font-weight:bold;
  line-height: 16px;
}

#outerWrapper #contentWrapper #rightColumn2 a:link, a:visited {
  color: #CCC;
  font-size: 110%;
  font-weight:bold;
  text-decoration: none;
  line-height: 14px;
}

#outerWrapper #contentWrapper #rightColumn2 a:hover {
  color: #CCC;
  font-size: 110%;
  font-weight: bold;
  text-decoration: underline;
  line-height: 14px;
}

#outerWrapper #contentWrapper #rightColumn2 .date {
	color: #FFFFCC;
	font-size: 110%;
	font-weight:bold;
	line-height: 14px;
}


/* CONTENT B FOR THE APPLICATION  */
#outerWrapper #contentWrapper #contentb {
	background-color: #FFFFFF;
	margin: 0 15px 0 170px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	font-size: 115%;
}

#outerWrapper #contentWrapper #contentb a:link {
  color: #000;
  text-decoration: underline;
  font-size: 115%;
}

#outerWrapper #contentWrapper #contentb a:hover {
  color: #620000;
  text-decoration: underline;
  font-size: 115%
}

#outerWrapper #contentWrapper #contentb a:visited {
  color: #999;
  text-decoration: none;
  font-size: 115%
}

#application {
    margin: 0 15px 0 15px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
