body {
	margin: 0;
	padding: 0;
	background: #dbefca;
	font-family: "Lucinda Sans Unicode" "Lucinda Grande", sans-serif;
	color: #060a76;
	font-size: 14px;
	border: 1px solid white;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
	padding: 0;
	background: #fafadf;
	border: 1px solid white;
	background: url(images/webpage-gifs/NAPCE_Content_Bg.gif) repeat-y;
}

#header {
	background: #106B30 url(images/webpage-gifs/NAPCE.jpg) no-repeat;
	width: 100%;
	height: 143px;
	border: 0px solid white;
}

#header h1 {
	display: none;
}

#header h1 a {
	text-indent: -999999px;
	display: block;
	height: 143px;
	text-decoration: none;
	display: none;
}

#header p {
	text-indent: -99999px;
	height: 0;
    /*float:left;*/
	display: none;
}

#main-navigation{
	background: #2F914B;
}

#main-navigation ol {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 31px;
}

#main-navigation li {
	float:left;
}

#main-navigation a {
	text-align: center;
	line-height: 30px;
	height: 30px;
	color: white;
	display: block;
	width: 125px;
}

#header-pictures{
	background: white;
	margin: 0px 0px 0px 0px;
	padding: 0;
	height: 72px;
	border: 2px solid white;
}

#left-links {
	width: 160px;
	background:#38A75B;
	padding: 30px 0 8px 0;
	float: left;
}

#left-links ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#left-links li {
	
}

#left-links a {
	display: block;
	height: 30px;
	line-height: 30px;
	width: 100%;
	color: white;
	text-align: left;
	padding: 0 0 0 10px;
	
}

#content {
	padding: 10px 0 10px 10px;
	margin: 0px 0px 0px 165px;
}

#content h1{
	font-size: 30px;
	text-align: center;
	border: 0px solid #060a76;
	margin: 1% 10% 2% 10%;
}
	
#content h2{
	font-size: 20px;
	text-align: center;
}

#content p{}

.board {
	height: 155px;
	width: 40%;
	color: #060a76;
	font-size: 12px;
	text-align: left;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 30px;
	/*border: 2px solid red;*/
	float: left;
}

.board img {padding-right: 5px; }

.board p {padding-top: 0; margin-top: 0; }

#footer {
	text-align:center;
	color: #060a76;
	font-size: 10px;
	clear: left;
}
