/* COLORS:  gray #655254;   dark green #cfe4a7;   light green #ebf4da;    */

* { padding: 0; margin: 0; border: 0px; }

html {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #ebf4da;
	}

img {
	border: 0px;
	}
	
#wrapper {
	width: 1024px;	
	margin: 0 auto;
	background-color: #fff;
	}

body, #contentRightUrl, #contentRight ul li a, #foot li  {
	font-size: 12px;
	}
	
#contentLeft, #contentRight {
	background-color: #655254;
	}

/* LEFT CONTENT */
	
#contentLeft {
	border-top: 30px solid #fff;
	padding: 10px 0 0 0;
	width: 212px;
	height: 561px;
	float: left;
	}
	
#contentLeft a {
	display: block;
	background-image: url('../images/button-off.gif');
	background-repeat: no-repeat;
	padding: 7px 0;
	margin: 5px 11px 0 11px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	text-decoration: none; 
	color: #655254;	
	}
		
#contentLeft a:hover {
	background-image: url('../images/button-on.gif');
	background-repeat: no-repeat;
	}

#contentLeft img {
	margin: 31px 0 0 0;
	border-top: 4px solid #fff;
	background-color: #fff;
	}

#logo {
	margin: 0;
	border: 0;
	}

#contentTop {
	background-color: #fff;
	}
		
/* CENTER CONTENT */		
		
#contentCenter {
	margin: 0;
	width: 186px;
	border-top: 6px solid #fff;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	float: left;
	display: block;
	}
	
#contentCenter img {
	border-bottom: 4px solid #fff;
	}
		
/* RIGHT CONTENT */
	
#contentRight {
	margin: -150px 0 0 0;
	width: 618px;
	height: 724px;
	float: left;
	}

#contentRight h1 {
	padding: 25px 0 0 25px;
	font-size: 30px;
	font-weight: normal;
	font-style: oblique;
	color: #fff;
	}

#contentRight ul {
	color: #fff;	
	float: right;
	padding: 10px 20px 0 0;
	}
	
#contentRight ul li {
	display: inline;
	margin: -5px 2px 0 2px;
	}
		
#contentRight ul li a {
	color: #fff;
	text-decoration: none;
	}
			
#contentRight ul li a:hover {
	text-decoration: underline;
	} 

/* MAIN TEXT */

#main {
	margin-bottom: 10px;
	background-color: #ebf4da;
	width: 552px;
	height: 507px;
	overflow: auto;
	padding 20px 0;	
	}

a.urlExternal {
	color: #000;
	font-size: 13px;
	text-decoration: underline;
	}

a.urlExternal:hover {
	text-decoration: none;
	}	
	
#main h2, p {
	margin: 15px 15px 15px 0;
	}
			
#main p {
	line-height: 1.55em;
	}
	
#main h2 {
	font-size: 16px;
	font-weight: bold;
	font-style: oblique;
	color: #000;
	margin-top: 20px;
	margin-bottom: 10px;
	clear: both;
	}

#boxLeftGif {
	margin: 0 0 0 20px;
	float: left;
	}
	
#boxTop {
	background-image: url('../images/top_dkgreen.gif');
	background-repeat: no-repeat;		
	margin: 30px 0 0 20px;
	padding: 10px 10px 0 10px;
	font-weight: bold;
	text-align: center;
	line-height: 2;
	border-bottom: 5px solid #cfe4a7;
	width: 557px;
	}

#boxTop a {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-decoration: none; 
	}
		
#boxTop a:hover {
	text-decoration: underline;
	}

/* MEMBERS */

.mainContent_LeftDiv, .mainContent_CenterDiv, .mainContent_RightDiv {
	margin-right: 5px;
	width: 170px;
	float: left;
	font-size: 11px;
	}
	
.mainContent_LeftDiv ol, .mainContent_CenterDiv ol, .mainContent_RightDiv ol {
	margin: 35px 0;
	}

.mainContent_LeftDiv > ol, .mainContent_CenterDiv > ol, .mainContent_RightDiv > ol {
	margin-top: 0;
	}

.mainContent_LeftDiv li, .mainContent_CenterDiv li, .mainContent_RightDiv li {
	list-style-type: none;
	line-height: 150%;
	}

a.memberUrl {
	color: #655254;
	}

a.memberUrl:hover {		
	text-decoration: none;
	}		
			
.memberName {
	font-weight: bold;
	}		
	
.memberTitle {
	font-weight: bold;
	font-style: italic;
	}	

#foot {
	background-color: #cfe4a7;
	border-left: 4px solid #fff;
	width: 794px;
	height: 13px;
	float: left;
	padding: 7px;
	}

#foot li {
	font-weight: bold;
	color: #655254;
	display: inline;
	list-style-type: none;
	margin: 0 5px;
	}
	
#foot li a {
	text-decoration: none;
	color: #655254;
	}
		
#foot li a:hover {
	text-decoration: underline;
	}	
		
/* HIDDEN */

#hidden {
	visibility: hidden;
	}	

.ie8FixHidden {
	visibility: hidden;
	margin-bottom: -20px;
	}
	