body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 162%;
	background: #74C530 url(images/content-bg.jpg) repeat-x left top;
}
p {
    margin: 0 0 1em;
}
img {
	border: 0;
}
a {
	color: #4483FF;
}
h1, h2, h3, h4 {
	color: #524438;
	font-weight: normal;
	margin-top: 0;
	text-align: left;
}
h1 a /*, h2 a, h3 a, h4 a */ {
	color: #524438;
	text-decoration: none;
}
h1 {
	font-size: 28px;
	line-height: 30px;
}
h3 {
	font-size: 16px;
	margin: 10px 0 0;
}
textarea {
	font-family: inherit;
	font-size: inherit;
}
.pw {
	width: 980px;
	margin: auto;
	position: relative;
}
#header {
	background: #FFF url(images/header-bg.jpg) repeat-x bottom;
	height: 96px;
	width: 980px;
	margin: 0 auto;
}
#logo {
	text-indent: -4000px;
	margin: 0;
	background: url(images/logo.png);
	width: 350px;
	height: 62px;
	position: relative;
	top: 13px;
	left: 10px;
}

#nav-primary {
	padding: 0;
	margin: 0px auto 0 auto;
	list-style: none;
	background: url(images/nav-bg.jpg);
	height: 30px;
	width: 980px;
}
#nav-primary ul {
	margin: 0;
	padding: 0;
}
#nav-primary li {
	float: left;
	display: block;
	height: 30px;
	padding: 0 28px;
/*	background: url(images/nav-off.jpg);*/
	line-height: 27px;
	border-right: 1px solid #5E7374;
	border-left: 1px solid #1D2C2D;
}
#nav-primary li.first {
	border-left: 0;
}
#nav-primary li.last {
	border-right: 0;
}
#nav-primary li.current, #nav-primary li:hover {
	background: #496263 url(images/nav-on.jpg) no-repeat center top;
}
#nav-primary li a {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Myriad Pro", "Arial Narrow";
	font-weight: bold;
	font-size: 14px;
}


#content-wrapper {
	margin: 0 auto;
	padding: 0;
}
#content-wrapper .pw {
	background: #FFF;
	padding-bottom: 30px;
}
#breadcrumbs {
	font-size: 11px;
	color: #187C83;
}
#breadcrumbs a {
	color: #187C83;
}
#content {
	float: left;
	width: 654px;
	margin-left: 32px;
	margin-right: 22px;
}
#content h1 {
	margin: 0 0 15px;
}
#content h2 {
	margin: 20px 0 0 0;
}
#content h2+p {
	margin-top: 3px;
}
#content p {
	text-align: justify;
}
#authors {
color: #666;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #B57201;
}
#content, #sidebar {
	padding-top: 25px;
}
/********** sidebar ************/
#sidebar {
	float: left;
	width: 247px;
	padding-left: 15px;
	padding-right: 10px;
	background: url(images/sidebar-bg.jpg) no-repeat;
	height: 355px;
	overflow: visible;
}
#sidebar h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
#sidebar a {
	text-decoration: none;
}
#sidebar ul {
	margin: 0 0 20px;
}
#content-wrapper ul {
	padding: 0;
	list-style: none;
}
#content-wrapper ul li {
	padding-left: 21px;
	background: url(images/bullet.png) no-repeat 10px 8px;
}

/********** End sidebar ***********/

#footer {
	border-top: 9px solid #996633;
	padding: 10px 20px;
	font-size: 11px;
	color: #FFF;
	width: 940px;
	margin: auto;
	background: #4F4A3F;
}
#footer a {
	color: #FFF;
}
#footer img {
	vertical-align: middle;
	margin-left: 5px;
}
.footer-box {
	float: left;
/*	background: url(images/footer-divider.png) no-repeat top left; */
	padding-left: 35px;
}
#footer .first {
	padding-left: 0;
	background-image: none;
}
#footer p {
	margin: 0;
	padding-bottom: 0px;
}

/* This style is used by the input field default text */
.example {
	color: #D9D9D9 !important;
}

td p {
	margin: 0;
	text-align: left;
}


.board-member {
    overflow: auto;
}


/***************************************
Home columns
***************************************/
.home-col {
    float: left;
    overflow: auto;
    width: 280px;
    margin: 15px 10px 0 30px;
}
.home-col-last {
    margin-right: 0;
}

#home h1 {
    font-size: 20px;
    color: #C86901;
}
#home h2 {
    font-size: 16px;
    color: #C86901;
    margin: 0 0 5px;
}

#leader {
    font-size: 14px;
    font-weight: bold;
    color: #5C5B54;
}
#edition-box  {
    background: #FEFDEB;
    border: 1px solid #DFDFDF;
    -moz-border-radius: 10px;
	 -webkit-border-radius: 10px;
	 border-radius: 10px;
    padding: 10px;
}
#edition-box h2 {
	font-size: 18px;
}

#elearning-box  {
    background: #426D1F;
    border: 1px solid #DFDFDF;
    -moz-border-radius: 10px;
	 -webkit-border-radius: 10px;
	 border-radius: 10px;
    padding: 8px 10px;
	margin-top: 30px;
}
#elearning-box h2 a {
	font-size: 18px;
	text-decoration: none;
	color: #FFF;
}

a#download-pdf {
	background: url(images/icon-download.png) no-repeat left center;
	padding-left: 25px;
	line-height: 25px;
	display: block;
	margin-left: 5px;
}
a#read-edition {
	background: url(images/icon-go.png) no-repeat left center;
	padding-left: 25px;
	line-height: 25px;
	display: block;
	margin-left: 5px;
}
