* {
	padding:0;
	margin:0;
	border:0;
}

body {
	background-color: #F0F0F0;
	font:normal 12px/16px Helvetica,Arial,sans-serif;
	color: #666;
	text-align: center;
}
a:focus { -moz-outline: none; }
a { outline: none; }
a, a:link, a:active, a:visited { color: #000000; }
a:hover { color: #000000; }
h1 {
	color: #000000;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
}
h2 {
	color: #000000;
	font-size: 18px;
	/*padding-bottom: 25px;*/
}
h3 {
	color: #000000;
	font-size: 16px;
	padding-bottom: 2px;
}
h4 {
	color: #000000;
	font-size: 14px;
}
h5 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
hr {
	color: rgb(239,239,239);
	background-color: rgb(239,239,239);
	height: 1px;
	margin: 8px 0 8px 0;
}
img { vertical-align: top; } /*XHTML 1.1 standard*/
p { padding-bottom: 5px; }

/*
input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}
input.file:hover {
	cursor:pointer;
	cursor:hand;
	zoom:1;
}
*/

.bgLGrey { background-color: rgb(248,248,248); }

.frame {
	background-color:#F9F9F9;
	padding:9px;
	border: solid 4px ##000000;
	margin-bottom:5px;
}

ul.bold {
	font-weight: bold;
	padding-left: 25px;
	padding-bottom: 20px;
}

.large {
	font-size: 15px;
	line-height: 18px;
}

.center { text-align: center; }
.clear { clear:both; }
.strong { font-weight: bold; }
.last { margin-right:0 ; }
.inline { display: inline; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	zoom: 1;
}  

#wrapper {
	width: 1066px;
	position: relative;
	margin: auto;
	padding: 0 1px 0 1px;
	text-align: left;
	background-color: #FFF;
	border: solid 5px ##000000;
}
#header { height: 138px; }
#uncover {
	height: 210px;
	width: 825px;
	overflow: hidden;
}
#uncover img {
	height: 210px;
	width: 825px;
	top:0;
	left:0;
}

#banner {
	clear: both;
	padding: 10px;
	zoom:1; 
}


#footerLogos {
	clear:both;
	text-align: center;
	line-height: 0px;
	padding-top: 25px;
}

#footerLogos div {
	position: relative;
	height: 155px;
}
#footerLogos a, #footerLogos a:link, #footerLogos a:active, #footerLogos a:visited, #footerLogos a:hover {
	position: absolute;
}

#footerArea {
	background-color: rgb(249,249,249);
	border-top:solid 1px rgb(239,239,239);
	border-bottom:solid 1px rgb(239,239,239);
	text-align: center;
	padding: 18px 0 10px 0;
	/*margin: 0 0 15px 0;*/
	color: rgb(173,173,173);
	font:normal 10px/22px Helvetica,Arial,sans-serif;
	z-index: 9;
}
#footerArea a, #footerArea a:link, #footerArea a:active, #footerArea a:visited {
	font-size: 11px;
	color: rgb(173,173,173);
	padding-right:20px;
}
#footerArea a:hover { color: rgb(125,125,125); }

/* rounded frame */
.roundWrap {
	float:left;
	display:inline;
}
.round, a.round:link, a.round:active, a.round:visited,
.round2, a.round2:link, a.round2:active, a.round2:visited {
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	clear: both;
	display: block;
	text-decoration: none;
}
.round span, .round2 span {
	float: left;
	padding: 17px 20px 0 54px;
	background:;
	height: 32px;
	color: #FFF;
	margin-bottom: 17px;
}
.round2 span {
	padding: 10px 20px 0 54px;
	height: 39px;
}
.round img, .round2 img, .white_round img { float: left; }
a.round:hover, a.round2:hover {
	text-decoration: underline;
	cursor: hand;
	cursor: pointer;
}
a.round:hover span, a.round2:hover span { text-decoration: underline; }
.white_round span {
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	padding: 19px 20px 0 54px;
	background:;
	height: 40px;
	color: ##000000;
	text-decoration: none;
}
a.white_round, a.white_round:link, a.white_round:active, a.white_round:visited { text-decoration: none; }
a.white_round:hover {
	text-decoration: underline;
	cursor: hand;
	cursor: pointer;
}
a:hover .white_round span, a.white_round:hover span { text-decoration: underline; }
/* end rounded frame */

/* --- */
.imgCaption {
	clear:both;
	padding-top:10px;
}
.backToTop {
	display: block;
	text-align: right;
	margin-bottom: 20px;
}

.rel { position: relative; }
