@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: 13px;
	line-height: 16px;
	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;
	width: 24%;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #fff;
	float: left;
	width: 24%;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#outerWrapper #contentWrapper #content {
	margin-top: 0;
	margin-right: 26%;
	margin-bottom: 0;
	margin-left: 26%;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#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%;
	text-align: center;
}
#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]

