body {
  background-image: url(/images/bg.gif);
  margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
  behavior: url(../js/iepngfix.htc);
}

p {
  margin:0px;
	padding:0px;
}

.site_container {
  padding-bottom: 20px;
}

.top {
  background-color: #ffffff;
	height: 150px;
	width: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
}

.stripe {
  background-image: url(/images/stripe.gif);
	background-repeat: repeat-x;
	top: 150px;
	left:0px;
	width: 100%;
	height: 28px;
	position: absolute;
}

.sign {
  width: 205px;
	height: 205px;
	position: absolute;
  top: 63px;
	left: 50%;
	margin-left: -427px;
	z-index: 2;
  background-image: url(/images/sign_01.png);
	background-repeat: no-repeat;
}

.info {
  width: 150px;
	position: absolute;
  top: 350px;
	left: 50%;
	margin-left: -500px;
	z-index: 2;
	text-align: right;
	font-size: 12px;
	color: #2C3F45;
}

.info h1 {
  padding-top: 10px;
  margin: 0px;
	font-size: 13px;
	font-weight: bold;
}

.content {
  width: 800px;
	position: relative;
	left: 50%;
	margin-left: -330px;
	top: 0px;
	z-index: 1;
}

.header {
  height: 150px;
}

.nav {
  background-image: url(/images/btn_bg_ie.gif);
	background-repeat: repeat-x;
	height: 47px;
	padding-left: 110px;
}

.menu {
	padding-left: 8px;
	margin-top: 12px;
	margin-left: 15px;
	margin-right: 15px;
	background-image: url(/images/nav.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;;
  color: #ffffff;
	font-size: 18px;
	float: left;
}

.menu_line {
  width: 3px;
	height: 24px;
	margin-top: 8px;
	background-image: url(/images/btn_spacer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 9px;;
	float: left;
}

.menu a {
  color: #ffffff;
	text-decoration: none;
}

.menu a:hover {
  text-decoration: overline;
}

.objectives {
  background-color: #2C3F45;
  color: #FFFFFF;
	font-size: 12px;
	padding-top: 20px;
	padding-left: 120px;
	padding-right: 120px;
	padding-bottom: 20px;
}

.objectives h1 {
  margin: 0px;
  color: #FFFFFF;
	font-size: 24px;
	font-weight: lighter;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #4E5F67;
	width: 392px;
}

.objectives h2 {
  margin: 0px;
  color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.page {
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 15px;
	padding-left: 15px;
}

.column {
  float: left;
	width: 225px;
	margin-right: 15px;
	margin-left: 15px;
}

.column h1 {
  margin: 0px;
	padding-left: 26px;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;;
  color: #2C3F45;
	font-size: 22px;
	font-weight: lighter;
	padding-bottom: 15px;
}

.column p {
  color: #2C3F45;
	font-size: 12px;
}

.column_full {
	margin-right: 15px;
	margin-left: 15px;
}

.column_full h1 {
  margin: 0px;
	padding-left: 26px;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;;
  color: #2C3F45;
	font-size: 22px;
	font-weight: lighter;
	padding-bottom: 15px;
}

.column_full p {
  color: #2C3F45;
	font-size: 12px;
}

.footer {
  height: 30px;
  background-color:#2C3F45;
	color: #FFFFFF;
	font-size: 11px;
	padding-left: 20px;
	line-height:3.5em;
}

.spacer {
  height: 30px;
	width: 800px;
	background-image: url(/images/footer.png);
	background-repeat: no-repeat;
}

.green {
  color: #99C820;
}

.orange {
  color: #e06424;
}

#q {
  color: #e06424;
	padding-left: 12px;
	background-image: url(/images/arrow_orange.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	font-size: 14px;
	padding-bottom: 5px;
}

#a {
  color: #2C3F45;
	font-size: 12px;
	padding: 10px 24px 0px 24px;
}

#bullet {
  color: #2C3F45;
	padding-left: 12px;
	background-image: url(/images/arrow_orange.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font-size: 12px;
	padding-bottom: 5px;
}

.date {
  color: #e06424;
	padding-left: 12px;
	background-image: url(/images/arrow_orange.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-size: 11px;
	padding-bottom: 5px;
}

#highlight {
  color: #e06424;
	font-size: 14px;
	padding-bottom: 5px;
}

hr {
  border: 1px dotted #4E5F67;
	border-style: none none dotted;
	background-color: #ffffff;
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 15px;
}

br {
  line-height: 10px;
}

img {
  border: 0px;
}

ul {
  padding-left: 15px;
	margin-left: 0px;
}

li {
	font-size: 12px;
	color: #99C820;
	line-height: 24px;
	font-weight: bold;
}

li a {
	color: #99C820;
	text-decoration: none;
}



