body {
	background-color: #4C1D34;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	background-image: url(../images/heading.png);
}

h1 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

a,  a:link {
	color: #F15A22;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #F15A22;
	text-decoration: none;
}

a:hover {
	color: #4C1D34;
	text-decoration: none;
}

a:focus {
  color: #000000;
}

a:active {
  color: #000000;
}

#outerWrapper {
	margin: 230px 0px 0px 90px;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 600px;
	padding-bottom: 50px;
}

#lsc
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	width: 600px;
	border-collapse: collapse;
	text-align: left;
}
#lsc th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	border-bottom: 2px solid #4C1D34;
	height: 20px;
}
#lsc td
{
	color: #4D2237;
	padding: 6px 8px 6px;
	border: 1px solid #F15A27;
}
#contact {
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
}

#contact ul {
	margin: 0px;
	padding-top: 10px;
	}
#contact li {
	list-style: none;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	display: inline;
	}
#contact li a {
	padding: 15px 5px 15px 5px;
	color: #ffffff;
	}
	
#contact li a:hover {
	color: #F15A22;
	}

#contact_links{
	margin-top: 15px;
	color: #999999;
	width: 950px;
}
