@charset "utf-8";
/* CSS Document */
/* scrollbar IE5.5 only */
html, body {
	scrollbar-face-color:#006;
	scrollbar-base-color:#9c9c9c;
	scrollbar-arrow-color:#fff;
	scrollbar-track-color:#CCC;
	scrollbar-shadow-color:#006;
	scrollbar-highlight-color:#CCC;
	scrollbar-3dlight-color:#fff;
	scrollbar-darkshadow-color:#006;
}
* html .centered {
	position:absolute
}
body {
	margin: 0;
	padding: 0;
	background: #d8d8d8 url(images/bg_page.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	text-align:center;
	font-size: 90%;
	zoom: 1;
}
h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #fff;
}
h1 {
	padding: 0px 0px 0px 25px;
	line-height: 3;
	color:#006;
	text-decoration:none;
}
h2 {
	padding: 0px 0px 0px 25px;
	line-height: 1;
	font-weight: bold;
	color:#006;
	text-decoration:none;
}
h3 {
	line-height: 1;
	color:#333;
	text-decoration:none;
	font-weight: bold;
	text-align: justify;
	padding:0 25px;
	font-size: 110%;
}
h4 {
	line-height: 1;
	color:#000;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	padding:0 25px;
	font-size: 90%;
}
p {
	margin-top: 0;
	line-height: normal;
	text-align: justify;
	padding:0 25px;
}
blockquote {
}
a {
	color:#006;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
img.left {
	float: left;
	border:1px solid #9c9c9c;
	margin: 7px 30px 0 0;
}
img.right {
	float: right;
	border:1px solid #9c9c9c;
	margin: 7px 0 0 30px;
}
hr {
}
/* Header */
#header {
	border-top:4px solid #006;
	width: 700px;
	height: 80px;
	margin: 0 auto;
}
/* Page */
#content {
	width: 700px;
	position: relative;
	background-color:#fff;
	border:1px solid #9c9c9c;
	border-top:0px;
	border-bottom:0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -132px;
	padding-bottom: 10px;
	text-align:left;
	line-height:normal;
	vertical-align: middle;
}
/* Footer */
#footer {
	clear: both;
	height: 30px;
	width: 100%;
	vertical-align: top;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0px 15px 0px;
	background: #cccccc url(images/bg_footer.jpg) repeat-x left top;
	border:1px solid #9c9c9c;
	border-left:0px;
	border-right:0px;
	font-size: 90%;
}
#footer p {
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: 90%;
}
#footer a {
	font-weight: normal;
}
#menu {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width:700px;
	padding: 0px;
	z-index:10;
	top: -5px;
	cursor: pointer;
}
#intro {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width:700px;
	line-height:normal;
	vertical-align: middle;
	margin: 0px auto;
	text-align: left;
	z-index:9;
	cursor: pointer;
	border:0px solid #9c9c9c;
	border-top:0px;
	border-bottom:0px;
	clear:both;
}
ul
{
	margin-left: 0;
	padding-left: 60px;
	list-style: none;
}

ul li 
{
	padding-left: 20px;
	width: 96%;
	font-weight: bold;
	margin-top: 1em;
	background: url(images/bullet_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0 .4em;
}
ol {
	margin-left: 0;
	padding-left: 60px;
	list-style: decimal;
	margin-top: 0em;
}
.readmore {
	width: 120px;
	height: 24px;
	margin: 0px 0px 0px 25px;
	padding: 4px 0px 0px 40px;
	background: url(images/moreinfo.gif) no-repeat left top;
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
