#headerCommunity {
	background-color: #000000;
	height: 88px;
}
#headerCommunityName {
  padding-top: 20px;
  padding-left: 140px;
	text-align: left;
	font-size: 40px;
	font-weight: bolder;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

table#sm {
border-collapse: collapse;
border-spacing: 0px;
padding:0px;
margin:0px;
border:0px;
line-height: 14px;
}

table#twocol {
    border: solid #000 0px;
    width: 100%;
}

table#twocol td {
    width:50%;
    text-align: center;
    vertical-align: top;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 25px;
}

table#color1 {
   background-color: #DFD7B5;
   border: solid #000 1px;
}

table#color2 {
   background-color: #BFBBA7;
   border: solid #000 1px;
}

.appbutton{
  font-size: 12px;
	font-weight: bolder;
	width: 125px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #DFD7B5;
	border: solid #000 1px;
}

.appbutton:hover{
	background-color: #BFBBA7;
}

.commimage {
  border: solid #BFBBA7 1px;
}


#commgroup {
    padding-top: 10px;
}
#commgroup2 {
    padding-top: 40px;
}

#commgroup ul {
    margin-top: 0px;
    margin-bottom: 0px;
	  padding-top: 0px;
	  padding-bottom: 0px;
}

#commhead {
        font-size: 12px;
        font-weight: bold;
}

.posted {
 font-style: italic;
 font-size: 10px;
 margin-left:5px;
}
