@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #002C43;
	margin: 30 0 0 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;
}
.oneColFixCtrHdr #container {
	overflow:auto;
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e2d9ca;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header-graphic {
	background: #7a251b; 
	padding: 0;  /* 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. */
}
.oneColFixCtrHdr #header {
	background: #7a251b; 
	padding: 10px 20px 10px 20px;  /* 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. */
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	overflow:auto;
	margin: 20px;
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border: 1px solid #666;
}

.oneColFixCtrHdr #leftColumn {
	margin: 0px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:325px;
	background: #ffffff;
	position: relative;
	top: 0px;
	float:left;
	}

.oneColFixCtrHdr #rightColumn {
	margin: 0px;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:480px;
	position:relative;
	float:right;
	top: 0 auto;
}
.oneColFixCtrHdr #newsItem {
	margin: 0px 0px 15px 0px;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: inherit;
	background: #E5EEF0;
	border: 1px solid #666;
	position: relative;
	top: 0px;
	float:left;
	}
.oneColFixCtrHdr #pulloutBox {
	margin: 25px 0px 0px 0px;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 460px;
	background: #E5EEF0;
	border: 1px solid #666;
	position:inherit;
	}
	
.oneColFixCtrHdr #upcomingEvent {
	margin: 0px 15px 15px 0px;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 250px;
	background: #e2d9ca;
	border: 1px solid #666;
	position: relative;
	float:left;
	}
.oneColFixCtrHdr #regColumn {
	width:555px;
	margin: 0px 0px 0px 0px;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	border: 1px solid #666;
	position: relative;
	float:right;
	}

.oneColFixCtrHdr #contactUs {
	margin: 0px 0px 15px 0px;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: inherit;
	background: #E5EEF0;
	border: 1px solid #666;
	position: relative;
	top: 0px;
	float:left;
	}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#2F7E90;
}
.oneColFixCtrHdr #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 */
}
a {
	color:#7A251B;
	font-weight:bold;
	text-decoration:none;
}
a:active {
	text-decoration:underline;
}
a:hover {
	color:#2F7E90;
	text-decoration:underline
}

a.mainNav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	height:40px;
	padding: 10px 20px 10px 20px;
	
}
a.mainNav:active {
	color:#e2d9ca;
	text-decoration:none;
}
a.mainNav:hover {
	color:#e2d9ca;
	text-decoration:none;
	background-color:#ad635a;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:oblique;
	font-size:24px;
	margin: 0 auto;
	padding: 25px 50px 10px 0px;
	color: #002C43;
}
h1.noPaddingTop {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:oblique;
	font-size:24px;
	margin: 0 auto;
	padding: 0px 50px 10px 0px;
	color: #002C43;
}
h1.firstSentence {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	font-style:oblique;
	font-size:16px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #7A251B;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	margin-top:0px;
	padding: 0px 0px 10px 0px;
	color:#836531;
}
h2.table {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	margin:0 auto;
	padding: 5px;
	color:#836531;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#836531;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 5px 0px;
	line-height:normal;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	margin:0 auto;
	padding:0px 0px 10px 0px;
	color:#666;
}
p.caption {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:normal;
	font-style:oblique;
	margin:0 auto;
	padding:0px 0px 10px 0px;
	color:#000000;
}
p.footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:oblique;
	font-weight:bold;
	letter-spacing:5px;
	color:#ffffff;
	text-align:center;
	line-height:normal;
}
p.frontPageNews {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:normal;
	color:#333;
	margin:0px;
	padding: 0px;
}
p.upcomingEvents {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:normal;
	color:#333;
	margin:0px;
	padding: 0px;
}
p.table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
	margin:0 auto;
	padding:10px 0px 0px 0px;
	color:#666;
}
ul.upcomingEvents {
	margin:0px 100px 0px 15px;
	padding: 0px;
}
li.upcomingEvents {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:normal;
	color:#333;
	margin:0px;
	padding: 0px 0px 5px 0px;
}
ul.regColumn {
	margin:0px 0px 0px 25px;
	padding: 0px 0px 5px 0px;
}
li.regColumn {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
	color:#333;
	margin:0px;
	padding: 5px 0px 0px 0px;
}
.oneColFixCtrHdr #container #mainContent #leftColumn p strong em {
	color: #7A251B;
}
img.wrapped {
	border: 1px solid #666;
	margin:0px 0px 15px 15px;
}
