@charset "UTF-8";
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: #fff;
	color: #484848;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
}
p {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
.smimage {
	margin-left: 7px;
	margin-top: 20px;
}
.selected {
	color: #740808;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
	font-weight: normal;
}
#outerWrapper {
  margin: 0 auto 0 auto;
  text-align: left;
  width: 760px;
}
#outerWrapper #header {
	font-size: 12px;
	height: 70px;
	padding: 34px 0px 28px 0px;
	text-align: right;
}
#outerWrapper #header a, #outerWrapper #header a:link {
	color: #460505;
	text-decoration: none;
	text-transform: capitalize;
	margin-left: 10px;
}
#outerWrapper #header a:visited {
  color: #460505;
  text-decoration: none;
}
#outerWrapper #header a:hover {
	color: #740808;
	text-decoration: none;
	border-bottom: 1px solid #484848;
}
#outerWrapper #contentWrapper #rightColumn {
	float: right;
	padding: 0px 0px 20px;
	width: 243px;
	z-index: 10;
}
#outerWrapper #contentWrapper #rightColumn a, #outerWrapper #contentWrapper #rightColumn a:link {
  color: #484848;
  text-decoration: none;
}
#outerWrapper #contentWrapper #rightColumn a:visited {
  color: #484848;
  text-decoration: none;
}
#outerWrapper #contentWrapper #rightColumn a:hover {
	color: #460505;
	text-decoration: none;
	border-bottom: 1px solid #484848;
}
#outerWrapper #contentWrapper #leftcontent {
	margin: 0;
	padding: 15px 0px 24px;
	text-align: right;
	float: left;
	width: 484px;
	z-index: 1;
}
#outerWrapper #contentWrapper #leftcontent img {
	border: 1px solid #B1B1B1;
}
#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
}
#outerWrapper #footer {
  border-top: solid 1px #B1B1B1;
  color: #B1B1B1;
  font-size: 10px;
  height: 40px;
  padding: 5px 0px 0px 0px;
}
#outerWrapper #footer a:hover {
  font-size: 10px;
}
