#ColumnLeft {
	width:135px;
	float:left;
	background-color: #353A42;
	border-top: 2px solid #99CC00;
	border-bottom: 2px solid #565E6B;
	margin-bottom:3px;
}
#ColumnMiddle {
	float:left;
	width:426px;
	background-color: #353A42;
	border-top: 2px solid #99CC00;
	border-bottom: 2px solid #565E6B;
	/*border-left: 1px solid #848D9E;
	border-right: 1px solid #848D9E;*/
	border-left: 1px solid #565E6B;
	border-right: 1px solid #565E6B;
	margin-bottom:3px;
}
#ColumnRight {
	width:193px;
	float:left;
	background-color: #353A42;
	border-top: 2px solid #99CC00;
	border-bottom: 2px solid #565E6B;
	margin:0 0 3px 0;
	padding:0 0 0 5px;
	color:#FFFFFF
}

#CommBreadcrumb {
	padding:0 0 0 0;
	clear:left;
	margin:10px 0 0 15px;
	width:411px;
	color: #999999;
	font-size:85%;
}
#CommBreadcrumb a, #CommBreadcrumb a:link{
	color: #999999;
	text-decoration: none;
}
#CommBreadcrumb a:visited, #CommBreadcrumb a:active {
	color: #999999;
	text-decoration: none;
}
#CommBreadcrumb a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #49597B;
}
#CommMainContent {
	margin:10px 15px 0 15px;
	clear:left;
	width:396px;/*426 width is the parent*/
	color:#FFFFFF;
}

#CommMainContent h1 {
	padding:10px 15px 0 0;
	color:#99CC00;
	font-size:200%;
	font-weight:lighter;
	font-stretch:semi-expanded;
}
#CommMainContent h2, #BottomLeftBox h2 {
	font-size:85%;
	height:22px;
	color: #99CC00;
	font-weight:bold;
	text-align:left;
	padding:3px 3px 10px 5px;
	margin-left:0px;
	margin-bottom:10px;
	width: 388px;
	background-image: url(/images/longBar.gif);
	background-repeat: no-repeat;
}
.longestHeadline {
	font-size:85%;
	height:22px;
	color: #99CC00;
	font-weight:bold;
	text-align:left;
	padding:3px 3px 10px 5px;
	margin-left:0px;
	margin-bottom:10px;
	width: 585px;
	background-image: url(/images/longBar2Col.gif);
	background-repeat: no-repeat;
}
#CommMainContent h3 {
	color: #FF8C00;
	font-size: 95%;
	font-weight: bold;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:10px;
}
#CommMainContent a, #CommMainContent a:link {
	color: #66CCFF;
	text-decoration: underline;
}
#CommMainContent a:visited {
	text-decoration: underline;
}
#CommMainContent a:hover, #CommMainContent a:active {
	text-decoration: underline;
	color: #49597B;
	background-color:#ffffff;
}
#CommMainContent p {
	margin-top:5px;
	padding-top:0px;
}

#CommMainContent ul {
	margin-top: 1px;
}
#CommMainContent li {
	padding: 2px 10px 1px 10px;
}

#CommMainContent blockquote {
	width:95%;
	margin-left: 0px;
	margin-right: 0px;
	background:url('/images/quote_right_comm.gif') bottom right no-repeat;
}
#CommMainContent .quoteWords {
	font-style: italic;
	margin: 1%;
	padding: 2% 4% 2% 6%;
	text-align: left;
	background:url('/images/quote_left_comm.gif') top left no-repeat;
}
#CommMainContent .quoteFrom {
	color: #FFFFFF;
	text-align: right;
	padding: 2% 8% 1% 1% ;
	font-weight: bold;
}


.orangeArrow {
	color: #FF8C00;
	font-weight: normal;
	padding:0px 5px 0px 0px;
}
#ColumnLeft h2 {
	background-image: url(/images/bkgdCommHeader.gif);
	padding:5px 5px 5px 10px;
	color: #99CC00;
	font-size: 150%;
	font-weight: normal;
	margin:0px 0px 0px 0px;
	border-top:2px solid #99CC00;
}
#ColumnLeft p {
	color: #66CCFF;
	font-weight:normal;
	text-align:left;
	padding:2px 0px 5px 6px;
	margin:0px 0px 0px 0px;
	background-image: url(/images/button.gif);
	background-repeat: repeat;
}	
#ColumnLeft a, #ColumnLeft a:link {
	color: #66CCFF;
	text-decoration: none;
}
#ColumnLeft a:visited {
	text-decoration: none;
}
#ColumnLeft a:hover, #ColumnLeft a:active {
	text-decoration: none;
	color: #49597B;
	background-color:#ffffff;
}

#ColumnRight h2, #BottomRightBox h2 {
	font-size:85%;
	height:22px;
	color: #99CC00;
	font-weight:bold;
	text-align:left;
	padding:3px 3px 3px 10px;
	margin:0 0 0 -5px;
	background-image: url(/images/shortBar.gif);
	background-repeat: no-repeat;
}


#ColumnRight a, #ColumnRight a:link {
	color: #66CCFF;
	text-decoration: underline;
}
#ColumnRight a:visited {
	text-decoration: underline;
}
#ColumnRight a:hover, #ColumnRight a:active {
	text-decoration: underline;
	color: #49597B;
	background-color:#ffffff;
}
#ColumnRight p {
	margin-top:4px;
	padding:0px 5px 0px 0;
}
#ColumnRight h3 {
	margin-top:5px;
	padding:0px 0px 0px 0;
	color: #FF8C00;
	font-size: 95%;
	font-weight: bold;
}
.smallerText {
	font-size:smaller;
}


