@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #EBDEBE;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}

#container {
	width: 1000px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #00AEEF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	background: #FFFFFF; 
}
#navBarContainer {
	/*position: fixed;*/
	width:1000px;
	height:35px;
	background-color:#00AEEF;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0px;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF bottom;
	vertical-align: bottom;

}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}

.footerText {
	font-size: 9px;
	color: #999999;
}

.footernav {
	font-size: 12px;
}

.innerBox {
    padding:10px;
	margin:10px 50px 0px 50px;


}
.bodyTextBold {
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-transform: uppercase;
}

.bodyTextBoldColor {
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	color: #006787;
	text-transform: uppercase;
}

.bodyTextColor {
	color: #006787;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15pt;
}

.picBox {
	float: right;
	padding:0px;
	margin:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	border: 3px solid #19B4F4
}

.picBoxLeft {
	float: left;
	padding:0px;
	margin:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	border: 3px solid #19B4F4
}
.EventHeaders {
	color: #006787;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
}
.floatLeftEventsPic1 {
	float: left;
	width: 45%;
	height: 350px;
	margin:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;

}
.floatLeftEvents {
	float: left;
	width: 45%;
	min-height: 350px;
	padding:15px;
	margin:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
.floatRightEvents {
	float: right;
	width: 45%;
	min-height: 400px;
	padding:15px;
	margin:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;


}
.floatRightEventsProduct {
	float: right;
	width: 45%;
	min-height: 350px;
	padding:15px;
	margin:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;

}

.EventsLastBox {
	width: 95%;
	padding:15px;
	margin:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;

}
a:link {
	color:#337699;
}
a:hover {
	color:#84b13e;
}
a:visited {
	color:#00aeef;
}

.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;
}#container #mainContent .floatLeftEventsPic1 img {
	border: 3px solid #19B4F4;
}


#container #mainContent .floatRightEventsProduct img {
	border: 3px solid #19B4F4;
}