@charset "utf-8";
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: #000080;
	background-color: #CEFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(/clipart/backgrounds/tile/lightblue_dotted.png);
}
.twoColFixRtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	font-size: 12px;
	border-color: #CCC;
	line-height: 18px;
} 
.twoColFixRtHdr #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: #FFF;
	background-image: url(/clipart/bars/regular/horizontal/blueteal_top_gradient_title.png);
	background-repeat: no-repeat;
	height: 159px;
} 
.twoColFixRtHdr #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: #ffd700;
	text-align: center;
	font-style: normal;
	text-decoration: blink;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffd700; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	color: #000080;
	background-color: #FFED88;
	border: #ffd700 solid 1px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContent h1 {
	color: #000080;
	font-size: 1.8em;
/*	font-weight: bold;
	background-color: #ffd700;*/
	font-weight: bold;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-bottom-width: 1px;
	padding-top: 15px;
}

#mainContent h2 {
	color: #000080;
	font-size: 1.6em;
	font-weight: bold;
	background-color: #ffd700;
	padding: 5px;
}

#mainContent h3 {
	color: #008080;
	font-size: 1.4em;
}

#mainContent h4 {
	font-weight: bold;
	font-size: 1.2em;
}

.eventinfo {
	color: #000080;
	font-weight: bold;
}

.contactinfo {
	color: #000080;
	text-align: center;
}

table.nmstbl {
	align:center;
	/*margin: 0;*/
	padding: 5px;
	margin-left:auto;
	margin-right:auto;
	border: thin none;
	border-color: #CCC;
	border-collapse: collapse;
}

.nmstbl tr
{
	padding: 10px;
	background-color: #FFF;
}

.nmstbl tr.header
{
	text-align:center;
	background-color:#7e0517;
	font-weight: bold;
	color: #FFF;
}

.nmstbl td 
{
	vertical-align: center;
	text-align:left;
	border: thin solid #333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 16px;
}

.nmstbl td.headcenter
{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #7e0517;
	color: #FFF;
	font-weight: bold;
}

.nmstbl td.headleft
{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	background-color: #7e0517;
	color: #FFF;
	font-weight: bold;

}

.nmstbl td.left
{
	text-align:left;
}

.nmstbl td.center
{
	text-align:center;
}

#menubar {
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000080;
	text-align: center;
	}

#menubar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
		
#menubar li {
	margin: 0;
		}

#menubar li a {
	display: block;
	padding: .5em .75em 5px 0.5em;
	/*		color: #fff;*/
		text-decoration: none;
	width: 100%;
	/*		font-weight:bold;*/
		
	font-size: 14px;
	/*	padding-left: 2px;*/
	color: #000080;
	border-bottom: #ffd700 1px solid;
	border-top: #ffd700 1px solid;
	}
	
#menubar li h1 {
	display: block;
	padding: .5em 5px 5px 0.5em;
	/*		color: #fff;*/
		text-decoration: none;
	width: 100%;
	/*		font-weight:bold;*/
		
	font-size: 14px;
	/*	padding-left: 2px;*/
	color: #000080;
	font-weight:normal;
	}

html>body #menubar li h1 {
		width: auto;
		}

/*#menubar li a:hover {
	color: #F2CF5B;
		}*/
		
#menubar ul li ul li a {
	display: block;
	padding: 5px .75em 5px 0.5em;
	color: #000080;
	text-decoration: none;
	width: 100%;
	font-weight:bold;
	font-size:100%;
	}

html>body #menubar ul li ul li a {
		width: auto;
		}

#menubar ul li ul li a:hover {
	color: #CCC;
		}

table.paypaltbl {
	border-collapse:collapse;
	border-style: solid;
	border-width: thin;
	border-color: transparent;
	align:center;
	margin-left:auto;
	margin-right:auto;
}

.paypaltbl tr
{


}

.paypaltbl td 
{
	vertical-align: center;
	background-color: #EAFFFF;
	border-style: solid;
	border-width: thin;
	border-color: transparent;
}

.paypaltbl td.paypal 
{
	border-style: none;
}


table.bbtbl {
	width: 100%;
	border-collapse: collapse;
}

.bbtbl tr
{
}

.bbtbl td 
{
	vertical-align: center;
	border: thin solid #CCC;
	border-color: #CCC;
	background-color: #EAFFFF;
}

.bbtbl td.invisible
{
	vertical-align: center;
	background-color: #FFF;
	border-style: invisible;
	border-width: thin;
	border-color: transparent;
	border-bottom-style: solid;
}

.bbtbl td.bbleft
{
	text-align:left;
}

.bbtbl td.bblefttop
{
	text-align:left;
	vertical-align: top;
}


.bbtbl td.bbcenter
{
	text-align:center;
	padding-top: 15px;
}

.bbtbl td.bbcentertop
{
	text-align:center;
	vertical-align: top;
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000080;
	font-size: 10px;
} 
.twoColFixRtHdr #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 */
	color: #ffd700;
	font-size: 10px;
	text-align: right;
}

.twoColFixRtHdr #footer a {
	color: #ffd700;
	text-decoration: underline;
}



.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;
}

