@CHARSET "utf-8";

div.PageAbout {
    background: url(PageAbout/bgPopup.png) 0 0 no-repeat;
	margin: 0 -20px 0px;
	min-height: 345px;
	padding: 65px 20px 0px 20px;
}
* html div.PageAbout {
    background: url(PageAbout/bgPopup-ie6.png) 0 0 no-repeat;
	height: 345px;
}
div.PageAbout h2 {
    color:#214999;
    font-family:Arial,Helvetica,sans-serif;
    font-size:3em;
    line-height:1.1em;
    margin-left:30px;
    text-indent: -1000em;
}
div.PageAbout div.AboutDetails {
	overflow:hidden;
	padding:0 10px 10px;
}
div.PageAbout div.AboutDetails h3 {
	color: #1c64ca;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	padding:10px 0;
}

div.PageAbout div.AboutDetails p {
	margin-bottom:10px;
}
