body {
	padding: 0;
	margin: 0;
	font-size: 10px;
	text-align: left;
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height : 20px;
	background: url(../blue_back.jpg) no-repeat;
    background-position: center 0px;
    background-color: #44697d;
}


.page-body {
	margin: 0 auto 0 auto;
	width: 1000px;
	padding: 0px 0 0px 0;
	text-align: left;
	
}


	.page-footer {
		margin: 0 10% 0 315px;	
		width: 600px;
		padding: 0 0 50px 0;
		text-align: center;
	}

	
	

	.page-body ul, .page-body ol { 
		color: #ffffff;
		margin: 10px 0 30px 25px; 
	}

	.page-body ul li, 
	.page-body ol li { 
		padding: 0; 
		margin: 0 0 5px 0; 
		color: #cccccc;
		line-height: 140%;
		font-size: 100%;		
	}
	
	.page-footer p {
		margin: 0;
	}
	
	.page-footer {
		padding: 20px;
	}

	.page-title h1 span {
		text-align: left;
		font-weight: normal;
		font-size: 100%;
		color: #ffffff;
		margin: 5px 0 15px 0;
		
	}	
		
h1 {
	text-align: left;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 0px;
	color: #b1b1b1;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height : 10px;

}

	h1 span {
		clear: both;
		font-size: 50%;
		color: #FF9;
		
	
	}
	
	
h2 {
	text-align: center;
	font-weight: normal;
	font-size: 9px;
	letter-spacing: 0px;
	color: #2a2a2a;
	margin: 3px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height : 13px;

}

	h2 span {
		clear: both;
		font-size: 50%;
		color: #FF9;
	}

	
h3 {
	text-align: center;
	font-weight: normal;
	font-size: 9px;
	letter-spacing: 0px;
	color: #b1b1b1;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height : 15px;

}

	h3 span {
		clear: both;
		font-size: 50%;
		color: #FF9;
	}
	
	

h4 {
	text-align: justify;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 0px;
	color: #333333;
	margin: 20px 0 0px 20px;
	padding: 0px 0px 0px 0px;
	word-spacing : 0px;
	line-height : 18px;
}


h4 span {
		clear: both;
		font-size: 150%;
		color: #FF9;
	}

h5 {
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 2px;
	color: #000000;
	margin: 0px 0 0px 0px;
	padding: 0px 0px 0px 0px;
}	
	
h6 {
	text-align: left;
	font-weight: normal;
	font-size: 9px;
	letter-spacing: 0px;
	color: #44525F;
	margin: 0px 0 0px 0px;
	padding: 7px 0px 25px 0px;
}	
	
	
.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; 
	display: block; 
	text-align: left; 
	padding: 5px; 
	background: #ffffff;
	
}

a.page-options:hover, 
a.page-options:focus {
	color: #fff; 
	background: #cccccc;
}		

p {
	margin: 0 0 20px 0;
	color: #cccccc;
	line-height: 140%;
}

	p small, 
	li small {
		color: #09F;
		font-size: 100%;
	}
	
	p em, 
	em {
		color: #ffffff;
	}

.hidden {
	display : none;