body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*	text-align: #BCBCBC; this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	background:#fbfbfc;
	}

.precontainer {
	width: 830px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/bg-shadow.png);
	background-repeat: repeat-y;
	}

.thrColFix #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	/* border-left: 1px solid white;
	border-right: 4px solid white; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 

.thrColFix #header {
	width: 800px;
	margin: 0px 0px 1px 0px; /* the auto margins (in conjunction with a width) center the page */
	border:0px;
	background-color: #fbfbfb;
	height: 135px;
}
.banner {
	background: url(../images/Make_a_Difference_NEW.jpg) no-repeat;
	text-align:center;
	width: 800px;
	height:105px;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
.banner2 {
	background: url(img/top_banner_middlesex.jpg) no-repeat;
	text-align:center;
	width: 800px;
	height:107px;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
#banner-link {
	height: 105px;
	width:170px;
	float:left;
}


 .thrColFix #footer a:link {	text-decoration:underline; color: #609; }
 .thrColFix #footer a:hover {text-decoration:underline; color: #bc9dcb;}
  .thrColFix #footer a:visited {text-decoration:none; color: #bc9dcb;}

.imageContainer {
	width: 620px;
	height: 215px;
	background-color:#FFFFFF;
	padding: 1px;
	margin-left: 4px;
	border:1px solid #333333;
}
.videoContainer {
	width: 620px;
	height: 265px;
	background-color:white;
	padding: 1px;
	margin-left: 4px;
	border:1px solid #333333;
}
.imageCaption {
	background-color:#609;
	color: white;
	font: normal 12px "Myriad Pro", Verdana, sans-serif;
	width:600px;
	height:20px;
	position:absolute;
	top:332px;
	z-index:1;
	padding-left:20px;
	padding-top:5px;
	filter:alpha(opacity=80); /* IE 5.5, IE6 & IE7 */
	-moz-opacity:0.8;      /* older Mozilla browsers, older versions of Netscape */
	-khtml-opacity:0.8;    /* old versions of Safari (1.x) */
	opacity:0.8;
		}
/*
.slideshow-container {
	width:auto;
	height:auto;
}*/

.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 148px;
	height: auto;
	border: 1px solid #999999;
	padding-bottom: 1px;
	margin: 5px 2px 1px 5px;
	padding-right: 2px;
	padding-left: 2px;
	background-color:#ffffff;
}


	.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	background-color: #f2f2f2;
	clear: both;
	height: auto;
	margin: 3px 2px 0px 1px;
	/*	background-image: url(../images/sidebarBkgrnd.gif);*/
	padding: 0px 2px 0px 2px;
}

