@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;
  background-position: (value);
	color: #006;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
}

h2 {
  color: #1478DE;
  font-size: 100%;
  font-weight: bold;
  line-height: 100%;
}

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

a:visited {
  color: #4870aa;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #FF0000;
  text-decoration: underline;
}

a:focus {
  color: #2170bd;
}

a:active {
  color: #039;
}
#topDiv {
	background-color: #e7eff7;
	background-image: url(../images/logo.gif);
	background-position: center;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	height: 146px;
	line-height: 15px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}

#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 1040px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	background-color: #F2F2F2;
	float: right;
	width: 120px;
	padding-top: 30px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#outerWrapper #contentWrapper #content {
	text-align: center;
	margin-top: 0;
	margin-right: 26%;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#outerWrapper #contentWrapper #content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

#outerWrapper #contentWrapper #content .center {
	text-align: center;
}

#outerWrapper #contentWrapper h1 {
	color: #1478DE;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 170%;
	font-weight: bold;
	line-height: 110%;
}

#outerWrapper #contentWrapper h2 {
  color: #1478DE;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 120%;
  font-weight: bold;
  line-height: 120%;
}

#outerWrapper #contentWrapper .red {
	color: #FF0000;
	text-align: center;
	font-weight: bold;
}


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

#outerWrapper #footer {
  background-color: #fff;
  border-top: solid 1px #EFF5FA;
  padding: 10px 10px 10px 10px;
}

[if IE 5]>
<style type="text/css"> 
#outerWrapper #contentWrapper #leftColumn1 {
  width: 26%;
}
#outerWrapper #contentWrapper #rightColumn1 {
  width: 26%;
}
</style>
<![endif]
[if IE]>
<style type="text/css"> 
#outerWrapper #contentWrapper #content {
  zoom: 1;
}
</style>
<![endif]
