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

body{
margin:0px 0px 0px 0px;
padding:0;
line-height: 1.5em;
font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
background: #1d4276;
color: #000000;

}

b{font-size: 110%;}
em{color: red;}

.textcolorblue {color: #0033CC}

#maincontainer{
width: 940px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #ffffff;
}

#login{
width: 940px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #1d4276;
text-align:right;
}

#login a{
color:#3366CC;
text-decoration: none;
font-size:smaller;
}

#login a:hover{
color: #ffffff;
text-decoration: none;
font-size:smaller;
}


#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

/*css nav begin*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px "Trebuchet MS";
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}




#globalnav2{
}

/*css nav end*/


/*css subnav begin*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu2{
margin: 0;
padding: 0;
float: left;
font: bold 12px "Trebuchet MS";
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(images/blockdefaultsm.gif) center center repeat-x;
}

.solidblockmenu2 li{
display: inline;
}

.solidblockmenu2 li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu2 li a:visited{
color: white;
}

.solidblockmenu2 li a:hover, .solidblockmenu2 li .current{
color: white;
background: transparent url(images/blockactivesm.gif) center center repeat-x;
}

/*css subnav end*/




#globalnav{
height: 40px;
}

#globalnav td{
color: #FFFFFF;
font-family:"Trebuchet MS";
padding-left: 10px;
padding-right: 10px;
}

#globalnav table{
width: 940px;
}

#topsection{
background: #ffffff;
height:220px;

}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 300px 0 300px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 300px; /*Width of left column in pixel*/
margin-left: -940px; /*Set margin to that of -(MainContainerWidth)*/
}

#rightcolumn{
float: left;
width: 300px; /*Width of right column*/
margin-left: -300px; /*Set left margin to -(RightColumnWidth)*/
}

#footer{
clear: left;
width: 100%;
background: black;
color: #ffffff;
font: 11px "Trebuchet MS";
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFFFF;
text-decoration: none;
}

#footer a:hover{
color: #red;
text-decoration: none;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.lginnertube{
margin: 50px;
}

.backgroundimage{
z-index:1;
margin-top:0;
padding:0;
}

.topimage{
z-index:100;
width: auto;
}

.fltrt { /* this class can be used to float an element right. 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.*/
	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;
}

.spacer100{
height: 100px;
}

.spacer200{
height: 200px;
}

.bodycopy{
line-height: 110%;
}

.formcontainer{
width: 615px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% "Trebuchet MS";
  margin: 0 0.5em;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 600px; 
}

form fieldset {
  clear: both; 
  border-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  background-color:#CCCCCC;
}

label, input {
	display: block;
	width:210px;
	float:left;
	margin-bottom:10px;
}



label {
	text-align: right;
	width: 250px;
	padding-right:10px;
}

.listindent{
    position:relative;
	height:auto;
	width:650px;
    left:5px;
    top:2px;
}


table{
font-stretch:condensed;
font-size:small;
font-family:arial;
}


.disclaimer{
font-family: Arial;
font-size:9px;
color:#3366CC;

}

<!-- Begin Schedule of Events specific CSS-->

.twoColFixLt #container { 
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* 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: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


<!-- End Schedule of Events specific CSS-->



 .odd{background-color: white;} 
 .even{background-color: gray;}