body{
	-x-system-font:none;
	
	font-family:verdana,Helvetica,sans-serif;
	font-size:75%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.4;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#1693A5;
	 
		
}

#container{
	background:#EFF2F3 repeat-x scroll 0 0;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	color:#454545;
	margin:0 auto;
	padding:0 13px;
	position:relative;
	text-align:left;
	width:772px;
	
}
#pageHeader {
	background:#FFFFFF url(../images/newheader.jpg) no-repeat scroll right top;
	height:179px;
	color: white;
	width:772px;
}

#quickSummary{
	
	background: #fff url(../images/leftside.gif) repeat-y left top;
	
	
}
.top{
   	width: 100%;
	height: 20px;
	background: url(../images/top.gif) no-repeat left top;
 }
.toplink {
	width: 100%;
	height: 20px;
	background: url(../images/top.gif) no-repeat left top;
}
.top span {
	display: block;
	position: relative;
	height: 20px;
	background: url(../images/top-right.gif) no-repeat right top;
}
.toplink span{
	display: block;
	position: relative;
	height: 20px;
	background: url(../images/top-right.gif) no-repeat right top;
}
.bottom {
	height: 60px; 
	background: url(../images/bottom.gif) no-repeat left bottom;
}
.bottomlink{
	height: 60px; 
	background: url(../images/bottom.gif) no-repeat left bottom;
}

.bottom span {
	display:block;
	position:relative;
	height:60px;
	background:url(../images/bottom-right.gif) no-repeat right top;
}
.bottomlink span{
	display:block;
	position:relative;
	height:60px;
	background:url(../images/bottom-right.gif) no-repeat right top;
}
#quickSummary, #information, #explanation, #participation, #benefits, #requirements {
	background: #fff url(../images/leftside.gif) repeat-y left top;
	color:#454545;
	display:block;
	margin:0 0 2px 226px;
	padding:0;
	width:546px;
	position:relative;
	
	
}
#information h3, #quickSummary h3, #information h4, #quickSummary h4{
	display: block;
	padding: 0 15px; 10px; 77px;
	background:url(../images/rightside.gif) repeat-y right top;
	margin-top: 0;
	margin-bottom: 0;
}

#quickSummary p span img{
	 padding: 0 15px 10px 249px;
	
}
#quickSummary p span, #explanation p span, #benefits p spawn, #information p{
	display: block;
	padding: 0 15px 10px 77px;
	background: url(../images/rightside.gif) repeat-y right top;
}

p {
	margin:0;
	padding:0;
}
#navBar{
	background-color: #EFF2F3;
	display: block;
	margin: 0 auto;
	padding-top: 4px;
	height: 25px;
	text-align: center;
	width:772px;
}
#navBar li{
	float: left;
	height 25px;
	margin: 0 0 0 20px;
	padding 0;
}
/*#navBar li a{
	background:url(../images/NavbarTab.gif) no-repeat scroll 0 100%;
	display block;
	width: 139px;
	font-weight:bold;
	height:25px;
	line-height:25px;
	text-align:center;
	text-decoration:none;
	
}*/
#information {
background: #fff url(../images/leftside.gif) repeat-y left top;

}

#linkList {
	left:20px;
	position:absolute;
	top:213px;
	width:207px;
	
}
ul{
	background: url(../images/rightside.gif) repeat-y right top;
	list-style-type: none;
	list-style-position: outside;
	margin-top: 0;
	margin-bottom: 0;
}

#lselect, #larchives, #lresources {
background: #fff url(../images/leftside.gif) repeat-y left top;
margin: 0 0 0px;
}

a:link{color:#191919; text-decoration:none;}
a:visited{ text-decoration:none;}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url(../images/bg_button_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url(../images/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

a.button:hover { 
	background: transparent url(../images/bg_button_a_push.gif) no-repeat scroll top right;
}

a.button:hover span{
	background: transparent url(../images/bg_button_span_push.gif) no-repeat;
}
