@charset "utf-8";
html, body {
height: 100%;
} 
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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-size: 0.8em;
	background-color: #36134D;
	background-image: url(Images/purplenoise.jpg);
	background-repeat: repeat;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #421E5B;
	text-decoration: none;
}
a:hover {
	color: #CC6600;
	text-decoration: none;
}
a.block:link {
	color: #421E5B;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	font-weight: bold;
	text-transform: uppercase;
}
a.block:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #421E5B;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
.thrColFixHdr #container #sidebar1 a:link {
	color: #421E5B;
	text-decoration: none;
}
.thrColFixHdr #container #sidebar1 a:hover {
	color: #CC6600;
	text-decoration: none;
}

.thrColFixHdr #container #sidebar2 a:link {
	color: #421E5B;
	text-decoration: none;
}
.thrColFixHdr #container #sidebar2 a:hover {
	color: #CC6600;
	text-decoration: none;
}

h5 {
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}

.thrColFixHdr #container {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 910px;
	background-color: #FFF;
	min-height: 100%;
} 
#wrapper {
	background-image: url(Images/BackgroundDropShadow.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}

#everything {
	height: auto;
	width: auto;
}

.thrColFixHdr #header {
	background-color: #FFF;
	text-align: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	text-align: center;
	color: #CC6600;
	font-weight: normal;
	text-transform: uppercase;
}
#header p #Banner {
	text-align: center;
	position: static;
	white-space: nowrap;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 15px;
	padding-left: 12px;
}
.eventtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}
.sidebartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	text-align: left;
}

.hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	margin-top: 25px;
}


.eventdesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #666666;
	text-transform: none;
	text-align: left;
}

.thrColFixHdr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 15px;
	font-size: 1em;
	min-height: 100%;
} 
.thrColFixHdr #footer {
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
	clear: both;
	background-image: url(Images/CPGbg3.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
#topbg {
	background-image: url(Images/CPGbg1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 910px;
	background-color: #FFFFFF;
	padding-top: 15px;
	height: 100%;
}

.thrColFixHdr #footer p {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
#logo {
	width: 430px;
	height: 127px;
	margin: 0px;
	padding: 0px;
	float: left;
	
}

.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: 45px;
}
#FBfixL {
	width: 39px;
	height: 38px;
	float: left;
}
#FBfixR {
	width: 80px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: -10px;
	float: right;
	margin-right: 8px;
}

h6 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 100%;
	line-height: 12px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
h2 {
	font-size: 1.2em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC6600;
	text-transform: uppercase;
}

.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:none;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
h3 {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC6600;
	font-weight: normal;
	text-transform: uppercase;
}

#header p img {
	padding: 0px;
}

#header div {
	overflow: visible;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;


}
#MCHDP {
	clear: none;
	height: 105px;
	width: 100%;
}
.FBplug {
	height: 40px;
	margin: 0px;
	padding: 0px;
	clear: none;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC6600;
	padding-left: 15px;
	line-height: 1em;
}
.newsdesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: italic;
}
.newsdatename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC6600;
	padding-left: 15px;
}


.newsheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}
#squares {
	float: right;
	width: 440px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#pushmenudown {
	margin: 0px;
	padding: 0px;
	width: 910px;
	height: 129px;
}

.yellowsquare {
	background-color: #FFE8B7;
	height: 35px;
	width: 70px;
	float: right;
	margin-top: 0px;
	margin-right: 5px;
}

.iconsquare1 {
	background-image:url(Images/twitter_icon_sm.jpg);
	height: 35px;
	width: 35px;
	float: right;
	margin-top: 40px;
	margin-right: 10px;
	background-repeat:no-repeat;
}
.iconsquare2 {
	background-image:url(Images/facebook_new_icon.png);
	height: 35px;
	width: 35px;
	float: right;
	margin-top: 40px;
	margin-right: 15px;
	background-repeat:no-repeat;
}
.iconsquare3 {
	background-image:url(Images/followus_icon_black.jpg);
	height: 35px;
	width: 95px;
	float: right;
	margin-top: 50px;
	margin-right: 5px;
	background-repeat:no-repeat;
}

