/*** General Tags ***/
html , body
{
    margin: 0;
}
body *
{
    font-family: sans-serif;
}
body
{
    background-color: #F2F2F2;
    font-size:18px;
    color: #535353;
}
img
{
    max-width: 100%;
}
a
{
    text-decoration: underline;
    color: inherit;
}
.noUnderline
{
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
}
p
{
    margin: 0;
}

/*** General Classes ***/
.centered
{
    margin-left: auto;
    margin-right: auto;
}
.largeSpacer
{
    width: 20px;
}
.unselectable
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.thin
{
    width: 90%;
}
.thick
{
    width: 95%;
}
.white
{
    background-color: white;
}
.bodySection
{
    width: 90%;
    max-width: 1200px;
    min-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-color: white;
    line-height: 200%;
}
.bodySectionDivider
{
    height:3px;
    background-color: #CCCCCB;
    margin-top:20px;
    margin-bottom: 20px;
}

/*** Headers ***/
h1
{
    margin: 10px auto 0 auto;
    width: 90%;
    font-size: 25px;
    padding: 10px 0px;
    text-indent: 20px;
    color: #f79823;
    font-weight: lighter;
    min-width: 800px;
    max-width: 1200px;
    background-color:  #f79823;
    color: white;
}
h2
{
    margin: 0;
    margin-top: 30px;
    font-weight: lighter;
    font-size: 30px;
    color: #046699;
}
.bodySection h2:first-child
{
    margin: 0;
}
h3
{
    margin: 0;
    margin-top: 0px;
    font-weight: lighter;
}
.contact h3:first-child
{
    font-weight: normal;
}
h4
{
    margin: 0;
    margin-top: 10px;
    font-weight: bold;
    font-size: 22px;
}

/*** Table ***/
table
{
    table-layout: fixed;
}
td
{
    padding:0px 0px;
    vertical-align: top;
}
.spacerThin
{
    width: 10px;
}
.spacerThick
{
    width: 20px;
}

/*** Footer ***/
#footer
{
    width: 90%;
    margin: 20px auto;
    border-top: 2px solid #DBDBDB;
    font-weight: lighter;
    max-width: 1200px;
    min-width: 800px;
}
#footer .wrapper
{
    padding: 10px;
    overflow: hidden;
}
#footer .wrapper a div
{
    padding: 5px 10px;
    float: left;
}
#footer .wrapper a:last-child div
{
    float: right;
    font-size: 1.4em;
}
#footer .wrapper a:hover div
{
    background-color: #DBDBDB;
}

/*** Other ***/
#agendasAndMinutes div
{
    text-indent: 2.5%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.eventSeparator
{
    height: 1px;
    background-color: #d6d6d6;
    margin: 20px auto;
}
.padding
{
    padding: 20px;
}
.photo
{
    width: 25%;
    float: left;
}
.photo div
{
    padding: 5px;
}
.sponsor
{
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #DBDBDB;
}
.sponsor img
{
    max-height: 400px;
}
.sponsorColumn
{
    width: 20%;
    float: left;
}
.sponsorColumn:first-child .wrapper
{
    padding-right: 20px;
    border-right: 1px solid #DBDBDB;
}
.sponsorColumn:last-child .wrapper
{
    padding-left: 20px;
}
.sponsorColumn .sponsor:last-child
{
    border-bottom: none;
}
.contact
{
    text-align: center;
    width: 25%;
    float: left;
}
.contact div
{
    padding: 20px;
}
#homepageContent .column
{
    float: left;
}
#homepageContent .column:first-child
{
    width: 60%;
}
#homepageContent .column:last-child
{
    width: 40%;
}
#homepageContent .column:last-child h2
{
    color: white;
    background-color: #046699;
    font-size: 1em;
    padding: 5px 0;
    text-indent: 15px;
}
#homepageContent .column:first-child .wrapper
{
    padding-right: 20px;
    border-right: 1px solid #DBDBDB;
}
#homepageContent .column:last-child .wrapper
{
    padding-left: 20px;
}
.full
{
	width: 100%;
}
#colors
{
	text-align:center;
	font-size: 25px;
	margin-top: 20px;
    width: 100%;
}
#colors td
{
	padding: 15px 0px;
}