html,:root {
	overflow-y:scroll;
	}
body {
	margin-top:0;
	background-image:url(../_img/back2.gif);
	background-repeat:repeat-x;
	background-color:#B0B0B0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:90%;
}
#wrapper {
	width:920px;
	margin:0 auto;
	background-color:#EBEBEB;
}
#header {
	height: 162px;
	background-image: url(../_img/header.jpg);
	background-repeat:no-repeat;
	padding:146px 0 0 342px;
}
#headerBottom {
	background-image: url(../_img/header-bottom.jpg);
	background-repeat: no-repeat;
}
#header ul {
	margin:0;
	padding:0;
	list-style-type:none;
	overflow:hidden;
}
#header ul li {
	float:left;
	width:129px;
	padding-right:3px;
}
#header ul li a {
	display:block;
	width:129px;
	height:16px;
	text-align:center;
	background-image:url(../_img/button-up.png);
	background-repeat:no-repeat;
	padding-top:7px;
}
#header ul li a:hover {
	background-image:url(../_img/button-over.png);
}
#header ul li a img {
	border:none;
}
#header h1 {
	margin:90px 0 0;
	font-family:"Times New Roman", Times, serif;
	font-size:125%;
}
#header h1 span {
	color:#55AB62;
}
#header h1 i {
	color:#1D7A9B;
	font-style:normal;
}
#pageContent {
	border:10px solid black;
	border-style:none none solid;
	background-color:white;
	width:760px;
	margin:0 auto;
	padding:0 40px 15px 40px;
	overflow: hidden;
	/*background-image:url(../_img/folders.jpg);
	background-repeat:no-repeat;
	background-position:95% 150px;*/
}
#pageContent img {
}

#leftContent {
	float: left;
	width: 240px;
	padding-right: 21px;
	font-size:80%;
}
#leftContent ul {
	font-weight:bold;
}
#rightContent {
	float:left;
	width:485px;
	padding:0 13px 0 0;
	line-height:1.3;
}
.narrow {
	width:250px;
}
#rightContent img {
	float:right;
	margin: 15px 0 15px 25px;
}
#rightContent h2 {
	font-size:105%;
}
#footer {
	background-image: url(../_img/footer-bckg.png);
	height:66px;
	width:760px;
	margin:0 auto;
	padding:20px 40px 0;
	color:white;
	clear:left;
}
#footer #copyright {
	float:left;
	width:200px;
}
#footer #footerMenu {
	width:500px;
	float:left;
	text-align:center;
	padding-left:60px;
}
#footerMenu a {
	color:white;
	text-decoration:none;
}
#footerMenu a:hover {
	color:#CCC;
	text-decoration:underline;
}
#footer #credit {
	text-align:center;
	margin-top: 25px;
	color:#CCC;
	font-size:85%;
}
#footer #credit a {
	color:#333;
	text-decoration:none;
}
#footer #credit a:hover {
	text-decoration:underline;
}
b {
	color:#008000;
	font-family:Georgia, "Times New Roman", Times, serif;
}
i {
	color:#1D7A9B;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:normal;
}
address {
	margin:1em 0;
}
