body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #000099;
	background-image:url(../img/bgyellowblue.png);
	background-repeat:repeat-x;
	min-width:800px;
	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;
	color: #000000;
	line-height:1.6;
}

.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: white;
	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. */
} 

.twoColFixRtHdr #buttonStyle 
{
    background-color:#FFFBFF; 
    border:solid 1px #cccccc; 
    font:Verdana; 
    font-size:1.05em; 
    color:#284775;   
} 

.twoColFixRtHdr #headerStyle
{
    font-weight:bold;
    font-size:1.0em;
    color:White;
    background-color: #5d7b9d;
}

.twoColFixRtHdr #formStyle
{
    background-color:#F7F6F3;
    border:solid 1px #E6E2D8;
    font:Verdana;
    font-size:0.9em;
    color:#333333;
}    

.twoColFixRtHdr #menuheader {
	background: #bd0000;
	padding: 4px;
}

.mainContent { 
    width:580px;
	padding: 15px 20px;
} 

.sidebar1 
{
    padding-top:20px;
	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-color:#FFCC00;
	border-left:solid 1px silver;
}

.upcomingevents
{
    background: #ffcc00;
    padding: 15px 10px 10px 15px;
}

.memberlogin 
{
    background: #BD0000;
    padding: 10px 0px 10px 0px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    text-align:center;
}

.linksection
{
    background: #ffcc00;
    padding: 15px 10px 10px 15px;
}


.twoColFixRtHdr #secondaryContent { 
	padding: 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#BD0000; 
} 
.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 */
}

.headertext {
	font-size:20px;
	font-weight:bold;
	color:white;
	vertical-align:top;
	text-align:left
}

.subheadertext {
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:white;
	vertical-align:top;
	text-align:left
}

.searchlabel {
	font-size:15px;
	font-weight:bold;
	color:white;
}


.footertext {
	font-size:10px;
	font-weight:bold;
	color:white
}

.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;
}

.menustyle {
/*	font: 82% Verdana, Arial, Helvetica, sans-serif; */
	font-size:11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:left;
}

.tablestyle 
{
    white-space:nowrap;
	background: #000099; 
	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. */
}

.tablestyle #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 */
}

.menustyle a {
	color: #FFFFFF;
	text-decoration:none
}

.menustyle a:visited {
	color: #FFFFFF;
	text-decoration:none
}

.menustyle a:hover {
	text-decoration:underline;
	color:white;
}

.whitetext a {
	color: #FFFFFF;
	text-decoration:none
}

.whitetext a:visited {
	color: #FFFFFF;
	text-decoration:none
}

.whitetext a:hover {
	text-decoration:underline;
	color:white;
}

a, a:visited {
	color: navy;
	text-decoration:none;
	font-weight:bold
}

a:hover {
	text-decoration:underline;
	color:Navy;
}

.UpcomingEventsList 
{
    padding:3px 0px 3px 0px;
}
.UpcomingEventsList a
{
    padding:30px 0px 3px 0px;
}
