@charset "UTF-8";
.centerevent {
	text-align: center;
}
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: 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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #FFF;
	background-image: url(backgrounds/linen2.gif);
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 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. */
	background-color: #00F;
	background-image: url(backgrounds/blspeck.jpg);
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-bottom-style: solid;
	border-top-color: #1A78A2;
	border-right-color: #1A78A2;
	border-bottom-color: #1A78A2;
	border-left-color: #1A78A2;
} 
.headerlogo {
	font-family: "Lucida Calligraphy Italic";
	font-size: 3em;
	font-style: italic;
	color: #FFF;
}
.twoColFixLtHdr #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 */
	color: #FFF;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-right-width: 5px;
	border-right-style: none;
	border-right-color: #1A78A2;
}
.daboard {
	border: medium none #F00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 2px;
	width: 205px;
	color: #000;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.address {
	font-size: 9px;
}
.chairs {
	font-size: 11px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #00F;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #120F8D;
	background-image: url(backgrounds/blspeck.jpg);
	color: #FFF;
	text-align: center;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-bottom-style: none;
	border-top-color: #1A78A2;
	border-right-color: #1A78A2;
	border-bottom-color: #1A78A2;
	border-left-color: #1A78A2;
	border-top-style: solid;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.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: 8px;
}
.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;
}
.smallTitle {
	font-size: 0.9em;
	line-height: 1.5em;
}
.twoColFixLtHdr #container #mainContent #event {
	width: 580px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #000;
	margin-bottom: 20px;
	line-height: 1.1em;
	margin-top: 0px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #151487;
	border-right-color: #151487;
	border-bottom-color: #151487;
	border-left-color: #151487;
}
.infotag {
	padding-bottom: 20px;
	padding-left: 20px;
}
.eventLabel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
	color: #110C8B;
}
#apDiv1 {
	position:absolute;
	left:786px;
	top:432px;
	width:190px;
	height:300px;
	z-index:1;
	padding: 0px;
	border: medium none #151193;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #121090;
	text-align: left;
}
#board {
	color: #130F91;
	border: medium double #110A8C;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 10px;
	width: 125px;
}
#national {
}
#nationalEvents {
	margin: 5px;
	padding: 5px;
	background-image: url(backgrounds/blue015.jpg);
	color: #FFF;
}
#national {
	color: #FFF;
	background-image: url(backgrounds/blue015.jpg);
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 15px;
	border: medium solid #100D84;
}
.button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FFF;
	background-image: none;
	border: medium none #F00;
	width: 250px;
	left: 180px;
	background-color: #1A1A9C;
	margin-top: 4px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#ourboard {
	margin-bottom: 25px;
	border: medium double #1A1797;
	width: 150px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.linkfixer {
	color: #00F;
	background-color: #110E8E;
	padding-right: 5px;
	padding-left: 5px;
}
.hold {
	color: #E8E8E8;
}
.twoColFixLtHdr #container #sidebar1 #hold p {
	color: #FFF;
}
.twoColFixLtHdr #container #sidebar1 #hold div {
	color: #FFF;
}
.smallheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .5em;
	color: #11138E;
}
.widelinespacing {
	line-height: 2em;
}
.widelinespace {
	line-height: 1.5em;
}
.blacklinespacing {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #000;
	font-size: 1.2em;
}
.imagepadding {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.linespacing1 {
	line-height: 2em;
}
.linehalfspace {
	line-height: 1.5em;
}
.contactme {
	text-align: left;
	font-weight: bold;
	border: thin none #FFF;
	padding: 5px;
	background-color: #09C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
.blueitalicmedium {
	font-family: "Lucida Calligraphy Italic";
	font-size: 1.5em;
	font-style: normal;
	color: #1A78A2;
	font-weight: bold;
}
.boldlabelblue {
	font-size: 1em;
	font-weight: bold;
	color: #00F;
}
.main1 {
	padding: 5px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2C1AA7;
	border-right-color: #2C1AA7;
	border-bottom-color: #2C1AA7;
	border-left-color: #2C1AA7;
}
.Main2 {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2C1AA7;
	border-right-color: #2C1AA7;
	border-bottom-color: #2C1AA7;
	border-left-color: #2C1AA7;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 1.2em;
}
.brownMedBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #900;
	line-height: 1.2em;
}
.Main3 {
	padding: 5px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-top-color: #2C1AA7;
	border-right-color: #2C1AA7;
	border-bottom-color: #2C1AA7;
	border-left-color: #2C1AA7;
	padding-top: 10px;
	padding-bottom: 10px;
}
.Main4 {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-bottom-style: none;
	border-top-color: #2C1AA7;
	border-right-color: #2C1AA7;
	border-bottom-color: #2C1AA7;
	border-left-color: #2C1AA7;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#link p a {
	font-weight: bold;
	color: #00F;
}
#link p a:hover {
	color: #F00;
}
.burgandyMedBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #603;
}

