@charset "UTF-8";
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
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: #130a19;
	color: #2d2e2e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0px 0 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/handstand.jpg);
	background-repeat: repeat-x;
}
h1 {
  color: #69c;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #69c;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
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: 800px;
	background-image: url(../images/blueFadeBg.jpg);
	background-repeat: repeat-y;
}
#header  {
	background-color: #3071d9;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	text-align: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
#topNavigation  {
  background-color: #eaeff5;
  border-bottom: solid 1px #9bb6d2;
  height: 25px;
  padding: 10px 10px 10px 10px;
}
#topNavigation ul  {
	margin: 0;
	padding: 0 0 0 3;
	list-style: none;
	float: left;
}
#topNavigation li  {
	float: left;
}
#topNavigation li a:link, #topNavigation li a:visited {
	display: block;
	background: #397be2;
	padding: 0.5em;
	text-decoration: none;
	color: #fff;
	margin-right: 0
.em;
	width: 110px;
	text-align: center;
}
#topNavigation li a:hover, #topNavigation li a:active {
	color: #397be2;
	background: #fff
}
#leftColumn    {
	border-right: solid 1px #9bb6d2;
	float: left;
	padding: 10px 10px 10px 10px;
	width: 200px;
}
#leftColumn  h1  {
	background-color: #4788ea;
	text-align: center;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	color: #FFFFFF;
	margin-right: -0.7em;
	margin-left: -0.75em;
}
#content   {
  margin: 0 0 0 220px;
  padding: 10px 10px 10px 10px;
}
#content  h1  {
	background-color: #4788ea;
	text-align: center;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	color: #FFFFFF;
	margin-right: -0.75em;
	margin-left: -0.7em;
}
.clearFloat    {
  clear: left;
  display: block;
}
#footer  {
	background-color: #eaeff5;
	border-top: solid 1px #9bb6d2;
	padding: 10px 10px 10px 10px;
	font-size: .9em;
	text-align: center;
}
