/* HTML definitions */
		body {
			background-color: #ffffff;
			font-family: Tahoma,Verdana,Arial,Sans-Serif;
			font-size: 11px;
			color: #555555;
		}
		a, a:visited {
			color: #3e7291;
			text-decoration: underline;
		}
		a:hover, a:visited:hover {
			text-decoration: none;
		}
		form { /* This fixes the annoying IE "FORM tag = Line Break" bug */
			margin: 0px;
		}
		select, th, td, textarea, input {
			margin: 0px;
			font-family: Tahoma,Verdana,Arial,Sans-Serif;
			font-size: 11px;
			color: #555555;
			vertical-align:top;
		}
		
/* ID Definitions */
		#Page {
			width: 738px;
		}
		#ColLeft {
			width: 189px;
			float: left;
			margin-right: 3px;
		}
		#ColMid {
			width: 361px;
			float: left;
		}
		#ColMid2 {
			width: 543px;
			float: left;
		}
		#ColRight {
			width: 179px;
			float: left;
			margin-left: 3px;
		}
		#ContentArea {
			padding-top: 5px;
		}
		#HeaderMid { /* Left in for reference only */ }
		#HeaderRight { /* Left in for reference only */ }
		#SearchForm {
			padding: 14px 11px 17px 11px;
		}
		/* See FooterNote.css for an explanation of the Footer code */
		#FooterFrame {
			background-color: #515151;
			width: 735px;
			height: 91px;
			clear: both;
		}
		#FooterFix {
			background-color: #ffffff; 
			font-size: 3px;
		}
		#Footer {
			color: #969693;
			margin-top: 3px;
			margin-bottom: 3px;
			padding: 16px 22px 16px 22px;
		}
		
/* Class Definitions */
		a.SideBarLink, a.SideBarLink:hover, a.SideBarLink:visited, a.SideBarLink:visited:hover {
			color: #393939;
			text-decoration: none;
		}
		a.ShadeLink, a.ShadeLink:visited {
			color: #555555;
			text-decoration: underline;
		}
		a.ShadeLink:hover, a.ShadeLink:visited:hover {
			color: #555555;
			text-decoration: none;
		}
		a.GoldLink, a.GoldLink:visited {
			font-weight: bold;
			color: #c3852f;
			text-decoration: underline;
		}
		a.GoldLink:hover, a.GoldLink:visited:hover {
			font-weight: bold;
			color: #c3852f;
			text-decoration: none;
		}
		a.FooterCRLink, a.FooterCRLink:visited {
			color: #969693;
			text-decoration: underline;
		}
		a.FooterCRLink:hover, a.FooterCRLink:visited:hover {
			text-decoration: none;
		}
		a.FooterNavLink, a.FooterNavLink:visited {
			color: #d3d1d1;
			font-weight: bold;
			text-decoration: none;
		}
		a.FooterNavLink:hover, a.FooterNavLink:visited:hover {
			text-decoration: underline;
		}
		.SecHeader {
			font-size: 125%;
			font-weight: bold;
		}
		.PadBottom {
			margin-bottom: 3px;
		}
		.PadTop {
			margin-top: 3px;
		}
		.PadLeft {
			margin-left: 3px;
		}
		.PadRight {
			margin-right: 3px;
		}
		.FloatLeft {
			float: left;
		}
		.FloatRight {
			float: right;
		}
		.GrayFrame {
			border: 1px solid #a3a3a3;
			border-top: 0px;
			margin-top: -2px; /* IE Bug Fix */
			padding-top: 2px; /*   Stuff    */
		}
		.QuickLink {
			margin-top: 3px;
			margin-bottom: 3px;
		}
		.QuickLinkArrow {
			margin: 0px 11px 0px 13px;
			padding-bottom: 2px;
		}
		.TextBlock {
			padding: 10px 0px 10px 10px;
		}
		.TextBlockShade {
			padding: 20px;
			background-color: #ececec;
		}
		.PicPadRight {
			margin-right: 20px;
		}
		.NewsBox {
			margin-left: 11px;
			margin-right: 11px;
			width: 165px; 
			padding-top: 12px; 
		}
		.NewsBox2 {
			margin-left: 11px;
			margin-right: 11px;
			width: 145px; 
		}
		.PressRelease {
			padding-top: 13px;
			padding-bottom: 13px;
			width:321px;
		}
		.CPItem {
			background-image: url('images/communityprofile_itembg.gif');
			width: 173px; 
			height: 19px;
			margin: 1px 2px 0px 2px;
		}
		.CPItem2 {
			background-image: url('images/communityprofile_itembg.gif');
			width: 170px; 
			height: 19px;
			margin: 1px 2px 0px 2px;
		}
		.CPItemLeft {
			background-image: url('images/communityprofile_itembg_Left.gif');
			width: 183px; 
			height: 19px;
			margin: 1px 2px 0px 2px;
		}
		.CPText {
			padding-top: 3px;
			margin-left: 32px;
		}
		
		.thumbContainer {
			float: left;
			width: 550px;
		}
		
		.thumb {
			float: left;
			width: 150px;
			margin: 5px 15px 5px 5px;
		}