/*RULE AND PARAGRAPH AROUND THE PAGE*/

#para
{
width: 865px;
background: #FFFFFF;
text-align: left;
border-left: solid;
border-right: solid; 
border-bottom:solid;
border-color: #69974A;
border-width: 4px;		
margin-left:auto;
margin-right:auto;
padding-bottom: 10px;
}

/*RULE AND PARAGRAPH AROUND THE PAGE*/

#title
{
	margin-top: 0px;
	margin-bottom: 10px;
	background-image: url(../community/com_images/community.jpg);
	background-repeat:repeat-x;
	background-position: top;
	height: 30px;
}

/*FONTS*/
.title
{		
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #69974A;
	font-weight: bold;
	text-align:center;
	padding: 40px 0 5px 0;
}

.subTitle
{		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #547A3B;
	font-weight: bold;
	text-align: left;
	}
	
.highlightBold
{		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #AE640C;
	font-weight: bold;
	text-align:left;
	}

.highlightPlain
{		
	font-family: Arial, Helvetica, sans-serif;
	color: #8A4F09;
	font-weight: normal;
	text-align:left;
}
	
.highlightCenter
{		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #AE640C;
	font-weight: bold;
	text-align:center;
	}


/*LEFT COLUMN*/
#insideLeft
{
	width: 175px;
	float: left;
	padding: 10px 10px 0px 10px;
	margin: 0;
	display: block;
	background: url(../community/com_images/top.jpg) no-repeat top;
	border-left: solid;
	border-right: solid;
	border-color: #C6EEAC;
	border-width: 1px;
	/**/
}

/*BOTTOM COLUMN*/
#insideLeftbot
{
	width: 175px;
	float: left;
	padding: 0px 10px 0px 10px;
	display: block;
	height: 60px;
	background: url(../community/com_images/bottom.jpg) no-repeat bottom;
	border-left: solid;
	border-right: solid;
	border-color: #C6EEAC;
	border-width: 1px;
	/*	*/
}




/* PHOTOS */

.photos img
{
border: solid;
border-color:  #69974A;
border-width: 3px;
margin: 5px;
}

.rightPhoto img
{
border: solid;
border-color:  #69974A;
border-width: 3px;
margin: 10px 0 10px 20px;
}

.leftPhoto img
{
border: solid;
border-color: #69974A;
border-width: 3px;
margin: 10px 20px 10px 0px;
}



/* TABLES */


.table table { 
	border-collapse: collapse;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align:center;
}

.table td {
	border: 1px solid #AE640C;
	padding: 3px 5px 2px 5px;
}


/* LEFT NAVAGATION */


ul#sideNav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 175px;
	border-bottom: 1px solid #2F3AA2;
}

#sideNav a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	border: 1px solid #466233;
	border-bottom: none;
	display: block;
	padding: 5px 5px 5px 5px;
	background: #69974A;
}

#sideNav a:hover {
	font-weight: normal;
	background: #466233;
}

#sideNav a#featureLink {
	background: #89CC5C;
}


/* IE Fixes */

/* remove annoying gaps */
#sideNav li {	
	display: inline; 
}

/* force hover on entire width of  link */
* html #sideNav a {
	height: 1px;
}
