@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: #999999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0; 
  padding: 0 0 0 0; 
  text-align: center; 
}
p.error {
  color: #FFOOOO;
  font-size: 100%;
  font-weight: bold;
  line-height: 100%;
}

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

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

a:visited {
	color: #FF9900;
	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_ap_2.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: 800px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	background-color: #fff;
	float: right;
	padding: 30px 10px 10px 10px; 
	width: 24%;
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #fff;
  float: left;
  padding: 30px 10px 10px 10px; 
  width: 24%;
}

#outerWrapper #contentWrapper #content {
	margin: 0 26% 0 26%; 
	padding: 30px 10px 10px 10px; 
}
#outerWrapper #contentWrapper #content h1 {
  font-family: Arial, Helvetica, sans-serif;
}
#outerWrapper #contentWrapper h1 {
  color: #1478DE;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 140%;
  font-weight: bold;
  line-height: 130%;
}
#outerWrapper #contentWrapper h2 {
  color: #1478DE;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 120%;
  font-weight: bold;
  line-height: 120%;
}

#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]
