/* SLMA CSS (for committee info sub-pages */

body {
	background-color: #626355;
	text-align: center;
	padding: 0;
	margin: 0;
	border: none;
}

p { 
	border: none;
	padding: 0; 
	margin: 0 0 10px 0; 
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	text-decoration: none;
}

a: { color: #859a3f; font-weight: normal; text-decoration: underline; border: none; }
a:link    { color: #859a3f; }
a:visited { color: #859a3f; }
a:hover   { color: #ff6600; text-decoration: none; }
a:active  { color: #ff6600; text-decoration: none; }

#wrapper {
	width: 500px;
	height: 500px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
	background: url(com_bg.gif) left top no-repeat;
}

#title {
	position: absolute;
	top: 20px;
	left: 101px;
	width: 379px;
	height: 60px;
	text-align: left;
}

#content {
	position: absolute;
	top: 100px;
	left: 101px;
	width: 379px;
	height: 340px;
	text-align: left;
	overflow: auto;
	/* IE only scrollbar attributes */
	scrollbar-base-color:#1b391b;
	scrollbar-track-color:#f5f9de;
	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#1b391b;
	scrollbar-3dlight-color:#f5f9de;
	scrollbar-darkshadow-color:#f5f9de;
	scrollbar-shadow-color:#1b391b;
	scrollbar-arrow-color:#1b391b;
}

ul {
	padding: 0;
	margin: 5px 0px 0px 15px;
	border: none;	
}
li {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	text-decoration: none;	
}

#close {
	position: absolute;
	top: 460px;
	left: 101px;
	width: 379px;
	height: 20px;
	text-align: right;
}

.greenOne {  
	color: #1b391b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	text-decoration: none;
}

.greenTwo {  
	color: #859a3f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	text-decoration: none;
}