@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-image: url(images/graphics/header_bg.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 52px;
	width: 800px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.imagefloatright {
	float: right;
	margin-left: 10px;
	border: 1px solid #666666;
	width: 243px;
	padding: 8px;
	margin-bottom: 20px;
}
.oneColFixCtrHdr  #footer  {
	margin: 0 50 0 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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}.box3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 246px;
	float: right;
	margin-right: 10px;
	border: 1px none #333333;
	padding: 8px;
	height: 250px;
	background-image: url(images/graphics/box3.jpg);
	background-repeat: no-repeat;
}
.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.deftext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.bgimage {
	background-image: url(images/tablerow1.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.box1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	float: left;
	width: 770px;
}
.box2 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	float: left;
	height: 250px;
	width: 470px;
	padding: 8px;
	background-image: url(images/graphics/box2.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	border: 1px none #333333;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #165579;
}
.imagebdr {
	border: 1px solid #165579;
	padding: 1px;
}
.box4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 380px;
	padding: 5px;
	background-color: #edf2f4;
}
.superbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
}
.box5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 8px;
	float: left;
	width: 350px;
	background-image: url(images/graphics/box5.gif);
	background-repeat: no-repeat;
	line-height: 24px;
	margin-top: 30px;
	height: 160px;
	margin-left: 20px;
}
.oneColFixCtrHdr #container #header .navbar a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.blueboldsmaller {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #165579;
}
.nobdr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.gallerybox {
	float: right;
	width: 390px;
	margin-left: 10px;
}
.imagefloat {
	float: right;
	margin-right: 80px;
}
.bannerbdr {
	padding: 5px;
	border: 1px solid #333333;
	width: 320px;
}
.deftexttreb {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #666666;
}
.speaker {
	font-weight: bold;
	color: #165579;
}
