body {
	margin: 0;
	padding: 0;
	font: normal 12px arial;
	color: #585858;
	text-align: center;
	line-height: 15px;
	background: #FFFFFF url(../../landimages/bg.gif) repeat-x top left;
}
img {
	border: 0;
}
#wrap{
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
h1 {
	padding: 7px 0 0 15px;
	margin: 0;
	font: normal 10px arial;
	color: #cdcdcd;
	background-color: #012704;/*848484;*/
	height: 21px;
}
#top {
	height:  99px;
	margin-bottom: 5px;
}
#flash {
	height: 223px;
	background: transparent url(../../landimages/flash-bg.jpg) no-repeat top left;
}
.title {
	font: bold 14px arial;
	color: #012704;
}
#program {
	background: transparent url(../../landimages/bg-prog.gif) no-repeat top left;
	font: normal 16px arial;
	line-height: 19px;
	color: #012704;
	width: 160px;
	min-height: 126px;
	text-align: center;
	padding: 28px 0 0 0;
}
a {
	font: normal 12px arial;
	color: #012704;
	text-decoration: underline;
}
a:hover	{
	font: normal 12px arial;
	color: #012704;
	text-decoration: none;
}

/* footer */
#footer {
	padding: 6px 10px 6px 0px;
	margin: 15px 0 40px 0;
	border-top: 1px solid #012705;
	font: normal 10px arial;
	color: #8e8e8e;
	/*line-height: 22px;*/
}



#copyright {
	font: normal 10px arial;
	color: #8e8e8e;
	float: left;
	clear: left;
}
#copyright a {
	font: normal 10px arial;
	color: #8e8e8e;
	text-decoration: underline;
}
#copyright a:hover {
	font: normal 10px arial;
	color: #8e8e8e;
	text-decoration: none;
}

#poweredby {
	float: right;
	font: normal 10px arial;
	color: #8e8e8e;
	text-align: right;
}
#poweredby a {
	font: normal 10px arial;
	color: #8e8e8e;
	text-decoration: none;
}
#poweredby a:hover {
	font: normal 10px arial;
	color: #8e8e8e;
	text-decoration: underline;
}




/*request info form*/
div#reqInfo {
	width: 100%;
	font: normal 11px arial;
	color: #2C4355;
	text-align: left;
}
div#reqInfo .inp, div#reqInfo textarea {
	font: normal 11px arial;
	color: #2C4355;
	border: 1px solid #bdbcbd;
	background-color: #fff;
	padding: 1px 1px 1px 3px;
	margin: 0 5px 7px 0;
	width: 185px;
}
div#reqInfo textarea {
	overflow: auto;
	height: 80px;
}
div#reqInfo .btn {
	border: default;
	background-color: default;
	padding: 0;
	margin: 5px 5px 0px 0;
}
.clear {
	height: 0;
	clear: both;
	margin: 0;
	line-height: 0;
	font-size: 1px;
}
