/*================== Reset Styles ===================*/
img
{border: 0;}

form
{margin: 0;}

table, p, h1, h2, h3, h4, h5, h6, h7
{margin: 0 0 1.5em 0;}
/*================== END: Reset Styles ===================*/



/*================== Layout ===================*/
html
{
font-family: arial, univers, sans-serif;
font-size: 0.8em;
color: #000000;
}

body
{
background-color: #e0e0c0;
margin: 0 auto 2.0em auto;
text-align: center;
}

#container
{
width: 900px;
margin: 0 auto 0 auto;
padding: 20px 0;
background: #fff;
text-align: left;
}

#top
{
/*width: 860px;*/
margin: 0 20px 0 20px;
/*text-align: left;*/
}

#content
{
/*width: 860px;*/
margin: 0 20px 0 20px;
/*text-align: left;*/
}

#footer
{
/*width: 860px;*/
margin: 20px 20px 0 20px;
padding: 10px;
background: #004400;
text-align: center;
color: #fff;
}
/*================== END: Layout ===================*/



/*================== Styles ===================*/
a {color: #20537c; text-decoration: underline;}
a:hover {color: #20537c; text-decoration: none;}

/*h1
{
font-weight: bold;
font-size: 1.8em;
}*/

h1.logo 
{
display: none;

/*width: 0; 
height: 0;
margin: 0;
padding: 0;
text-indent: -9999px;*/
}

h2
{
margin: 0 0 20px 0;
padding: 10px;
background: #004400;
text-align: center;
font-weight: bold;
font-size: 1.8em;
color: #fff;
}

h3
{
font-weight: bold;
font-size: 1.4em;
}

h4
{
font-weight: bold;
font-size: 1.2em;
}

.white {color: #fff;}

a.white, a.white:hover {color: #fff;}

.red {color: #ee0000;}

.blue {color: #003399;}

.green {color: #009933;}

.gray {color: #999;}

.lightblue {background-color: #d6e0ee;}

.lightgreen {background-color: #9c6;}

.lightyellow {background-color: #eeb;}

.allcaps {text-transform: uppercase;}

.big {font-size: 1.2em;}

.small {font-size: 0.9em;}

/* Tables */
table
{
font-size: 1.0em;
border-collapse: collapse;
}

table tr
{
/*vertical-align: top;*/
}

table th.bigheader, table tr.bigheader th
{
font-family: trebuchet, tahoma, verdana, sans-serif;
background-color: #20537c;
padding: 0.4em 0.4em;
border-width: 0px;
text-transform: uppercase;
text-align: center;
color: #fff;
}

table th
{
border: 1px solid #bbb;
background-color: #ccc;
padding: 0.2em 0.4em;
text-align: center;
font-weight: bold;
color: #000;
}

table td
{
border: 1px solid #ccc;
/*background-color: #e3e3e3;*/
padding: 0.2em 0.4em;
color: #000;
}
/* END: Tables */

/*================== END: Styles ===================*/



/*========== Icons ==========*/
.pdf {
padding: 0 0 0 16px !important;
background: transparent url(/images/icons/pdf-icon-tiny.gif) no-repeat left center !important;
}

.email {
padding: 0 0 0 18px !important;
background: transparent url(/images/icons/email-icon-tiny.gif) no-repeat left center !important;
}
/*========== END: Icons ==========*/



/*========== NIMAGA Notes ==========*/
h2.nimaga-notes {

}

h3.50th-anniv {
padding: 0.2em 0;
border-top: 2px solid #999;
border-bottom: 2px solid #999;
text-align: center;
text-transform: uppercase;
font-style: italic;
font-size: 1.8em;
font-weight: bold;
color: #20547C;
}

/*========== END: NIMAGA Notes ==========*/


