/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	margin: 0;
	padding: 0;
	background: #ccc url(carto/bckgrd_carto.gif) repeat;
}

.page-body {
	margin: 0 auto 0 auto;
	width: 600px;
	padding: 30px 0 20px 0;
	text-align: left;
}

.page-footer {
	color: white;
	font-size: 10px;
	text-align: center;
	text-indent: 3px;
	margin: 3px;
	width: 600px
}

a.page-footer {
	color: #ccc;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	width: 600px
}

a.page-footer:hover {
	text-decoration: underline
}

.page-body ul, .page-body ol {
	color: #282828;
	margin: 10px 0 30px 25px;
}

.page-body ul li, 
	.page-body ol li {
	padding: 0;
	margin: 0 0 5px 0;
	color: #707070;
	line-height: 140%;
	font-size: 100%;
}

.page-footer p {
	margin: 0;
}

.page-footer {
	
}

.page-title h1 span {
	text-align: left;
	font-weight: normal;
	font-size: 100%;
	color: #ffffff;
	margin: 5px 0 15px 0;
}

h1 {
	color: #464646;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	margin: 5px 0 15px;
}

h2 {
	color: #bbb;
	font-size: 130%;
	font-weight: normal;
	text-align: left;
	margin: 5px 0 15px
}

h3 {
	clear: both;
	font-size: 120%;
	color: #7b7b7b;
	font-weight: normal;
	margin: 0 0 10px 0;
}

a {
	color: #464646;
	font-size: 12px;
	line-height: 120%;
	text-decoration: none;
	width: 600px;
	font-weight: bold;
}

a:hover {
	text-decoration: underline
}

.notice {
	border: 3px solid #ffffbe;
	padding: 10px;
	color: #ffffff;
	background-color: #09f;
	margin: 0 0 20px 0;
}

.notice p, 
	.notice p a, 
	li a {
	color: #ffffff;
	text-decoration: none;
}

a.page-options {
	color: #000000;
	text-decoration: none;
	background: white;
	text-align: left;
	display: block;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0
}
 
a.body {
	text-decoration: none
}

a.page-options:hover, 
a.page-options:focus {
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0
}

p {
	color: #919191;
	font-size: 12px;
	line-height: 120%;
	margin: 0 0 10px
}

a.p {
	color: #464646;
	font-size: 10px;
	line-height: 120%;
	text-decoration: none;
	text-align: center;
	width: 600px
}
img
{
	border: 1px ridge #b1b1b1;
}

a.p {
	text-decoration: underline
}

p small, 
	li small {
	color: #000;
	font-size: 100%
}

p em, 
	em {
	color: #ffffff;
}

.hidden {
	display: none;
}

.ce_accordion
{
	margin-left:16px;
}
.accordion div
{
	padding:6px 0px 8px 15px;
	line-height:16px;
}
