/* Glow Virtual CSS */

/* global properties */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
	color: #59496E;
	margin: 25px auto 0;
	padding: 0;
	text-align: center;
	background: #19012A url(../_images/bg.png) no-repeat top;
	font: 13px/18px Arial, "Trebuchet MS", Helvetica, sans-serif;
}
h1 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
h2 {
	color: #37035C;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
	color: #078196;
	text-decoration: underline;
	font-weight: bold;
}
a:focus {
	color: #37035C;
	font-weight: bold;
}
a:active {
	color: #37035C;
	font-weight: bold;
}
img {
	border-width: 0px;
}

/* Content properties */

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 916px;
	background: url(../_images/bg-wrapper.png) repeat-y;
	position: relative;
	padding: 0px;
}
#header {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	background: url(../_images/header.png) no-repeat;
	height: 29px;
	width: 906px;
	text-align: right;
	padding-top: 190px;
	padding-right: 10px;
}

#contentWrapper #content {
	margin: 0px;
	padding: 0px 0px 0px 8px;
}
#home-text {
	padding: 25px 0px 15px 42px;
	width: 60%;
	float: left;
}
#home-sidebar {
	padding: 25px 42px 15px 20px;
	float: right;
	width: 28%;
}

#contentWrapper .clearFloat {
	clear: both;
	display: block;
}

#footer {
	padding: 35px 0px 0px;
	height: 209px;
	width: 916px;
	background: url(../_images/bg-footer.png) no-repeat;
	text-align: center;
}
/* Directory Links */

#links {
	color: #19012A;
	width: 100%;
}

#links a {
  color: #19012A;
  text-decoration: none;
}
#links a:visited {
  color: #19012A;
  text-decoration: none;
}
#links a:link {
  color: #19012A;
  text-decoration: none;
}