﻿#UGMcontainer { 
	        text-align: left; /* this overrides the text-align: center on the body element. */
     } 
     .fullWidth {
            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. */
      
     }
     .fullWidth h2 {
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
            font-size: 115%;
            color: #006600;
            padding-top: 15px;
     }  
    h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 105%;
    padding-top: 15px;
}
.sidebarLeft {
    float: left; /* since this element is floated, a width must be given */;
    width: 150px; /* 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 */; /* the background color will be displayed for the length of the content in the column, but no further */;
    padding: 0px;
    margin-top: 17px;
}
.mainContent {
    /*margin: 0 0 0 0px;*/ /* 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 0px;
    margin-left: 150px;
    vertical-align: top;
}
.mainContent2 {
	margin-left: 225px;
	vertical-align: top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
     .blankRow {
            width: 100%;
     }
     .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;
     }
     .quote {
            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;
            color: #666666;
        }
.rightBox {
    float: right; /* since this element is floated, a width must be given */;
    width: 225px; /* 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 */; /* the background color will be displayed for the length of the content in the column, but no further */;
    padding: 10px;
    /*background-color: #FFFFCC;*/
    margin-top: 35px;
    margin-bottom: 5px;
    margin-left: 5px;
    right: -50px;
}
.rightBox h4 {
    font-size: 100%;
    font-weight: bold;
    text-decoration: underline;
}
.rightBox ul
{
    font-size: 90%;
    list-style-type: disc;
    list-style-position: outside;
    padding: 0px 0px 0px 20px;
    margin: 0px;
}

#2009ugmattendeelist {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

td.company {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
td.state {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
tr.odd{
	background-color: #CCCCCC;
}

tr.even{}

.rightImage {
    float: right; /* since this element is floated, a width must be given */;
    width: 225px; /* 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 */; /* the background color will be displayed for the length of the content in the column, but no further */;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    right: -50px;
}


    </style>
