/* CSS Document */
.access {
	display: none;
}

.greytext {
	color: #666;
}


body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
}

#outer {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	background-color: #FFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}

#capsule {
	margin: 0 auto;
	padding: 0;
	width: 666px;
}

#header {
	height: 110px;
	margin: 0;
	padding: 0;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#core {
	margin: 0;
	padding: 10px 0 0 0;
	background-image: url(../images/coretopbg.gif);
	background-repeat: no-repeat;
	text-align: left;
}

p {
	margin: 0 0 8px 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #4D88AD;
}

a:hover, a:focus, a:active {
	border-bottom: 1px dotted #4D88AD;
}

h1 {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: "Century Gothic", arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 150%;
	color: #4A88AD;
}

h2 {
	margin: 0 0 8px 0;
	padding: 0;
	font-family: "Century Gothic", arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 110%;
	color: #000;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: circle;
	margin: 0 0 0 15px;
}

#menu {
	float: left;
	width: 180px;
	margin: 0 10px;
	color: #666;
}

#menu .menu01 a {
	display: block;
	padding: 5px 0 20px 50px;
	background-image: url(../images/menupebble05.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #666;
	text-decoration: none;
	border-bottom: 0px;
}

#menu .menu01 a:link, #menu .menu01 a:visited {
	background-image: url(../images/menupebble05.gif);
}

#menu .menu01 a:hover, #menu .menu01 a:focus, #menu .menu01 a:active  {
	background-image: url(../images/menupebble05RO.gif);
	text-decoration: none;
	color: #4A88AD;
	border-bottom: 0px;
}

#menu .menu02 a {
	display: block;
	padding: 0 0 15px 50px;
	background-image: url(../images/menupebble05.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #666;
	text-decoration: none;
	border-bottom: 0px;
}

#menu .menu02 a:link, #menu .menu02 a:visited {
	background-image: url(../images/menupebble05.gif);
}

#menu .menu02 a:hover, #menu .menu02 a:focus, #menu .menu02 a:active  {
	background-image: url(../images/menupebble05RO.gif);
	text-decoration: none;
	color: #4A88AD;
	border-bottom: 0px;
}

.menu1l {
	padding: 5px 0 20px 50px;
}

.menu2l {
	padding: 0 0 15px 50px;
}

#content {
	margin: 0 10px 0 220px;
}

.textblock {
	width: 280px;
}

#footer {
	clear: both;
	height: 187px;
	margin: 0;
	padding: 0;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}

#footer p {
	margin: 0;
	padding: 160px 10px 10px 10px;
	font-size: 70%;
	color: #4A88AD;
}