.thrColFix #mainContent {
	width: auto; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 5px 172px 0px 165px;
	padding: 0px 5px 20px 5px;
	float: none;
	background-color:#FFFFFF;
	border: 1px solid #609;
	height: auto;
}
.thrColFix #mainContent2 {
	width: auto; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 5px 172px 0px 165px;
	padding: 0px 0px 20px 0px;
	float: none;
	height: auto;
}
	.thrColFix #mainContent3 {
	width: auto; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 5px 4px 0px 165px;
	padding: 0px 5px 20px 5px;
	float: none;
	background-color:#FFFFFF;
	border: 1px solid #609;
	height: auto;
}
.thrColFix #mainContent-share {
	width: auto; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 5px 4px 0px 5px;
	padding: 0px 5px 20px 5px;
	float: none;
	background-color:#FFFFFF;
	border: 1px solid #609;
	height: auto;
}
.thrColFix #footer {
	width: 798px;
	height: auto;
	float: left;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	border-top: 2px solid #D6D6D6;
	background-color: #f2f2f2;
	margin: 0 0 15px 0px;
	}
 
 .thrColFix #footer a:link {text-decoration:none; color: #609;}
 .thrColFix #footer a:hover {text-decoration:underline; color: #bc9dcb;}
  .thrColFix #footer a:visited {text-decoration:none; color: #bc9dcb;}


 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
	padding:0px;
	border:0;
}
.fltrt2 { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
	padding:3px 0px 3px 3px;
	border:0;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*	COLORS AND FONTS */
	
.sidebar_header {
	color: #FFFFFF;
	text-align: center;
	font: normal 12px "Lucida Grande", "Lucida Sans", sans-serif;
	background-repeat: repeat-x;
	margin: 3px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	background-color: #7228AB;
	background-image: url(../images/gradient_topPurple.gif);
	text-transform: uppercase;
	}	

.content_header {
	color: #609;
	text-align:left;
	padding: 5px 0px 5px 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-left-color: #999999;
	margin-bottom: 10px;
	margin-top: 5px;
	text-transform: none;
	font: normal Verdana, Helvetica, sans-serif;
}

.plaintext {
	color:#000000;
	list-style-position: outside;
	list-style-type: circle;
	padding-left:0px;
	font-family: Verdana, Helvetica, sans-serif;
}	

.plaintext a:link {	color: #609;	text-decoration:none; 	}
.plaintext a:hover { 	color: #609; text-decoration:underline;}
.plaintext a:visited {color:#609; text-decoration:none; }
.plaintext li { 	padding: 0 0 0 12px; 
	background: url(../images/purple-arrow.png) no-repeat 0px 4px;	list-style:none; 
	margin: 3px 5px 5px 20px; 
	font-family:Verdana, Helvetica, sans-serif; 
	font-size:12px;}

.purpletext {
	font-family: verdana, Helvetica, sans-serif;
	color: #609;
	text-transform: none; 	
	border-top-width: medium;
border-top-style: none;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 3px;
}
	
.purpletext a:link {	color: #660099; text-decoration: underline;}
.purpletext a:hover { 	color: #660099; text-decoration:underline;}
.purpletext a:visited {color:#660099; text-decoration:none; }

h1 { font-size:16px; font-family:  verdana, helvetica, sans-serif;  font-weight:normal; }
h2 { font-size:16px; font-family:  verdana, Helvetica, sans-serif;  font-weight:normal; }
h3 { font-size:12px;	font-family:verdana, Helvetica, sans-serif;	font-weight:normal;}
h4 { font-size:11px; font-family: verdana, Helvetica, sans-serif;  font-weight:normal;}
h5 { font-size:14px; font-family:  verdana, Helvetica, sans-serif;  font-weight:normal; }

.right {
	float:left;
	width:140px;
	margin-left: 7px;
	margin-right: 2px;
	border: 1px #cccccc solid;
	height: 250px;
}
.left {
	float:left;
	width:142px;
	margin-left: 0px;
	margin-right: 0px;
	border: 1px #cccccc solid;
	height: 250px;
	padding: 0;
}
.middle {
	float:right;
	width:143px;
	border: 1px #cccccc solid;
	height: 250px;
}
.right2{
	float:left;
	width:140px;
	margin-left: 7px;
	margin-right: 2px;
	border: 1px #cccccc solid;
	height: 220px;
}
.left2 {
	float:left;
	width:142px;
	margin-left: 0px;
	margin-right: 0px;
	border: 1px #cccccc solid;
	height: 220px;
	padding: 0;
}
.middle2 {
	float:right;
	width:143px;
	border: 1px #cccccc solid;
	height: 220px;
}
.imgflt {
	float:left;
	margin-right: 10px;
	padding: 1px;
	border: 1px solid #cccccc;
	margin-bottom: 6px;
	margin-top: 3px;
}

.header a:link {	color: #660099;	text-decoration:none; 	}
.header a:hover {	color: #6600FF;	text-decoration:underline;}
.header a:visited {color:#660099; text-decoration:none; }

.imageborder {
	padding: 1px;
	border: 1px solid #cccccc;
	margin-bottom: 3px;
}
.caption {
	color:#666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 3px;
}
.bannertext {
	font-family:  "Lucida Grande";
	font-size:11px;
	color:#609;
	text-transform: capitalize;
	float:right;
	padding: 0px 8px 0px 0px;
	vertical-align: top;
}
